Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64bit address in xbee Arduino Library #96

Open
SurajitGithub1234 opened this issue Apr 8, 2022 · 1 comment
Open

64bit address in xbee Arduino Library #96

SurajitGithub1234 opened this issue Apr 8, 2022 · 1 comment

Comments

@SurajitGithub1234
Copy link

Hi, I am using xbee library in SoftSerial mode and in API Mode to transmit from coordinator to an end device. ESP8266 is attached to the coordinator and i am analyzing the Received packet on Remote End Device Module in xCTU Software.
I was working fine when I tried to broadcast my message from Coordinator by writing:
XBeeAddress64 addr64 = XBeeAddress64(0x00000000, 0x0000FFFF); in arduino code.

But It is not transmitting when I put specific MAC Address of the remote end device module in coordinator's firmware:
XBeeAddress64 addr64 = XBeeAddress64(0x0013a200, 0x41e1e5be);
**I tried by both Lower Case and Upper Case.

In xCTU software, I configured both modules properly as Tx and Rx was working properly from both the modules in xCTU Software.

Please help me out.
Thanks.

@davidsainty
Copy link

That's probably too little information to go on - you'll likely need to do some more diagnostics. Maybe capture what the transmitting device responded with after sending your request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants