Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 8 months ago.
How to communicate between two mbed boards using RF module
How to communicate between two mbed boards using RF module I'm using mbed lpc1768?
1 Answer
10 years, 8 months ago.
On the hardware side it depends on the module but for most of them it's as simple as connecting the module data in/out pins to the uart tx/rx pins and making sure power and ground are connected correctly.
On the software side treat it exactly the same as if you were using a serial link between the two boards.