Added this page to relieve the sidebar of too many links

blakadder 2019-02-19 22:03:57 +01:00
parent bcca877ef9
commit f40a71b973
1 changed files with 12 additions and 0 deletions

12
Upload-tools.md Normal file

@ -0,0 +1,12 @@
## Tools for compiling and uploading (flashing) Tasmota:
- [**Arduino IDE**](Arduino-IDE) - setup and configure Arduino IDE for Tasmota compilation and upload
- [**EspEasyFlasher**](ESPEasyFlasher) - small and simple to use GUI for flashing with esptool
- [**Esptool**](Esptool) - setup and configure [esptool.py](https://github.com/espressif/esptool) for Tasmota upload
- [**PlatformIO**](PlatformIO) - setup and configure [https://platformio.org/](PlatformIO) for Tasmota compilation and upload
- [**PlatformIO CLI**](PlatformIO-CLI) - how to flash Tasmota using the PlatformIO command line interface on Linux
- [**Visual Studio Code**](Visual-Studio-Code) - setup and configure [https://code.visualstudio.com/](Visual Studio Code) with PlatformIO for Tasmota
- [**Node Red OTA server and firmware manager**](https://flows.nodered.org/flow/888b4cd95250197eb429b2f40d188185) - NodeRed flow for managing Over The Air firmware updates
- [**OTA over SCP**](OTA-over-SCP) - setup and configure "OTA over SCP" upload for PlatformIO
- [**Python HTTP OTA server**](Python-HTTP-OTA-Server) - setting up a small Python server to serve OTA upgrade binaries
- [**Tuya OTA**](Tuya-OTA) - easy OTA flash for devices with Tuya chips, no disassembly required
- [**SonOTA**](SonOTA---Espressif2Arduino---Tasmota-without-compiling) - OTA flash eWeLink based devices *(mostly outdated - doesn't work with newer firmware)*