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
- Host: GitHub
- URL: https://github.com/roschmi/esp32-s2_helloblink_vs_idf
- Owner: RoSchmi
- Created: 2025-09-04T08:37:44.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-04T18:50:26.000Z (10 months ago)
- Last Synced: 2025-09-04T20:23:07.165Z (10 months ago)
- Topics: blink, cdc, esp32-s2, hello, usb-cdc
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.