diff --git a/Sonoff-iFan02.md b/Sonoff-iFan02.md index 385f8ff8..e1783400 100644 --- a/Sonoff-iFan02.md +++ b/Sonoff-iFan02.md @@ -4,7 +4,7 @@ The Sonoff iFan02 is supported in Tasmota from version 6.0.0b * [Itead Shop](https://www.itead.cc/sonoff-ifan02-wifi-smart-ceiling-fan-with-light.html) * [Itead iFan02 Schematics](https://github.com/arendst/arendst.github.io/blob/master/media/ifan02/iFan02Schematics.pdf) -## Serial Connection +## Serial Flashing Please see the [Hardware Preparation](https://github.com/arendst/Sonoff-Tasmota/wiki/Hardware-Preparation) page for general instructions. @@ -12,44 +12,41 @@ Flashing using only a USB to serial converter will not work as the unit draws to The button is not connected to GPIO0 so flashing the unit requires some extra work. I managed to flash the iFan02 by soldering a wire to TP16 (GPIO00) on the bottom of the PCA. Keep this wire connected to Gnd during the power-on or reset process (pressing the button) and the unit will be in firmware upgrade mode. If you've soldered the gpio0 connection don't forget to unsolder before booting normally. -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 -************* 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. +Press and hold the button while connecting to power. -![](https://user-images.githubusercontent.com/34340210/57892048-9f0e5200-780b-11e9-8699-950981f25e82.jpg) ![](https://user-images.githubusercontent.com/34340210/57892049-9f0e5200-780b-11e9-9beb-14125dd9d4c9.jpg) -************* +> 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). + +## Additonal information * 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 -## Pictures - -### Functioning iFan02 Web Interface +Functioning iFan02 in Tasmota WebUI drawing -*** - -### iFan02 PCA with TP16 +iFan02 PCA with TP16 drawing Two users report the TP16 pad lifting after soldering a wire to ground as shown in picture. This renders it useless. It may be better to use a pogo pin contact, bare wire or solder and then epoxy/glue the wire in place, leaving it permanently. -*** +Board Top Showing ESP8285 -### Board Top Showing ESP8285 ![UNSHIELDED Board Top Showing ESP8285](https://user-images.githubusercontent.com/24206271/42735638-e8f4ac6a-8825-11e8-8fa8-84d4edc633a6.png) -### Pinout ESP8285 +ESP8285 Pinout + ![esp8285 PINOUT](https://user-images.githubusercontent.com/24206271/42735641-ec448494-8825-11e8-82e8-78d97bd3a087.png) -*** +### Using hard wired push button switch attached to iFan02 GPIO to cycle speeds + +If anyone wants to setup a single push button switch attached to the GPIO3 Serial + ground In that will cycle through the speeds and turn off - after setting it in the configuration (GPIO3 to 11 Switch3) the console code is: + +`rule1 on switch3#state do FanSpeed + endon` ### Alternate Power Supply Schematic @@ -100,10 +97,3 @@ Credit to [finity](https://community.home-assistant.io/t/sonoff-ifan02-tasmota-m retain: true optimistic: false ``` - - -### Using hard wired push button switch attached to iFan02 GPIO to cycle speeds - -If anyone wants to setup a single push button switch attached to the GPIO3 Serial + ground In that will cycle through the speeds and turn off - after setting it in the configuration (GPIO3 to 11 Switch3) the console code is: - -`rule1 on switch3#state do FanSpeed + endon`