/esp32_fastLed_ble

ESP32 Fast LED BLE controll

Primary LanguageC++MIT LicenseMIT

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