andrewrapp / xbee-arduino

Arduino library for communicating with XBee radios in API mode
GNU General Public License v2.0
334 stars 162 forks source link

why Xbee series 2 is not transmitting? #95

Open zeeshan674 opened 2 years ago

zeeshan674 commented 2 years ago

Hello Everyone, I am new to Xbees but I am facing a problem that series2_tx file is not working on my arduino nano. I want to explain about my procedure which I have used. I have two or more Xbee series 2 pro and I have configured using XCTU according to DIGI xbee user guide. I have set the pan ID, API mode 1, baud rate, Node identifier and disabled JV parameter for coordinator and enable for routers. Then I uploaded series2_tx code with changing remote xbee address. But it's not working I don't know why... I checked transmitting node with XTCU as well as remote Arduino, both are not working. when I send the frames from XTCU to remote receiving xbee, it is receiving the frames but not receiving from the arduino-xbee transmitter. Can Anybody guide me where am I making mistakes /?

zeeshan674 commented 2 years ago

I found that there is some problem in making of frames of payload in serial2.tx file because when i send the frames from XTCU I can receive the data. One more thing I did that I made frame by myself and send it through arduino to the remote arduino then I received the data from it as well.