Closed GoogleCodeExporter closed 8 years ago
Hi, thanks for the report.
Have you tried the sample?
Are the nodes both associated?
Is the coordinator (in this setup) using API firmware, with mode 1?
Basic ZB functionality is there (should match that of xbee2), but the ZDO layer
is still under development.
To get the logging working for data as well, you'll need to uncomment the
following in your config.mk
OPTIONS+= XBEE_LOG_RX
OPTIONS+= XBEE_LOG_TX
You can either uncomment the following as well (will enable logging unless
disabled)
OPTIONS+= XBEE_LOG_LEVEL=100
Or you can specify the XBEE_LOG_LEVEL in the environment, for example:
$ XBEE_LOG_LEVEL=100 ./myApp
I'll look into this too, I'm fairly sure I tested the AT connections.
Original comment by attie@attie.co.uk
on 24 Aug 2012 at 8:25
Hello,
Sorry it's taken me a while.
I've looked into this, and fixed a bug.
I've also added a Remote AT sample for the xbeeZB mode.
Original comment by attie@attie.co.uk
on 27 Aug 2012 at 7:51
Thanks for looking into it. I got the fix from git and have just
confirmed that this does indeed fix it. My test case now works both
with "xbee2" and "xbeeZB".
Pedro
Original comment by pe...@pedrocr.net
on 28 Aug 2012 at 4:38
No problem!
Original comment by attie@attie.co.uk
on 28 Aug 2012 at 4:40
Original issue reported on code.google.com by
pe...@pedrocr.net
on 24 Aug 2012 at 1:56