|
Dear Team, Firstly, a big thank you for making this powerful library and keeping it open. However, due to power constraints, I have now switched to Pico 2W. I was curious if this library also exists for Micro Python or Circuit Python as well? Best Regards, |
Answered by
semuadmin
Jun 24, 2025
Replies: 1 comment
|
Hi Jeet, Sadly, pyubx2 is not available for Micro Python or Circuit Python - it's memory footprint is too large to run on most MCU devices. I believe there are minimal UBX parser implementations available for Micro Python e.g. https://github.com/enclot/microubx, but these are typically only capable of parsing a handful of message types due to MCU device constraints. |
0 replies
Answer selected by
semuadmin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Jeet,
Sadly, pyubx2 is not available for Micro Python or Circuit Python - it's memory footprint is too large to run on most MCU devices.
I believe there are minimal UBX parser implementations available for Micro Python e.g. https://github.com/enclot/microubx, but these are typically only capable of parsing a handful of message types due to MCU device constraints.