How to code via Python in ESP board

Im using M5 Stack Core 2 (AWS iot EduKit), It has a temperature sensor and LED lights. I want to code in python with Platform IO instead of C/C++.

Is it possible? any reference?

1 Like

PlatformIO is for building C/C++ firmwares only. You must use a different plugin / IDE if you want to use circuit python / micropython etc.

1 Like