The future of Micropython and Pyboard #11589
Replies: 2 comments 2 replies
-
Pyboards are like hens' teeth at the moment because of STM chip availability issues. MicroPython supports numerous platforms, including the various ESP32 boards. I would look at the Raspberry Pico and Pico W: if you're an EE like myself you'll like the capability for hard ISR's and also their unique IO FSM's. Not to mention their super low prices... |
Beta Was this translation helpful? Give feedback.
-
The pyboard product and the MicroPython project run mostly independently from eachother. MicroPython runs on hundreds of other boards across several chip vendors and families. See https://micropython.org/download The pyboard is a reference platform of sorts, as well as being a revenue source to help fund the development of MicroPython. As Peter said, the chip shortage made it very hard to get the STM32F4 and STM32F7 parts as well as a few other support parts. There is a new pyboard in the works based on the super-low-power Ambiq Apollo chips (that was hinted at in the 10 year poster: https://micropython.org/resources/MicroPython10YearsPoster.pdf), and we hope to resume distribution of the original ST pyboards at some stage soon.
Unfortunately we haven't quite got support for the H5 ready yet (like you say, it's very new!). MicroPython support is in the works -- see #11138
Just in case, it sounds like you might be talking about the regular Raspberry Pi (i.e. not the Pico). MicroPython doesn't support this (we only support the Pico), but CircuitPython does have full Raspberry Pi support, so might be worth checking that out. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am very new to 32 bit Micros and the available hardware and software. I have just searched worldwide for a Pyboard and only found 'not in stock's'. Also there appears to be some new versions of Python popping up. I am trying to avoid a rabbit hole to nowhere.
Comments please.
Mick (old retired EE)
Beta Was this translation helpful? Give feedback.
All reactions