xbee-micropython
xbee-micropython copied to clipboard
- I2C and PWM interfaces are not supported in the Digi XBee BLU device.
Changing the value of a Pin with the pin method is extremely slow. It takes about 2.5 ms (!) to change the pin output level. A 0/1 burst then has...
I have a Digi XBee3 Cellular LTE-M/NB-IoT module with a firmware version: 1141A. I am using a 1NCE NB-IOT sim. Preferred network technology is set to NB-IoT Only. I am...
Hello everyone, I've going through XBee's documentarion regarding micropython and its two modules, the XB3 and the XBee Cellular. My goal is to implement a Modbus protocol on top of...
The missing type hints affect the Digi XBee MicroPython PyCharm Plugin: When one of those modules is imported, PyCharm shows an error. Note: It's possible to work around this using...
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
Hello, I am working on switching an Xbee device to API mode after running code in micropython mode. However, I sometimes see lags in the run time of the module....