Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials_radio [2016/11/25 16:42] admin |
tutorials_radio [2016/11/25 16:46] (current) admin |
||
---|---|---|---|
Line 11: | Line 11: | ||
The code from the Sender runs on a stand-alone Sparrow node, while the Receiver needs to be connected to a computer in order to view the received data on the Serial Terminal. | The code from the Sender runs on a stand-alone Sparrow node, while the Receiver needs to be connected to a computer in order to view the received data on the Serial Terminal. | ||
- | {{ ::protocol.jpg?900 |}} | + | <imgcaption protocol | Simple setup for testing the transmission protocol>{{ :protocol.jpg?700 |}}</imgcaption> |
We have below an example of two Arduino sketches that allow transmitting and receiving data packets over the radio interface. You will need two nodes for this example, one of them will act as a transmitter (Tx), and the second one will receive the data the first node is sending (Rx). | We have below an example of two Arduino sketches that allow transmitting and receiving data packets over the radio interface. You will need two nodes for this example, one of them will act as a transmitter (Tx), and the second one will receive the data the first node is sending (Rx). |