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

https://github.com/jmysu/esp32-nimble-neopixel

ESP32 NimBLE Neopixel w/ T-Audio
https://github.com/jmysu/esp32-nimble-neopixel

arduino ble bluetooth esp32 neopixels nimble platformio

Last synced: 2 months ago
JSON representation

ESP32 NimBLE Neopixel w/ T-Audio

Awesome Lists containing this project

README

          

# ESP32-NimBLE-Neopixel [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

ESP32 NimBLE Bluetooth Neopixel w/ T-Audio board.

Use BLE UART service(TX/RX) to communicate with phone app.

   




Library dependancy && Build size w/ option CORE_DEBUG_LEVEL=5...

### References
- [NeoPixel library](https://github.com/adafruit/Adafruit_NeoPixel) Arduino Adafruit NeoPixel Library.
- [nimBLE Arduino BLE stack](https://github.com/h2zero/NimBLE-Arduino) Smaller BLE only stack for ESP32.
- [Android App for BLE UART control](https://play.google.com/store/apps/details?id=com.adafruit.bluefruit.le.connect) Android App at Google Play.