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
- Host: GitHub
- URL: https://github.com/jmysu/esp32-nimble-neopixel
- Owner: jmysu
- License: gpl-3.0
- Created: 2020-04-13T05:53:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T21:27:33.000Z (about 6 years ago)
- Last Synced: 2025-01-15T13:08:33.226Z (over 1 year ago)
- Topics: arduino, ble, bluetooth, esp32, neopixels, nimble, platformio
- Language: C++
- Size: 13.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32-NimBLE-Neopixel [](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.