
Simple Pixel Lamp : led_lamp13x8
thingiverse
Hello, This is a simple Pixel Lamp that can be assembled in just 15 minutes by soldering a few spots. It uses the EspHome FastLed Light library. Check out this YouTube video for more information: https://youtu.be/USBDGZeaw3U Don't forget to adjust the number of LEDs according to your project. In the code below, you'll see that I've set num_leds to 106. Here's some 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
With this file you will be able to print Simple Pixel Lamp : led_lamp13x8 with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Simple Pixel Lamp : led_lamp13x8.