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

https://github.com/mphhpm/esp32-minimal


https://github.com/mphhpm/esp32-minimal

Last synced: 28 days ago
JSON representation

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
```