antonzk / esp32_fastLed_ble

ESP32 Fast LED BLE controll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 FastLED BLE control

About

Firmware for ESP32 to control the LED strip via Bluetooth

Set up

#define PIN T4 // P13 - data pin
#define DEVICE_NAME "IoT LED Strip" // Bluetooth device name
#define NUM_LEDS 150 // amount of leds in strip

Default pins

Default pins

Result

App

Libraries

License

MIT

About

ESP32 Fast LED BLE controll

License:MIT License


Languages

Language:C++ 87.7%Language:C 12.3%Language:Makefile 0.0%