logo elektroda
logo elektroda
X
logo elektroda

LSC Smart E27 806lm CW - BK7231T

Tych0 
A very cheap E27 smart bulb. Bought at Action store at around 4 euro in NL, article number 3000272.
Overall quality is good enough considering the item price. I use it in hallways, storage room, toilet etc.

Opening the light is pretty easy. If you have some experience opening devices, you can easily pry it open en glue it back together without damage.

I use a 9mm thin blade, see picture. Slide the blade between the 'transparent' plastic and the base of the light. And keep turning the bulb in your hand, while you use the other hand to push the blade further into the bulb. It might take some time and force before you notice the top of bulb will loosen up. Just try to tilt the transparent piece after every other turn. Eventually it will separate from it's base.

When you've separated the bulb. You have to remove the LED board. Remove the glue around the board with a screwdriver and a sharp blade. I use a little metal hook that I've bend into an L-shape to pull out the LED board. Keep removing glue until it will pop out. Pull it out straight otherwise you'll damage the pins that hold the board to the base of the bulb.

Finally, remove the metal cap at the bottom of the bulb with a sharp balde or screwdriver. It's not screwed in or glued, just pull it out.
You'll see a little metal wire. Carefully bend it to the center of the bulb, into the hole.

Now that you've loosen the the metal wire at the bottom. You can pull out the main PCB of the bulb a little bit, for 5 to 10mm.
When the sticker on the chip is removed. I found a BK7231T.

On the bottom of the PCB you'll find the pins you need for flashin. They are clearly marked. The TX and RX are small but with a steady hand and your soldering iron, you'll manage to attach some wires.

Flash it with your USB UART flashing device and set pin 24 as PWM value 4 (CW) and pin 16 as PWM value 5(WW).
  - platform: mqtt
    name: "obk06B22AC7"
    unique_id: "obk06B22AC7"
    command_topic: "cmnd/obk06B22AC7/led_enableAll"
    state_topic: "obk06B22AC7/led_enableAll/get"
    availability_topic: "obk06B22AC7/connected"
    payload_on: 1
    payload_off: 0
    brightness_command_topic: "cmnd/obk06B22AC7/led_dimmer"
    brightness_scale: 100
    brightness_state_topic: "obk06B22AC7/led_dimmer/get"
    brightness_value_template: "{{value}}"
    color_temp_command_topic: "cmnd/obk06B22AC7/led_temperature"
    color_temp_state_topic: "obk06B22AC7/led_temperature/get"
    retain: false
This is the YAML configuration I use in HA.

The light shows up as I expect in the HA GUI.
Put everything back together in reverse order. Glue back the transparent top of the bulb, and you're done.

Happy flashing!

About Author
Tych0 wrote 15 posts with rating 19 . Been with us since 2022 year.

Comments

Add a comment
p.kaczmarek2 11 Aug 2022 10:25

Very nice teardown! I also have seen Action stores in Poland. This bulb is very cheap as well in my country, it's for about 15 PLN (Polish Zloty). By the way, it might be possible to flash this bulb... [Read more]

Tych0 11 Aug 2022 22:28

Thx. Yes I'm aware of the Cloud Cutter capabilities and for sure it might be able to program your firmware on the device. But what's the fun of that :-) I enjoy opening up these devices desolder modules... [Read more]

gulson 13 Aug 2022 08:33

Currently in Poland PLN 18, but still very cheap: https://www.action.com/pl-pl/p/inteligentna-arowka-led-lsc-smart-connect/ He's probably in other countries too. Thank you for the presentation... [Read more]

ACCel 14 Aug 2022 22:07

Thanks for more information, they have a set of 3 garden lamps RGB + W for PLN 89, which is quite a nice price, they also have a smart spotlight with a motion sensor. You will have to find a store nearby... [Read more]

p.kaczmarek2 15 Aug 2022 09:02

Let me know when you buy, photos from inside / tearedown topic is also well known, maybe even a small gift from Electrode could be found for you. I am curious how this motion sensor works, but it will... [Read more]

gulson 15 Aug 2022 10:40

If you can do a teardown of what's in Action, I'll send you some electrode gifts :) Thank you! [Read more]

pitron 16 Aug 2022 07:49

If someone does not want to flash, he can integrate this bulb via tuya, you have to build a project on iot.tuya.com. and add it in the tuya app will detect it without any problem. Apparently, the lsc app... [Read more]

C0br4 22 Sep 2022 21:26

I'm buying this bulb a lot and it always came with a esp8266 which I quickly flashed to tasmota. Now they silently changed the chipset to BK7231T and I thought I have to buy much more expensive bulbs to... [Read more]

p.kaczmarek2 24 Sep 2022 08:18

It is indeed 26. The pin 16 does not even support PWM function. Why do you think they "silently changed the chipset to BK7231T"? [Read more]

C0br4 24 Sep 2022 10:11

My guess would be cost reduction, probably the Beken chips are a few cents or fractions of a cent cheaper than the Espressif chips [Read more]

gulson 24 Sep 2022 16:03

Maybe it's about licensing problems? [Read more]

TheExperimentator 25 Sep 2022 18:04

Thanks for the nice writeup! Since I bought the same ones (3000272-970716) also in NL my small comment is that flashing directly using Tuya Cloudcutter works perfectly so no need to open the bulb anymore! There... [Read more]

starfelicious 28 Oct 2022 13:29

Hi there, i have a very similar bulb, 2000273 instead of 2000272 - it's basically the same bulb but with 1400 instead of 800ish Lumen... After some searching around, from what i gather on the tasmota... [Read more]

p.kaczmarek2 28 Oct 2022 13:47

Beken chips have 6 possible PWM pins. Have you checked them all? Is your device CW? If none of PWM combinations are working, then you might have a bulb with a dedicated LED driver chip with a variation... [Read more]

starfelicious 28 Oct 2022 14:01

Yes, it's a CW device... I did notice this as well, the config page states that "BK7231N/BK7231T supports PWM only on pins 6, 7, 8, 9, 24 and 26!" How would i go about testing the other 'pins' ...do... [Read more]

p.kaczmarek2 28 Oct 2022 14:44

Well... the simplest way... would be to try setting 6, 7, 8, 9 24 and 26 to "Relay" role and give each of them a separate channel, 6 will be channel 0, 7 channel 1, 8 channel 2, 9 channel 3, 24 channel... [Read more]

starfelicious 28 Oct 2022 15:02

Aaaah, i see what you did there. That actually got me somewhere... Turned out, 7 and 8 (once on channel 1 and 2) did the trick. One switched on full white, the other switches on full warm/yellow. Removed... [Read more]

piotrdobron 19 Dec 2022 10:40

Hey, I uploaded to the bulb 1.12.19 on the AP everything works perfectly. After adding to the HA generated yaml by OPENBK, I can't do automation on this bulb. Bulb not showing in devices. Is it possible... [Read more]

p.kaczmarek2 21 Dec 2022 11:43

@piotrdobron which HA version? Maybe you need to add Unique ID or Entity ID? [Read more]