Hi,
What you can do at the receiver side is, upload a simple code in the UNO which sends some number, say '1' and is received by the Receiving Uno. The whole communication goes through the pair of RFBee modules both kept in either Rx-Tx mode or Transceiver modes.
Sender code:
This code would serially send '1' every 2 seconds.
Similarly, you can make the receiving code using Serial.read() command of Arduino Serial library.
Thanks,
Tanmay Chaturvedi
Statistics : Posted by dechaumet.valerian • on Wed May 27, 2015 7:00 pm • Replies 2 • Views 41
What you can do at the receiver side is, upload a simple code in the UNO which sends some number, say '1' and is received by the Receiving Uno. The whole communication goes through the pair of RFBee modules both kept in either Rx-Tx mode or Transceiver modes.
Sender code:
This code would serially send '1' every 2 seconds.
Similarly, you can make the receiving code using Serial.read() command of Arduino Serial library.
Thanks,
Tanmay Chaturvedi
Statistics : Posted by dechaumet.valerian • on Wed May 27, 2015 7:00 pm • Replies 2 • Views 41