logo elektroda
logo elektroda
X
logo elektroda

[BK7231N CB2L] Antela - smart bulb E27 RGB BAW534 9W

dheenhasty 
Just buy a couple of this smart bulb and teardown one to have the correct pin out and firmware :

https://www.amazon.fr/ANTELA-Multicouleurs-27...-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&psc=1

So simple beken7231 around a CB2L. seems like only two pin is used to SCL and SDA of the BP5758


i have submited the update on Cloud Cutter, but if someone need to flash them any device of oem-bk7231n-light-ty-1.2.16-sdk-2.3.1-40.00 will do the trick.

I will post some pic of the teardown later.

Code: JSON
Log in, to see the code


as promise heres teardown :


the process is destructive, so don't do it ... now that i done it you just had to flash it :)

About Author
dheenhasty wrote 111 posts with rating 17 , helped 2 times. Been with us since 2023 year.

Comments

p.kaczmarek2 02 Mar 2023 09:37

Thanks, but please use syntax tag to post JSON code, it will make more readable. Some photos from inside would also be nice, but they are not 100% necessary. So, maybe it's time to look into DDP... [Read more]

dheenhasty 02 Mar 2023 10:21

I will post some photo :) I'm not confident with ddp protocol you want to fork wled for openbeken ? [Read more]

p.kaczmarek2 02 Mar 2023 10:23

DDP protocol is already working. We have a very simple driver for that, but it correctly receives RGB values. There is nothing to do in that matter. I was just saying that's possible to use it if you want... [Read more]

jkwim 16 Apr 2023 17:07

Could you give a configuration example for DDP receipt please? [Read more]

p.kaczmarek2 16 Apr 2023 17:26

startDriver DDP and then from xLights set channels number in packet to 3 and send something or some kind of animation. [Read more]

jkwim 10 May 2023 08:41

Tested with WLED and works fine. 1. WLED Config Version v0.14.0-b1 Added OpenBK bulb as the next hop LED after a LED string: https://obrazki.elektroda.pl/8890413300_1683700122_thumb.jpg... [Read more]

p.kaczmarek2 10 May 2023 08:43

Thank you for testing. Is the DDP support good enough for you, or is there something we can add or improve? [Read more]

jkwim 10 May 2023 19:56

Would it be possible to have a button start/stop reacting to DDP packets? That is once the driver is loaded, to allow/disallow DDP reaction. Ideally a MQTT command also for the same. Added after... [Read more]

p.kaczmarek2 10 May 2023 19:57

There is a simple httpButtons driver, maybe you could use that? Sample autoexec.bat: startDriver httpButtons setButtonEnabled 0 1 setButtonLabel 0 "Turn off after 10 seconds" setButtonCommand... [Read more]

jkwim 10 May 2023 20:02

BTW, how to do I control the WW/CW LEDs of a RGB-WW/CW Bulb. There are no buttons on the GUI. I have defined the following PWMs: Pin 6 PWM 3 Pin 7 PWM 2 Pin 8 PWM 1 Pin 24 PWM 4 Pin 26 PWM... [Read more]

p.kaczmarek2 10 May 2023 20:17

Well, you must reboot to get autoexec.bat executed. If you don't want to reboot, then type those commands in console and you will get immediate effect. You can do stopDriver/startDriver without reboot. Is... [Read more]

jkwim 11 May 2023 23:52

Can you explain the reason for following response please? Info:CMD:[WebApp Cmd 'backlog led_temperature 500; Dimmer 100; led_enableAll 1' Result] Unknown command Added after 3... [Read more]

p.kaczmarek2 12 May 2023 03:10

Hmm you are correct, there was two potential mistakes in the code. The Dimmer command for LED was always returning error because it was not updated with commands system revamp. It should be fixed now,... [Read more]

jkwim 12 May 2023 09:19

Build on May 12 2023 01:36:41 version 1.17.109 Following error is still there: Error:CMD:cmd LED_Map NOT found (args ) Info:CMD:[WebApp Cmd 'LED_Map' Result]... [Read more]

p.kaczmarek2 12 May 2023 09:38

Let me check on that device: https://obrazki.elektroda.pl/2853690500_1683876747_thumb.jpg Let me save that: https://obrazki.elektroda.pl/2605044100_1683876915_thumb.jpg And reboot: ... [Read more]

jkwim 12 May 2023 21:46

After I typed the contents manually on a notepad and then cut and pasted in to browser it worked (I am still puzzled as to why when I copied your script on to a notepad and then cut and pasted again in... [Read more]

soulslayer 09 Dec 2023 14:20

I'm trying to make what described; it would be awesome if the ddp driver in a lamp (maybe more than one in the future) could be enabled and disabled on the fly from ha. The esphome equivalent is light... [Read more]

p.kaczmarek2 09 Dec 2023 15:25

We have a tutorial for that: Home Assistant - how to create an event trigger button, MQTT, dashboard panel [Read more]

%}