ct-Open-Source / tuya-convert

A collection of scripts to flash Tuya IoT devices to alternative firmwares
MIT License
4.64k stars 498 forks source link

Convert tuya TB95 light bulb (bakibo) #600

Closed AlessandroPerazzetta closed 4 years ago

AlessandroPerazzetta commented 4 years ago

In an attempt to convert a bakibo light bulb (rgb) I get "Device did not appear with the intermediate firmware". Installed tuya-convert on raspberry, start_flash starts correctly (vtrust wifi ap visible) and it seems that the light is trying to upgrade. The card on board is an esp8285, with the following wording: ajw-05_8285.

Log files: smarthack-mqtt.log smarthack-psk.log smarthack-udp.log smarthack-web.log smarthack-wifi.log

So I tried connecting a serial on the pads and from console you can see the following handshake: debug.log

Failing the ota update I tried to upgrade to Tasmota by connecting rx / tx on the pads under the board, i saved the original firmware with esptool, it is necessary to enter flash mode by bridging the pad (GPIO0 ???) and GND, upgrade successful. 2020-04-30 10 05 14

kueblc commented 4 years ago

Duplicate of #483