Page 1 of 1

Why Xbee did not transmit data from PIC

PostPosted: Tue Nov 19, 2013 11:54 am
by Latif
Zigbee receive data from PIC and Rx LED is blinking. but the Tx LED is not blinking. So is that the zigbee did not transmit a data?

Re: Why Xbee did not transmit data from PIC

PostPosted: Tue Nov 19, 2013 1:02 pm
by yonghui
u are using skxbee?

rx blinking means the xbee module receiving some signal .
tx not blinking means xbee not transmitting out signal from its DO pin, but doesnt means that it is not transmitting something out through wireless connection.

Re: Why Xbee did not transmit data from PIC

PostPosted: Thu Nov 21, 2013 1:23 pm
by Latif
I'm using Zigbee Pro.
Basically the if the zigbee reeive a signal from another zigbee LED RSSID should be turn on wright? but my zigbee 2 did not give any response from Zigbee 1. we need to configure the my address and DL address only one time using c code? is that any possible the zigbee is broken?

Re: Why Xbee did not transmit data from PIC

PostPosted: Thu Nov 21, 2013 5:52 pm
by robosang
Latif WROTE:I'm using Zigbee Pro.
Basically the if the zigbee reeive a signal from another zigbee LED RSSID should be turn on wright? but my zigbee 2 did not give any response from Zigbee 1. we need to configure the my address and DL address only one time using c code? is that any possible the zigbee is broken?

To be specific, is XBee PRO, not Zigbee.

My advise, use computer to configure both the Xbee and use computer to verify the data transmission.

If possible, please show us the hardware setup and explain in detailed how your configure it? Both the XBee.

Re: Why Xbee did not transmit data from PIC

PostPosted: Thu Mar 12, 2015 12:24 pm
by waleed121
Basically the if the zigbee reeive a signal from another zigbee LED RSSID should be turn on wright? but my zigbee 2 did not give any response from Zigbee 1. we need to configure the my address and DL address only one time using c code? is that any possible the zigbee is broken?

Re: Why Xbee did not transmit data from PIC

PostPosted: Thu Mar 12, 2015 5:12 pm
by ober
Yes, you need to configure the MY and Destination address on both the XBee to paired up.

Re: Why Xbee did not transmit data from PIC

PostPosted: Thu Dec 01, 2016 4:17 pm
by annarosy
we need to configure the my address and DL address only one time using c code