xbee-micropython
xbee-micropython copied to clipboard
Hi, I need define specific USER for connect to UBIDOTS, it is a TOKEN, but when try I get error: TypeError: object of type 'NoneType' has no len() I change...
Earlier, there used to be an instruction in README on how to cross compile python files from the command line. Especially, this line: ```python -m mpy_cross -mno-unicode -msmall-int-bits=31 filename.py``` It...
There is a micropython sample for Xbee.discover to find nodes on the network: [ Xbee.discover.](https://github.com/digidotcom/xbee-micropython/blob/98a58d1284082f3a50f03dae8b68673450be5858/samples/xbee/network_discovery/main.py#L31) However, discover is not a module defined in micropython Xbee. Also, the Digi website says...
Digi XBee3 Cellular LTE-M/NB-IoT module with a firmware version: 1161F - Waiting for the module to connect to the cellular network... [OK] - Connecting to FTP server... '230 Login successful.'...
https://onedigi.atlassian.net/browse/MPIDE-426