add OTA alternative to flash over serial

Marcel Pokrandt 2019-01-25 08:23:25 +01:00
parent 26d4d15d6e
commit f1b0c76206
1 changed files with 1 additions and 1 deletions

@ -1,7 +1,7 @@
## Needed Hardware
* One of the [supported ESP8266 modules](https://github.com/arendst/Sonoff-Tasmota/blob/master/README.md)
* A really good quality USB-to-Serial Converter that can supply sufficient 3.3V to power the device (or a separate 3.3V power supply).
* A really good quality USB-to-Serial Converter that can supply sufficient 3.3V to power the device (or a separate 3.3V power supply) **or** a device that is flashable OTA out of the box (see f.e. [[TuyOTA]])
* Beefy FTDI ([example](https://www.sparkfun.com/products/13746)) - this one should provide enough power to work correctly.
* CH340G based USB-Serial board ([example](https://www.sparkfun.com/products/14050) - many people have had good luck with these types of boards and the generic ones seem to work just fine.
* Basic FTDI USB-to-Serial Converter/Programmer ([example](https://www.sparkfun.com/products/9873)) - this works for some people but some people have trouble using this to power the device and flashing does not always work. Using an external 3V3 supply might be necessary, since the FTDI part is only rated to supply 50mA and that is much less than the esp8266 requires.