Hi guys,
I have an odd problem with my project where the xbee attached an arduino on a remote control car is no longer sending data back. It used to work, and I don't know what's changed. I did get it briefly working for a moment last night, somehow, but in trying to figure out what I changed it stopped again
here is the situation:
- communication works (in XCTU terminals) between USB xbee and USB FTDI breakout -> xbee on a breadboard
- xbees are set up in coordinator and end node mode, with eachother's address; they can communicate
- arduino (more specifically atmel chip on RBBB, same pinout) sends some voltage data every 1 second.
- USB ftdi breakout, plugged into arduino, receives this data fine.
- xbee wired into arduino, blinks DIN at the same time as FTDI board, meaning it has received data, and should send it to coordinator Xbee.
- no data is received at coordinator xbee.
So to break it down: xbee receives serial data, and it just doesn't appear at the other end! Even though they can communicate when connected differently!
Anyone have any ideas??
Thanks very much