https://github.com/mphhpm/esp32-minimal
https://github.com/mphhpm/esp32-minimal
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mphhpm/esp32-minimal
- Owner: mphhpm
- License: mit
- Created: 2025-09-26T12:30:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-09-26T12:42:23.000Z (about 1 month ago)
- Last Synced: 2025-09-26T14:40:27.753Z (about 1 month ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
This is an example 'bare metal' ESP32 project which does not use the ESP-IDF libraries, based on https://github.com/WRansohoff/ESP32_minimal
### Prerequisites
```
Os: windows 10
ide: eclipse cdt, see www.eclipse.org, https://projects.eclipse.org/projects/tools.cdt
dev-board: https://www.waveshare.com/wiki/NodeMCU-32S
xtensa-toolkit: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/tools/idf-windows-installer.html
esptool: pip install esptool, see also https://pypi.org/project/esptool/
xpack build tools: https://xpack-dev-tools.github.io/windows-build-tools-xpack
```