From f40a71b973f3b6de28dde67058676be70e9d2630 Mon Sep 17 00:00:00 2001 From: blakadder Date: Tue, 19 Feb 2019 22:03:57 +0100 Subject: [PATCH] Added this page to relieve the sidebar of too many links --- Upload-tools.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Upload-tools.md diff --git a/Upload-tools.md b/Upload-tools.md new file mode 100644 index 00000000..5e3508bd --- /dev/null +++ b/Upload-tools.md @@ -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)*