https://github.com/nagam11/esp32
Using the ESP WROOM 32 chip for multiple purposes
https://github.com/nagam11/esp32
esp-idf esp32 esp32-arduino espressif
Last synced: about 1 month ago
JSON representation
Using the ESP WROOM 32 chip for multiple purposes
- Host: GitHub
- URL: https://github.com/nagam11/esp32
- Owner: nagam11
- License: mit
- Created: 2018-07-22T18:11:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T19:04:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T01:48:07.815Z (over 1 year ago)
- Topics: esp-idf, esp32, esp32-arduino, espressif
- Language: C++
- Size: 96.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32
Arduino projects for interacting with the ESP WROOM 32 chip for multiple purposes.
These projects feature the following board:


## Useful links
* [ESP WROOM 32 Datasheet](http://akizukidenshi.com/download/ds/espressifsystems/esp_wroom_32_datasheet_en.pdf)
* [ESP32 Troubleshooting](https://randomnerdtutorials.com/esp32-troubleshooting-guide/)
* [Easy tutorial](http://blob.tomerweller.com/esp32-first-steps#what-is-the-esp32)
* [NeoPixel alternative library for ESP32 instead of Adafruit](https://github.com/Makuna/NeoPixelBus)
* [Open issue on the Adafruit_NeoPixel library regarding issues with LED flickering on ESP32](https://github.com/adafruit/Adafruit_NeoPixel/issues/139)
* [Issue on ESP32 when using NeoPixel and Wifi](https://forums.adafruit.com/viewtopic.php?f=47&t=117327)