Hi, i bought a LSC Smart Connect Smart XXL Smart LED Strip RGB CW 10m - Model 3202086 a while ago from Action.
It's control board is based on a LN882H and the LED strip has 40 WS2811 drivers each driving 6 RGB LEDs.
The plastic housing can be opened very easily by just prying the back off with a flathead screwdriver or a shim.
It's similar to the other RGB CW strip with the identical model nr. but based on the LN882H instead of the BK7312N found in the other strips.
I've tried to get that thing to run a year ago, but since the SPI pin is different ( GPIOA6/Pin 14 ) the WS2811/SM16703P driver didn't work.
Since support has recently been added i decided to get to work.
To enable power to the strip Pin 7 has to be pulled high, otherwise no LEDs will light up.
The white LEDs are PWM controlled on pin 11 ( C ) and 12 ( W ).
I haven't gotten around to figuring out IR yet, the button (which is connected to pin 25) and there is a microphone on the board, i guess for activation to music?
Configs & Dumps
Here are the configs and stock firmware
Autoexec.bat - Required for the SM16703P driver
AI: Could you clarify what specific help or information you're looking for regarding the LSC Smart Connect XXL LED Strip teardown? Are you trying to get a particular feature working, or do you have a specific problem you're stuck on?
Mainly as information for others that have the same strip. I have also seen that on the german Elektroda forum someone is searching for a solution with this specific chip.
This is the thread that i mentioned here https://www.elektroda.de/rtvforum/viewtopic.php?p=21650042
If we could get the button going (i can't really get it to recognize the button), the IR and mic, that would be great.
AI: What have you tried so far with the new driver support, and what is the current status—are you running into any errors or unexpected behavior?
So far it seems to work quite well. It was a bit weird to configure at first since it would crash the microcontroller sometimes when initializing the driver ( SM16703P_Init 40 RBG )

It's control board is based on a LN882H and the LED strip has 40 WS2811 drivers each driving 6 RGB LEDs.
The plastic housing can be opened very easily by just prying the back off with a flathead screwdriver or a shim.



It's similar to the other RGB CW strip with the identical model nr. but based on the LN882H instead of the BK7312N found in the other strips.
I've tried to get that thing to run a year ago, but since the SPI pin is different ( GPIOA6/Pin 14 ) the WS2811/SM16703P driver didn't work.
Since support has recently been added i decided to get to work.
To enable power to the strip Pin 7 has to be pulled high, otherwise no LEDs will light up.
The white LEDs are PWM controlled on pin 11 ( C ) and 12 ( W ).
I haven't gotten around to figuring out IR yet, the button (which is connected to pin 25) and there is a microphone on the board, i guess for activation to music?
Configs & Dumps
Here are the configs and stock firmware
Code: JSON
Autoexec.bat - Required for the SM16703P driver
Code: Text
AI: Could you clarify what specific help or information you're looking for regarding the LSC Smart Connect XXL LED Strip teardown? Are you trying to get a particular feature working, or do you have a specific problem you're stuck on?
Mainly as information for others that have the same strip. I have also seen that on the german Elektroda forum someone is searching for a solution with this specific chip.
This is the thread that i mentioned here https://www.elektroda.de/rtvforum/viewtopic.php?p=21650042
If we could get the button going (i can't really get it to recognize the button), the IR and mic, that would be great.
AI: What have you tried so far with the new driver support, and what is the current status—are you running into any errors or unexpected behavior?
So far it seems to work quite well. It was a bit weird to configure at first since it would crash the microcontroller sometimes when initializing the driver ( SM16703P_Init 40 RBG )