Git Good @ Tech

Programming / Flashing Sonoff TH16 Wifi Smart switch.

Sonoff is cool little smart switch for not only home automation but for makers and hackers also, why? It’s based on ESP8266 plus it has tx/rx pins accessible and the hardware is well documented (schematics at the end of the post).

Now concerning the Sonoff original software I got it working after around 15 minutes of messing around. For some reason the app also needed my location information, sound recording,  access to SD card and so on ….. so yeah not fishy at all. After successful pairing of the switch with app everything worked fine (around 5 minutes) until the app recommended the firmware update….. aaaand its broken. After the update the device was basically just push switch. After the update no matter what I did I could not reconnect the switch to the app.

Luckily I bought it to hack it. So here we go ….




First you need: FDTI USB to TTL adapter. Mine looks following:

 

  1.  Disconnect Sonoff from mains power.
  2. Open the enclosure:
  3. Solder header to the PCB:
  4. Now connect the FDTI USB to Sonoff. Don’t forget to set your FDTI adapter to 3.3V! On Sonoff only the GND and VCC are marked. Connections are following:
    Sonoff FDTI
    GND GND
    TX RX
    RX TX
    VCC VCC

     

    FDTI pinout:

  5. Now before we connect the adapter to computer remember that changes are irreversible. Once you write the changes to Sonoff there is no way to restore the original firmware.  In order to enter programming mode you have to hold down the push button while connecting the adapter to computer (and powering up the ESP8266). With this adapter I had to hold down the button only while connecting the usb adapter with computer and after couple of seconds I can release the button and write the program to ESP8266. Now if this does not work try keeping the button down the whole time of connection and program upload.
    Another common problem is that FDTI adapter does not supply enough current (With this model of FDTI I did not have that issue).  In that case you need to supply 3.3V to ESP8266. (Pins VCC and GND on header).
  6. Now lets open Arduino IDE. How to add the ESP8266 libraries to Arduino IDE I have written before here. Open “Blink” test sketch.
  7. Replace the “LED_BUILTIN” with “13”.
  8. Select “Generic ESP8266 Module” as device and following settings:
  9. And now Upload sketch. If everything went fine you should see the blue LED flashing after the upload.

 

Sonoff TH16 ESP8266 Pinout:

Arduino IDE Sonoff ESP8266 Info
12 PWM0 (Pin:10) Red LED (Relay)
13 PWM1 (Pin:12) Blue LED
14 SCL (Pin: 9) TEM1 Temperature sensor data 1
4 GPIO04 (Pin:16) TEM2 Temperature sensor data 2
0 E-FW (Pin: 15) Button S1

 

Download the schematics of Sonoff TH16 from HERE.

2 Comments

  1. Teun

    Worked like a charm! Thanks for your effort!

  2. Lee

    For “Sonoff TH16 v2.1 2018-06-15” I had to set ‘Flash mode: DOUT’ and ‘Flash Size: 1M (64K SPIFFS)’ for this to work. Tested OK for blue LED and relay/red LED.
    Note that I soldered in a 4 pin header and ignored the fifth pin marked ‘EXP-LOG’.

Leave a Reply to Teun Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

© 2024 JakeMakes

Theme by Anders NorenUp ↑