-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2573298
commit 1b60744
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Inštrukcie - PHY Ethernet termostat firmvér | ||
* Funkcionalita každého firmvéru termostatu je opísaná na: https://martinius96.github.io/WiFi-termostat/spustenie.html | ||
* Každý priečinok s firmvérom obsahuje nástroj esptool.exe a .bat súbor pre automatizované nahratie firmvéru do mikrokontroléra (ESP8266 / ESP32) | ||
* **V .bat súbore je nutné vykonať úpravu čísla COM portu, kde sa hlási mikrokontróler (vzorovo COM17 pre ESP32)** | ||
* Aktuálny port, kde je prihlásený mikrokontróler nájdete v Správcovi zariadení | ||
* Zariadenie je najčastejšie označené ako CH340 device, alebo CP210X v závislosti od použitého USB-UART prevodníka | ||
* Po nahratí firmvéru sa okno príkazového riadku (CLI) automaticky zatvorí a firmvér je pripravený na použitie | ||
* Pri nahrávaní do mikrokontroléru ESP32 je často nutné prepnúť mikrokontróler do Upload režimu držaním tlačidla BOOT, respektíve privedením GND (pulldown) na GPIO0 | ||
|
||
<p align="center"> | ||
<img src="https://i.imgur.com/M0U6HkC.png" /> | ||
</p> |