Flashing 3Stone 100W Smart Light Bulb [BP5758D + WB2L] - Using BK7231T Chip, Alexa Compatible

This is a firmware flashing guide for: [2023 Upgraded] Smart Light Bulbs (Pack of 4), 3Stone 100W Equivalent WiFi LED Color Changing Bulb Dimmable 2700K-6500K RGBCW, Works with Alexa, Google Home 2.4Ghz Only, A21 10W E26 Tunable White No Hub
Bought from: https://www.amazon.com/gp/product/B07HR8GT12
Screenshots:

Product ASIN B07HR8GT12
Followed the instructions here with some minor changes: https://www.youtube.com/watch?v=2e1SUQNMrgY
- Removed the LED board by using a long screwdriver and pushing down from the small end of the bulb. Trying to pry from the top will just break the plastic.
- No need to desolder the chip, you can get to the pins from the back.
- Did not have to use a separate power supply, 3.3v from the serial worked fine.
- Had to invert the Warm/Cool LED pins,

Code: JSON







Comments
You were very lucky that the programming pads were accessible just by a fraction of the board. It really makes the job easier, but I still really like desoldering WB2L just like on the video you linked. Now... [Read more]
Do you know if it's possible to make the bulbs brighter? I think that the bulbs were much brighter when they had the original Tuya firmware. [Read more]
Yes, it is possible to make this kind of bulb brighter, you need to adjust the current limit of BP5758D. This can be done via console command, namely BP5758D_Current https://obrazki.elektroda.pl/7430665800_1697989752_thumb.jpg... [Read more]
Thanks, I'll check it out. Added after 13 [minutes]: Sorry to bother again, but is there a command to get the default current value? Just trying to see where it starts out at. [Read more]
Hello @andy212332 , if you look at our driver source code, here: https://github.com/openshwprojects/OpenBK7231T_App/blob/main/src/driver/drv_bp5758d.c You can see that default values are: static... [Read more]
Thanks, "BP5758D_Current 40 40" seems to be around the same brightness as what it originally had. [Read more]
Very well. You can now use that setting to regain full brightness. On a side note, I would also recommend looking into the PowerSave 1 command, which may slightly reduce the heating and the power consumption... [Read more]
ok I'll enable that too [Read more]
https://github.com/OpenBekenIOT/webapp/pull/158/commits/8950a6ff2217ee6776cbecabc64aa914f99c422f [Read more]