From 1f7cb4f9510612ed87497134dfc29b90c1c6ae72 Mon Sep 17 00:00:00 2001 From: insane2subro Date: Mon, 10 Sep 2018 23:17:24 +0530 Subject: [PATCH] Easier Flashing Method --- Sonoff-iFan02.md => Sonoff-iFan02.asciidoc | 3 +++ 1 file changed, 3 insertions(+) rename Sonoff-iFan02.md => Sonoff-iFan02.asciidoc (91%) diff --git a/Sonoff-iFan02.md b/Sonoff-iFan02.asciidoc similarity index 91% rename from Sonoff-iFan02.md rename to Sonoff-iFan02.asciidoc index 72358958..773b4295 100644 --- a/Sonoff-iFan02.md +++ b/Sonoff-iFan02.asciidoc @@ -15,7 +15,10 @@ The button is not connected to GPIO00 so flashing the unit requires some extra w If you have an Arduino you may be able to flash without providing an additional power source. I have successfully flashed using an Arduino Duemilanove with the atmel chip pulled out (basically using it for FTDI and 3.3v power regulation). Rx on Arduino goes to Rx on iFan02, Tx to Tx (no crossover like with FTDI). I did not have to press the button, only to ground TP16 while initiating the flash in Arduino IDE. The Arduino provides enough power to flash, however it will not boot into Tasmota unless you plug in to external power (it boot loops after flashing is complete). ## More information +************* +An easy way that I used for flashing was using a CP2102 USB to TTL(can't confirm if other ttl to usb works as well or not). Connect RX -> TX | 3.3 -> 3.3 | TX -> RX | GND -> GND and connect TP16 to GND (as used in the TTL). Press hold the button while connecting to the computer. I flashed the tasmota bin file using ESP Flash tool, flashed successfully at first attempt. +************* * See issue [#2839](https://github.com/arendst/Sonoff-Tasmota/issues/2839) for user information * See issue [#3412](https://github.com/arendst/Sonoff-Tasmota/issues/3412) light on after restore power