pimoroni-pico icon indicating copy to clipboard operation
pimoroni-pico copied to clipboard

ESP32 with Micro Python and badger OS

Open robouden opened this issue 3 years ago • 2 comments
trafficstars

Thanks for creating the Badger OS for the badger2040. Very pleased with it on my badger2040.

I would like to know if it is possible to run the badger OS on a ESP32 with Micro Python running on it. Or if someone has done that already, to point me to the code for it.

Regards, Rob Oudendijk

robouden avatar May 12 '22 04:05 robouden

Our MicroPython C++ drivers are incredibly RP2040 specific at the moment, so while it's not impossible it would require a fair bit of work to port the supporting C++ code.

In the case of Badger OS we're not doing much (or any IIRC) hacking on the MicroPython codebase itself, so the basic concept of a launcher and individual applications should work just fine.

Gadgetoid avatar May 13 '22 08:05 Gadgetoid

Gadgetoid Thanks for the fast reply. I will check test later to see if I can get the badger code to run on a ESP32 with Micro Phyton.

robouden avatar May 13 '22 09:05 robouden

Closing this as it appears the question was answered. If it was not, please reopen.

ZodiusInfuser avatar Jan 20 '23 17:01 ZodiusInfuser