https://github.com/trinhhuugiang/project-esp32
These are simple projects I did myself to get familiar with the ESP32 using ESP-IDF
https://github.com/trinhhuugiang/project-esp32
embedded-c esp32 espidf
Last synced: 24 days ago
JSON representation
These are simple projects I did myself to get familiar with the ESP32 using ESP-IDF
- Host: GitHub
- URL: https://github.com/trinhhuugiang/project-esp32
- Owner: TrinhHuuGiang
- License: gpl-3.0
- Created: 2025-03-04T16:25:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-30T06:30:03.000Z (12 months ago)
- Last Synced: 2025-06-30T07:32:28.163Z (12 months ago)
- Topics: embedded-c, esp32, espidf
- Language: C
- Homepage:
- Size: 63.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# practice-esp32
## 📌 Requirements
- ESP-IDF version: **4.4**
- Dev Kit: **ESP32-WROOM-32**
## 📁 Folder Structure
```
ESPIDF/
|
├── Code/
| └── project
├── Demo/
├── Doc/
└── Note/
```