Simple Pixel Lamp : led_lamp13x8 3d model
3dmdb logo
Thingiverse
Simple Pixel Lamp : led_lamp13x8

Simple Pixel Lamp : led_lamp13x8

by Thingiverse
Last crawled date: 4 years, 3 months ago
Hello,
this is a simple Pixel Lamp...15 minutes to assemble, solder a few spots...simple...with EspHome FastLed Light library.
https://youtu.be/USBDGZeaw3U
Dont forget to adapt the number of leds according to your project : int the program below for me : num_leds: 106
Sample code :
esphome:
name: led_lamp13x8
platform: ESP8266
board: d1_mini
wifi:
ssid: "XXXXXXXXXXXXXXXXXX"
password: "xxxxxxxxxxxxxxxxxxxxxxxxx"
manual_ip:
static_ip: 192.168.1.17
gateway: 192.168.1.1
subnet: 255.255.255.0
Enable logging
logger:
Enable Home Assistant API
api:
ota:
password: "Popo5425"
binary_sensor:
platform: status
name: "Status Wifi Led Lamp 13x8"
id: etatWLL13x8
sensor:
platform: wifi_signal
name: "WiFi Signal Led Lamp 13x8"
update_interval: 60s
id: signalWLL13x8
switch:
platform: restart
name: "Restart Led Lamp 13x8"
light:
platform: fastled_clockless
chipset: WS2812B
pin: D1
num_leds: 106
rgb_order: GRB
name: "Led Lamp 13x8"
effects:
strobe:
addressable_rainbow:
addressable_scan:
addressable_twinkle:
addressable_random_twinkle:
addressable_fireworks:
addressable_flicker:

Tags