Open source python for stm32

Any chance of including micropython in the firmware? or making it avaialbe to be loaded from SD? it would be amazing to have a python environment on the flipper (especially available from the command line)

We thought of this, but it won’t fit in the current firmware and we aren’t going to remove features to make it fit

Loading it from SD is possible in theory, but as of right now, the SD-loading itself isn’t ready at all

1 Like

Once sd loading is there. You could include with the other stuff qflipper loads and having it load it off the SD when running a python script

This is possible to do, but currently we have no plans of doing it. You’re free to implement it in your own firmware fork tho

1 Like

The wifi dev board has a ESP32S1, so it could potentially run its own Micropython env, too.

1 Like