Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkestell/esp32
ESP32 Arduino examples.
https://github.com/kkestell/esp32
arduino esp32 esp32-arduino examples
Last synced: 4 days ago
JSON representation
ESP32 Arduino examples.
- Host: GitHub
- URL: https://github.com/kkestell/esp32
- Owner: kkestell
- License: 0bsd
- Created: 2025-01-04T02:11:20.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2025-01-15T20:50:49.000Z (15 days ago)
- Last Synced: 2025-01-15T22:54:51.779Z (15 days ago)
- Topics: arduino, esp32, esp32-arduino, examples
- Language: C
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 Arduino Examples
## Examples
### Access Point
Create a WiFi access point and serve a simple web page.
### AP LittleFS Editor
Simple web-based file editor served from an ESP32, allowing users to create, view, and edit text files stored in LittleFS.
### Blink
Blink the built-in LED.
### A2DP Source
Generate sound and send to a Bluetooth speaker using A2DP.
### LittleFS
Basic LittleFS filesystem operations including deleting, creating, and reading files.
### Lua
Run Lua on an ESP32.
### Multicore
Use FreeRTOS tasks to run code simultaneously on both cores of the ESP32.
### NeoPixel
Control NeoPixel LEDs.