Hello!
Setup:
We want to be able to send data/parameters and receive them at both ends. Our setup has two S2C Xbees in API 2 mode connected to their respective Arduino mini’s. (they are both configured as routers; we are using Digimesh)
Goal:
We are not sure how to generate frames solely with code, broadcast the frames and also receive them and be able to use the data transmitted in the code. To extract the pure data/message from the frame.
Example:
read two analog datas from one xbee and send it to another which plays a tone for the length of the analog value received.
Achievements so far:
we know they are communicating bc the Dout and Din leds blink on the xbee explorer as transmission occurs.
Anything will be greatly appreciated
Thanks in advance