An open API service indexing awesome lists of open source software.

https://github.com/roschmi/esp32-s2_helloblink_vs_idf

Hello World and Blink example for Olimex Esp32-S2-WROVER-DevKit-Lipo-USB Board
https://github.com/roschmi/esp32-s2_helloblink_vs_idf

blink cdc esp32-s2 hello usb-cdc

Last synced: 10 months ago
JSON representation

Hello World and Blink example for Olimex Esp32-S2-WROVER-DevKit-Lipo-USB Board

Awesome Lists containing this project

README

          

# Esp32-S2_HelloBlink_Vs_Idf

This is an example for an Esp32-S2 USB Board, shows blinking a LED an monitor output.

There were some difficulties with a monitor com port not showing up after flashing the application.

TinyUSB had to be added as a dependency:

idf.py add-dependency esp_tinyusb~1.0.0

With the sdkconfig file used here (copy sdkconfig.copy to sdkconfig) it worked as expected.