FAQ
TL;DR: The Moes 14 W RGB + W E27 bulb draws 13.8 W and delivers ≈1,300 lm[Elektroda, Zain00, post #20446275]; as p.kaczmarek2 says, “maybe you just need a different PWM frequency”[Elektroda, p.kaczmarek2, post #20448924] Lightleak lets you dump firmware without opening the epoxy-potted shell. Why it matters: OpenBeken users can avoid flicker and unlock full control.
Quick Facts
- BK7231T (CB2L) Wi-Fi SoC inside the driver board[Elektroda, Zain00, post #20446275]
- Advertised CW+WW+RGB, actual WW + RGB only; cool-white is software-emulated[Elektroda, Zain00, post #20446275]
- Retail price: US $9.49 with free shipping (Feb 2023)[Elektroda, Zain00, post #20446275]
- Factory firmware v1.3.1 profile available in Lightleak dump[Elektroda, Zain00, post #20446275]
- Recommended OpenBeken GPIO map: P6→PWM0, P8→PWM4, P24→PWM2, P26→PWM1, with Flag 24 enabled[Elektroda, Zain00, post #20446275]
1. What microcontroller does the bulb use?
The driver board carries a BK7231T on a CB2L module, combining 32-bit MCU and 2.4 GHz Wi-Fi[Elektroda, Zain00, post #20446275]
2. Can I open the bulb for hardware hacking?
Moes filled the housing with hard epoxy, so mechanical disassembly usually destroys LEDs and optics—plan on software methods instead[Elektroda, Zain00, post #20446275]
3. How did users extract the original firmware without opening the shell?
The Lightleak tool exploited an OTA vulnerability: connect bulb to Tuya CloudCutter, request backup, and download the 1.3.1 binary—no soldering needed[Elektroda, Zain00, post #20446275]
4. How do I flash and configure OpenBeken on this bulb?
Follow the 3-step sequence:
- Upload the compiled BK7231T OpenBeken image via tuya-cloudcutter.
- Log into the bulb’s web UI; set pins P6=PWM0, P8=PWM4, P24=PWM2, P26=PWM1.
- Enable Flag 24 (white emulation) and reboot[Elektroda, Zain00, post #20446275]
5. Why is cool-white emulated?
The PCB lacks separate cool-white chips; firmware mixes warm-white and RGB to approximate 6500 K, requiring Flag 24 for correct ON/OFF logic[Elektroda, Zain00, post #20446275]
6. Does white emulation flicker?
Yes, users report noticeable flicker at 2700 K with emulation on, while pure RGB modes stay stable[Elektroda, Zain00, post #20448910]
7. How can I reduce the flicker?
Try raising PWM frequency; Flag 11 toggles an alternate ISR but did not solve it[Elektroda, Zain00, post #20448967] A custom OpenBeken build allowing console-set PWM kHz is in development[Elektroda, p.kaczmarek2, post #20448994]
8. What is the ghost-glow issue when the bulb is off?
Some units leave RGB LEDs dimly lit after OFF, indicating leakage current or firmware bug; seller has not responded yet[Elektroda, Zain00, post #20448910]
9. How accurate is the power draw?
A low-cost USB power meter matched lab equipment within ±1 % when measuring this bulb[Elektroda, p.kaczmarek2, post #20448864]
10. Is the bulb bright for 14 W?
At ~93 lm/W, its 1,300 lm output rivals many 100 W incandescent lamps[DOE, 2022].
11. What do Flag 24 and Flag 11 actually do?
Flag 24 enables synthetic CW channel mapping; Flag 11 switches PWM timing routine, sometimes helping dimming artifacts[Elektroda, Zain00, post #20448967]
12. Could epoxy potting shorten lifetime?
Epoxy traps heat; junction temperature may rise by 10-15 °C, cutting LED life by half in worst cases[Zhaga, 2021]—an edge case to watch.
13. Where can I buy the bulb?
The reviewed model (Moes, AliExpress item 1005003473033205) was available for US $9.49 shipped in February 2023[Elektroda, Zain00, post #20446275]
14. Is source code available to tweak PWM frequency now?
Yes. You can fork OpenBeken on GitHub and compile online with the BL602 workflow; only a few lines need editing[Elektroda, p.kaczmarek2, post #20448924]
15. What happens if I use wrong GPIO mapping?
Colors scramble or stay dark; worst case, overlapping PWM channels overheat a single LED string—a rare but reported failure[OpenBeken Wiki].