Hi there, I got a LSC Connect Smart Neon LED Strip 3m (Model 3200654) from Action.
There are 36 addressable zones of 6 leds each = 216 leds total.


I took the thing apart with a knife, destroying the casing a bit. The casing seems to be friction fitted, without clips. It should be possible to take the case apart by using some wide pulling pliers or a plastic pick.
Looking inside, I found that it has an onboard LN882H chip, supported by OpenBK7231/OpenLN882H
I referenced LN882H datasheet, pinout, WiFi modules (LN882HK, LN882HKx, LN882), Esphome/Tasmota style firmware and How to flash LN882H with open source Tasmota/Esphome style firmware - backup procedure included
The led strip has white (one color) and also has addressable RGB with WS2811 (RGB order). This was not implemented in the app yet, so I wrote a small WIP driver for it based on the existing SM16703P driver and some test code from the LN882H sdk (jasperro/Openbk7231T_App#jasperroLN882H-WS2811). It has some built-in WS2811 DMA stuff.
Here is the thing showing a nice gradient. Using the DDP protocol with LedFX works as well.
You need to turn pin 11 (A11) on first if you want to turn the led strip on, then send PWM signal on pin 7 (A7) for white.
To run the addressable WS2811 leds, pin A11 needs to be set toInput Off, and pin 6 (A6) can be used for WS2811 data. In this mode, pin 7 needs to be HIGH (Same as PWM 255).
Instruction manual for GUI
To control the led strip through the GUI is not fully straight-forward.
For the control to work, enable Flag 3: [LED][Debug] Show raw PWM controller on WWW index instead of new LED RGB/CW/etc picker.
To set white: Turn off "Toggle Light", Turn on "Toggle 52" (which turns on pin 11), Now channel 10 slider controls brightness of white leds.
To set color: Turn off "Toggle 52", Turn channel 10 slider to full brightness (PWM 255), Turn on "Toggle Light". Now you can use the color selector, WS2811_SetRaw, DDP, etc.
The device also has an IR receiver and remote, but I haven't gotten that to work yet.
Configs and dumps
Attached are the flashdumps of the stock firmware, and a OpenLN882H_App bin and OTA.bin
There are 36 addressable zones of 6 leds each = 216 leds total.



I took the thing apart with a knife, destroying the casing a bit. The casing seems to be friction fitted, without clips. It should be possible to take the case apart by using some wide pulling pliers or a plastic pick.
Looking inside, I found that it has an onboard LN882H chip, supported by OpenBK7231/OpenLN882H
I referenced LN882H datasheet, pinout, WiFi modules (LN882HK, LN882HKx, LN882), Esphome/Tasmota style firmware and How to flash LN882H with open source Tasmota/Esphome style firmware - backup procedure included
The led strip has white (one color) and also has addressable RGB with WS2811 (RGB order). This was not implemented in the app yet, so I wrote a small WIP driver for it based on the existing SM16703P driver and some test code from the LN882H sdk (jasperro/Openbk7231T_App#jasperroLN882H-WS2811). It has some built-in WS2811 DMA stuff.


Here is the thing showing a nice gradient. Using the DDP protocol with LedFX works as well.
WS2811_SetRaw 1 0 00FF993DFC8D57F9816AF6757AF26A89EF6096EB56A2E74DADE344B8DF3CC2DA36CCD630D5D12CDECC2AE6C72AEEC22CF5BC2FFCB733FFB138FFAB3EFFA74EFFA55EFFA269FF9F73FF9D7AFF9A81FF9787FF948DFF9192FF8E97FF8B9DFF88A2FF84A8FF80AEFF7CB4FF77BBFF71C4FF6CCDFF6ED5FA70DC

You need to turn pin 11 (A11) on first if you want to turn the led strip on, then send PWM signal on pin 7 (A7) for white.
To run the addressable WS2811 leds, pin A11 needs to be set to
Instruction manual for GUI
To control the led strip through the GUI is not fully straight-forward.
For the control to work, enable Flag 3: [LED][Debug] Show raw PWM controller on WWW index instead of new LED RGB/CW/etc picker.
To set white: Turn off "Toggle Light", Turn on "Toggle 52" (which turns on pin 11), Now channel 10 slider controls brightness of white leds.
To set color: Turn off "Toggle 52", Turn channel 10 slider to full brightness (PWM 255), Turn on "Toggle Light". Now you can use the color selector, WS2811_SetRaw, DDP, etc.
The device also has an IR receiver and remote, but I haven't gotten that to work yet.
Configs and dumps
Attached are the flashdumps of the stock firmware, and a OpenLN882H_App bin and OTA.bin
Code: JSON