-->
Page 1 of 1

WLED project sending python code to Athom, ESP32 controller

PostPosted: Sun Feb 12, 2023 10:06 am
by Sirquil
Have been experimenting with Python and Athom's "WLED ESP32 Music Addressable LED Strip Controller."

Controller specs:

ESP32-WROOM-32E Chipset
2 Channels
I2S PDM Digital Microphone Built in
IR Remote Control (optional)

Input: 5V-24V
MaxLoad: 16 A
16A Relay Switch
Strip types support: WS2812B WS2811 WS2813 WS2815 SK6812 TM1814 APA102 WS2801 LDP8806 GS8208

Athom's LED strip controller

WLED Project

Python code uses variables for fx (effects) and fp (FASTLed palette) in URL strings for some interesting effects and colors! Python console displays effect number and effect name. OpenAI ChatGPT assisted with parts of the code. Effect name in particular may not match effect id numbers; however, it is easy to build a URL String for an effect, insert fx value and fp value into URL string it is that easy!

Code in action

William