Page 1 of 1

Is there a clear cut example of getting the tool chain in order for Python?

Posted: Fri Sep 07, 2018 12:01 pm
by heikki.hietala
Hi all,

I have tried to get the ESP-IDF to run Python. I have installed the tool chain with MINGW32, and with it I have been able to flash the Blink onto the ESP32 DevKitC I am using, but with its C example.

But getting some sort of editor to run the whole show seems really complicated. Therefore I am asking this:

Is there a clean installation manual for getting Eclipse or Visual Code to run ESP-IDF so I could use Python on my ESP32, or, do I have to go over to using MicroPython with PlatformIO?

Many thanks in advance!

Re: Is there a clear cut example of getting the tool chain in order for Python?

Posted: Sun Jun 02, 2024 5:57 am
by heikki.hietala
I found the perfect answer:

ESP32 MPY Jama. Get it at https://github.com/jczic/ESP32-MPY-Jama and be happy with effortless MicroPython work.