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

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

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)