- You may need to install USB drivers in your system. Check here
- On AUR repository, you can find it under the name
cp210x-program.
- On AUR repository, you can find it under the name
- Install Visual Studio Code
- Install the PlatformIO extension in Visual Studio Code.
- Open this project folder in Visual Studio Code.
- Build and upload the project using the PlatformIO toolbar (checkmark and right arrow icons).
- M5Stack Core ESP32
platformio.ini— PlatformIO configurationRemote/— Source code (from Arduino project)lib/— Place for custom libraries (if needed)
- Default baud rate:
115200
- You can add PlatformIO libraries in
platformio.iniunderlib_deps. - If you use custom libraries, place them in the
lib/folder.