-
Notifications
You must be signed in to change notification settings - Fork 638
Hardware Bakibo 9W E27 RGB CCT bulb
Javier Peletier edited this page Jul 25, 2020
·
1 revision
This bulb is internally equivalent to Teckin SB53. ASIN: B07SPVCG59, found on Amazon and other stores.
To flash, pop open the plastic bulb cap in an unscrew motion to reveal a LED panel with a protruding ESP 8285 board with 1MB flash.
Remove the three screws attaching the LED panel to the bulb. This round LED panel is connected to the rest of the circuit by means of a central pin header connector. You can then remove it completely to reveal the ESP
Bend the ESP board slightly to make some space to solder wire to the GND, VCC, TX, RX and GPIO0 pads underneath. You do not need to completely desolder the ESP as in the below picture:
With Espurna, use TECKIN_SB53
build flag.
If you're looking for support:
- Issues: this is the most dynamic channel at the moment, you might find an answer to your question by searching open or closed issues.
- Wiki pages: might not be as up-to-date as we all would like (hey, you can also contribute in the documentation!).
- Gitter channel: you have better chances to get fast answers from project contributors or other ESPurna users. (also available with any Matrix client!)
- Issue a question: as a last resort, you can open new question issue on GitHub. Just remember: the more info you provide the more chances you'll have to get an accurate answer.
- Backup the stock firmware
- Flash a pre-built binary image
- Flash a virgin Itead Sonoff device without opening
- Flash TUYA-based device without opening
- Flash Shelly device without opening
- Using PlatformIO
- from Visual Studio Code
- Using Arduino IDE
- Build the Web Interface
- Over-the-air updates
- Two-step updates
- ESPurna OTA Manager
- NoFUSS
- Troubleshooting
- MQTT
- REST API
- Domoticz
- Home Assistant
- InfluxDB
- Prometheus metrics
- Thingspeak
- Alexa
- Google Home
- Architecture
- 3rd Party Plugins
- Coding style
- Pull Requests