Here, I have put some examples for ESP32-NodeMCU-Dev-Board.
- Board used: ESP32-NodeMCU-Dev-Board (can be bought from https://www.berrybase.de/en/esp32-nodemcu-development-board)
- Chip / MCU: ESP-WROOM-32
- Toolchain (Compile code for ESP32): Espressif ESP-32
-> Build tools: CMake and Ninja to build a full App for ESP32
-> APIs: ESP-IDF
- IDE used:
- Eclipse with Espressif-ESP-IDF plugin [https://github.com/espressif/idf-eclipse-plugin]
- Espressif-IDE [https://dl.espressif.com/dl/esp-idf/]
-
Main file: can be found at ''
-
ESP-IDF Programming Guide: https://espressif-docs.readthedocs-hosted.com/projects/esp-idf/en/stable/index.html or https://demo-dijiudu.readthedocs.io/en/latest/index.html
-
Web: http://esp32.net/
S.No. | Project | IDE used |
---|---|---|
1 | LED_Blink | Eclipse |
2 | RNG | Eclipse |
3 | PushButton_OnBoard | Eclipse |
4 | USART | Eclipse |
5 | ADC_OnBoard3VPinRead | Eclipse |
6 | ADC_OnBoardTemperatureSensor | Eclipse |
7 | Timer__ | Eclipse |
8 | FreeRTOS__ | Eclipse |
9 | Button_N_LED | Espressif-IDE |
10 | ADC_Potentiometer | Espressif-IDE |