Sonoff T0UK1C with a T1 V1 board #17934
linker3000
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
You need no scraping, you can just touch gpio0 directly on the ESP8285 chip (bottom edge, 2nd from the right). Not hard to do, as it fortunately is perfectly safe to also ground the neighbor to the right (gpio4) at the same time. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just in case it helps someone, I purchased a couple of second hand Sonoff T0UK1C touch light switches off the 'bay and checked out the Tasmota flashing instructions pages, but my switches' main logic boards did not match any of those shown in the info, or on the general www, for either the T0 or T1 variants and, somewhat confusingly, the 'T0' unit's boards were labelled T1 V1.0.
Having traced the PCB track for GPIO0, which needs to be grounded on power-up to set the ESP8285 into flash mode, I found it on a via close to the chip (see pic), so all that's needed is to scrape off the solder mask and ground the via - I used one of my multimeters (switched off, not that it would have mattered) with fine probes, set to current (low resistance) to link the via to GND.
Having done that, it took a few seconds with ESP-Flasher to change the firmware to Tasmota and both switches are working well.
Beta Was this translation helpful? Give feedback.
All reactions