-
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, |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.