PlatformIO - Board settings
28.01.2025On this page I’ll document the settings I use in VS Code in combination with PlatformIO for various embedded boards.
Board “Arduino Nano 33 BLE”
[env:nano33ble]
platform = nordicnrf52
board = nano33ble
framework = arduino
- Related info from PlatformIO: Link
Board “ESP32 C3 Super Mini”
[env:lolin_c3_mini]
platform = espressif32
board = lolin_c3_mini
framework = arduino
board_flags = -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1
- Related info from PlatformIO: Link
- Upload from VS Code:
- Press and hold BOOT button
- Press and release RST button
- Release BOOT button
- Upload from VS Code (Ctrl+Alt+U)
- Press RST button to start the program