Hello,
Could anyone please whether math library is part of the Xbee3 micropython or not?
I am using version 1.10 and it seems like it’s missing
>>> help(‘modules’) main io time uos
array json ubinascii ustruct
binascii machine uerrno utime
builtins micropython uhashlib xbee
errno os uio
gc struct ujson
hashlib sys umachine
Plus any modules on the filesystem
And I am getting this error when I import it in my code and run it on the Xbee3 module
ImportError: no module named ‘math’
The issue still persists in 2026, even though the math module seems to be added in the xbee library.
On pycharm everything works fine and project builds, but
I do not see it on the module after the deployment of the code and the app crashes at execution.