Versuch Nous A1 mit Tasmota zu flashen
Aus Wiki_2020
in Anlehnung an https://www.tasmota.info/#ota-flash
1. Raspi vorbereiten
* Raspi 3B+ mit Raspberry Pi OS Lite ausrüsten * Download Image * mit etcher auf SD-Card flashen * in bootpartition leere ssh Datei anlegen * Karte in Raspi und booten * mit Putty connecten * PW ändern 'passwd' * Raspi configurieren mit 'sudo raspi-config' - WLAN - Locale DE-de UTF8 - Timezone * update -'sudo apt update' -'sudo apt upgrade' * Flashprogamm vorbereiten -git installieren 'sudo apt install git' -Repo tuya-convert clonen 'git clone https://github.com/ct-Open-Source/tuya-convert' -in Verzeichnis uya-convert wechseln 'cd tuya-convert'