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

discover module not defined in micropython for Xbee.discover #98

Open
robomike opened this issue Jan 24, 2025 · 2 comments
Open

discover module not defined in micropython for Xbee.discover #98

robomike opened this issue Jan 24, 2025 · 2 comments

Comments

@robomike
Copy link

robomike commented Jan 24, 2025

There is a micropython sample for Xbee.discover to find nodes on the network:

Xbee.discover.

However, discover is not a module defined in micropython Xbee.

Also, the Digi website says this is available

https://www.digi.com/resources/documentation/Digidocs/90002219/#reference/r_example_xbee.discover.htm?TocPath=XBee%2520device%2520examples%257C_____4

If the python module is unavailable, how can we access this information in micropython?

The ATND command does not work in micropython

And the xbee.discover command throws this error: AttributeError: 'module' object has no attribute 'discover'

@mikewadsten
Copy link
Contributor

Which model of XBee are you using? The xbee.discover function only exists on XBee 3 Zigbee, 802.15.4 and DigiMesh.

@robomike
Copy link
Author

robomike commented Jan 24, 2025

XBee 3 Global

Image

So is there no way for a Xbee 3 global to communicate to nodes?

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