Hi,
I'm starting to work on the "LSC Smart Digital Led Strip" which is a dual led RGBCW strip.
On the board we have:
- a BK7231N
- a button (P7)
- a microphone (ADC on P23)
- an IR receiver (digital on P26)
It controls 2 rubans plugged in parallel with:
- CC leds (PWM on P24)
- CW leds (PWM on P9)
- RGB leds
- Mutiple SM16703P chipsets, each controlling 6 RGB plugged in parallel
- SM16703P chipsets are plugged in serial and controled by P16
The rubans have 5 pins:
- Green: GND
- White: VCC (24V) controled by P6
- Blue: digital RGB (see below)
- Black: CC leds
- Red: CW leds
The button, microphone, IR receiver, CC and CW leds are easy to use, as usual, with OpenBeken.
The RGB leds are problematic for now as SM16703P chipsets are not yet supported by OpenBeken.
See https://github.com/openshwprojects/OpenBK7231T_App/issues/176
The SM16703P datasheet can be found here: https://www.gree-leds.com/web/userfiles/download/SM16703ICdatasheet.pdf
Adrien
I'm starting to work on the "LSC Smart Digital Led Strip" which is a dual led RGBCW strip.

On the board we have:
- a BK7231N
- a button (P7)
- a microphone (ADC on P23)
- an IR receiver (digital on P26)

It controls 2 rubans plugged in parallel with:
- CC leds (PWM on P24)
- CW leds (PWM on P9)
- RGB leds
- Mutiple SM16703P chipsets, each controlling 6 RGB plugged in parallel
- SM16703P chipsets are plugged in serial and controled by P16

The rubans have 5 pins:
- Green: GND
- White: VCC (24V) controled by P6
- Blue: digital RGB (see below)
- Black: CC leds
- Red: CW leds
The button, microphone, IR receiver, CC and CW leds are easy to use, as usual, with OpenBeken.
The RGB leds are problematic for now as SM16703P chipsets are not yet supported by OpenBeken.
See https://github.com/openshwprojects/OpenBK7231T_App/issues/176
The SM16703P datasheet can be found here: https://www.gree-leds.com/web/userfiles/download/SM16703ICdatasheet.pdf
Adrien