mirror of https://github.com/arendst/Tasmota.git
Updated Prerequisites (markdown)
parent
453f3eb675
commit
126bcb0f38
|
@ -10,7 +10,7 @@ Any [variation](https://en.wikipedia.org/wiki/ESP8266#Espressif_modules) of the
|
|||
|
||||
### Serial-to-USB adapter with 3.3V power
|
||||
* [CH340G](https://cdn.sparkfun.com/datasheets/Dev/Arduino/Other/CH340DS1.PDF) is a reliable and very cheap adapter (example [1](https://www.sparkfun.com/products/14050), [2](https://www.aliexpress.com/item/Smart-Electronics-CH340-Module-Instead-of-PL2303-CH340G-RS232-to-TTL-Module-Upgrade-USB-to-Serial/32827321415.html)).
|
||||
* [FTDI FT232](https://www.ftdichip.com/Products/ICs/FT232R.htm) - these adapters have a lot of fakes in the market so buy only from reliable sources ([example](https://www.sparkfun.com/products/13746)).
|
||||
* [FTDI FT232](https://www.ftdichip.com/Products/ICs/FT232R.htm) - these adapters have a lot of fakes in the market so buy only from reliable sources ([example](https://www.sparkfun.com/products/13746)). Buy only with a seperate 3.3V regulator on PCB!
|
||||
* [CP2102](https://www.silabs.com/documents/public/data-sheets/cp2102-9.pdf) or [PL2303](http://www.prolific.com.tw/UserFiles/files/ds_pl2303HXD_v1_4_4.pdf) - can also work but using an external 3.3V supply might be necessary and thus not recommended for beginners.
|
||||
* [RaspberryPi](https://github.com/arendst/Sonoff-Tasmota/wiki/Flash-Sonoff-using-Raspberry-Pi) - only for advanced users.
|
||||
* [NodeMCU](https://en.wikipedia.org/wiki/NodeMCU) and [D1 mini](https://wiki.wemos.cc/products:d1:d1_mini) (Pro/Lite) boards have a micro USB upload port and don't require an adapter.
|
||||
|
|
Loading…
Reference in New Issue