We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
Which model of XBee are you using? The xbee.discover function only exists on XBee 3 Zigbee, 802.15.4 and DigiMesh.
xbee.discover
Sorry, something went wrong.
XBee 3 Global
So is there no way for a Xbee 3 global to communicate to nodes?
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: