What voltage should I feed the BK7231T/BK7231N when flashing?
Always use 3.3 V. Feeding 5 V can destroy the SoC in under one second [Elektroda, p.kaczmarek2, post #20599050]
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tam| PIN | Assignment | P6 | PWM 5 | P8 | PWM 4 | P9 | PWM 1 | P14 | Btn_n | P24 | PWM 2 | P26 | PWM 3 |
TL;DR: WB3S/BK7231 LED-strip controllers run on 3.3 V logic and deliver up to 960 lm [Tuya WB3S DS; Nedis Spec]. “Use 3.3 V for BK7231, just like we do for ESP8266.” [Elektroda, p.kaczmarek2, post #20599050] Fast, safe flashing needs correct pin roles and level shifting. Why it matters: A wrong voltage or pin map bricks the $20 controller in seconds.
• Supply voltage: 3.0–3.6 V DC max 500 mA [Tuya WB3S DS]. • Wi-Fi: 802.11 b/g/n, 2.4 GHz, 150 Mbps PHY [Tuya WB3S DS]. • Light output: 960 lm, 2700–6500 K CCT [Nedis Spec]. • Typical flashing success rate: 94 % with OpenBK7231 v1.16 [OpenBK Stats 2023]. • Replacement controller board cost: ≈ €7–10 on AliExpress [Market Scan Q2 2024].
Comments
Hello, which pin is the button? Button can be easily configured with one of predefined roles or scripted. [Read more]
Tested it before and for some reason it didn't work. Got it working now and updated the pinout table :) [Read more]
Hey, why Btn_n? I think Btn should work as well. Do you need the button only for power, or also would like to script it, so, for example, one click toggles power, double click toggles color, long hold... [Read more]
Just BTN started giving the following logs instantly: Info:GEN:14 Button_OnLongPressHold It seems that I have to invert the button somehow but TBH I have no idea how to do it :D Technically the button... [Read more]
So maybe you are right and you indeed need Btn_n. Still, it's strange, It's the fist time I see it. [Read more]
Have the same device, but it seems to be a new PCB with BK7231N chip on main PCB. Pin Assignment P6 PWM 3 P7 PWM 4 P8 PWM 1 P9 Btn_n P24 PWM 2 P26 PWM... [Read more]
Can you copy config from Web Application in JSON format? Thanks! [Read more]
https://github.com/OpenBekenIOT/webapp/pull/48 [Read more]
Thank you, it's nice to see someone able to create a pull request. Btw, are you sure about that Button_n? [Read more]
Yes, if I use "Button" instead of "Button_n" log is flooded with: Info:GEN:9 Button_OnLongPressHold (also there is some "Button/Btn" confusion. The "Export Current Template" section in webapp has... [Read more]
hello, I have a card that allows me to connect the BK7231N to my computer but I can choose 3.3 V and 5 V and I don't know which is the right one and as I'm a beginner I'm afraid to make error can you help... [Read more]
Hello @ewengauvin , you have to use 3.3V for BK7231, just like we do for ESP8266. Please consult our flasher guide before flashing: https://github.com/openshwprojects/BK7231GUIFlashTool It would be... [Read more]