mirror of https://github.com/arendst/Tasmota.git
Updated Prerequisites (markdown)
parent
d0f3e9e836
commit
e23d2529f1
|
@ -16,9 +16,9 @@ Any [variation](https://en.wikipedia.org/wiki/ESP8266#Espressif_modules) of the
|
||||||
|
|
||||||
***Some adapters can be switched between 3.3V and 5V for the data pins, but still provide 5V on the power pin which will fry your device. You **MUST** make sure both the **data** and **VCC** pins are set for 3.3V.***
|
***Some adapters can be switched between 3.3V and 5V for the data pins, but still provide 5V on the power pin which will fry your device. You **MUST** make sure both the **data** and **VCC** pins are set for 3.3V.***
|
||||||
### Soldering equipment
|
### Soldering equipment
|
||||||
To solder you'll ofcourse need a soldering iron, soldering tin and some flux. If you're new to soldering check out some soldering tutorial videos while you're at it.
|
To solder you'll of course need a soldering iron, soldering tin and some flux. If you're new to soldering check out some [soldering tutorial videos](https://www.youtube.com/watch?v=IpkkfK937mU) while you're at it.
|
||||||
|
|
||||||
If you're intimidated by soldering you could get away with holding the headers with jumper wires in the pin holes during flashing but it is not a fool proof process and flashing might fail.
|
If you're intimidated by soldering you could get away with holding the headers with jumper wires in the pin holes during flashing but it is not a foolproof process and flashing might fail.
|
||||||
### Jumper wires
|
### Jumper wires
|
||||||
|
|
||||||
You could use any kind of wire but [jumper wires](http://blog.sparkfuneducation.com/what-is-jumper-wire) (also called DuPont wires) are more practical than soldering and desoldering.
|
You could use any kind of wire but [jumper wires](http://blog.sparkfuneducation.com/what-is-jumper-wire) (also called DuPont wires) are more practical than soldering and desoldering.
|
||||||
|
@ -38,13 +38,13 @@ Download a Tasmota binary (.bin) file from [GitHub](https://github.com/arendst/S
|
||||||
- **sonoff-BG.bin** to **sonoff-TW.bin** is sonoff.bin in different languages. *sonoff-UK.bin is Ukrainian language*
|
- **sonoff-BG.bin** to **sonoff-TW.bin** is sonoff.bin in different languages. *sonoff-UK.bin is Ukrainian language*
|
||||||
- **sonoff-sensors.bin** is sonoff.bin with additional sensors support
|
- **sonoff-sensors.bin** is sonoff.bin with additional sensors support
|
||||||
- **sonoff-basic.bin** is a stripped down version of the firmware. Built for smaller size.
|
- **sonoff-basic.bin** is a stripped down version of the firmware. Built for smaller size.
|
||||||
>This version comes packaged with Tuya Convert. If you used it to flash it is strongly recommended to update to sonoff.bin otherwise some crucial features (energy monitoring, autodiscovery, etc) will not work
|
>This version comes packaged with Tuya-Convert. If you used it to flash it is strongly recommended to update to sonoff.bin otherwise some crucial features (energy monitoring, autodiscovery, etc.) will not work
|
||||||
- **sonoff-classic.bin** stripped down version but it allows initial installation using either [Wi-Fi Manager](Initial-Configuration#configure-wi-fi), [WPS](https://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup) or [ESP8266 SmartConfig](http://techiesms.com/iot-projects/now-no-need-enter-ssid-name-password-inside-code-esp8266-smart-config/).
|
- **sonoff-classic.bin** stripped down version but it allows initial installation using either [Wi-Fi Manager](Initial-Configuration#configure-wi-fi), [WPS](https://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup) or [ESP8266 SmartConfig](http://techiesms.com/iot-projects/now-no-need-enter-ssid-name-password-inside-code-esp8266-smart-config/).
|
||||||
- **sonoff-display.bin** built for connecting displays but omits energy monitoring features
|
- **sonoff-display.bin** built for connecting displays but omits energy monitoring features
|
||||||
- **sonoff-knx.bin** adds [KNX](KNX) support but missing some additional features
|
- **sonoff-knx.bin** adds [KNX](KNX) support but missing some additional features
|
||||||
- **sonoff-minimal.bin** is a specialised build to allow OTA uploads. ***This version should NOT be used for initial installation!***
|
- **sonoff-minimal.bin** is a specialised build to allow OTA uploads. ***This version should NOT be used for initial installation!***
|
||||||
|
|
||||||
If you're not sure which release is the right one for you consult the [builds table](Builds) or just start with [sonoff.bin](http://thehackbox.org/tasmota/release/sonoff.bin).
|
If you're not sure which release is the right one for you, consult the [builds table](Builds) or just start with [sonoff.bin](http://thehackbox.org/tasmota/release/sonoff.bin).
|
||||||
|
|
||||||
If you're experienced or adventurous you can download latest development binary compiled hourly in various flavours at http://thehackbox.org/tasmota.
|
If you're experienced or adventurous you can download latest development binary compiled hourly in various flavours at http://thehackbox.org/tasmota.
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ If you're experienced or adventurous you can download latest development binary
|
||||||
- [**Esptool executable**](https://github.com/igrr/esptool-ck) - Esptool in executable form, no Python required. (Windows, Linux or Mac)
|
- [**Esptool executable**](https://github.com/igrr/esptool-ck) - Esptool in executable form, no Python required. (Windows, Linux or Mac)
|
||||||
|
|
||||||
Only for Tuya devices:
|
Only for Tuya devices:
|
||||||
- [**Tuya Convert**](https://github.com/ct-Open-Source/tuya-convert) - flash devices that work with Tuya Smart or Smart Life mobile app without disassembly or soldering.
|
- [**Tuya-Convert**](https://github.com/ct-Open-Source/tuya-convert) - flash devices that work with Tuya Smart or Smart Life mobile app without disassembly or soldering.
|
||||||
|
|
||||||
If you want to modify the code or default settings you can use:
|
If you want to modify the code or default settings you can use:
|
||||||
- [**Arduino IDE**](Arduino-IDE) - guide to setup and configure Arduino IDE for Tasmota compilation and upload
|
- [**Arduino IDE**](Arduino-IDE) - guide to setup and configure Arduino IDE for Tasmota compilation and upload
|
||||||
|
|
Loading…
Reference in New Issue