-
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
f5ccd9b
commit d9f7309
Showing
1 changed file
with
6 additions
and
4 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 |
---|---|---|
|
@@ -149,6 +149,9 @@ | |
<div class="alert alert-success"> | ||
<strong>Pri záujme o zdrojový kód pre ESP32 + PHY Ethernet termostat: </strong>[email protected] | ||
</div> | ||
<center> | ||
<a href="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/martinius96/termostat-ethernet/tree/master/firmware/PHY_thermostat_SK" class="btn btn-danger" role="button">Stianuť PHY termostat .bin</a> | ||
</center> | ||
<span class="label label-default">ESP32</span> | ||
<span class="label label-primary">Ethernet</span> | ||
<span class="label label-success">LAN8720</span> | ||
|
@@ -287,8 +290,10 @@ | |
<td>CRS_DV</td> | ||
</tr> | ||
</table> | ||
|
||
<img src="https://i.imgur.com/sGTmUOS.png" style="display: block; max-width: 100%; height: auto;" alt="ESP32, PHY Ethernet termostat, schéma zapojenia s relé a teplomerom DS18B20" title="ESP32, PHY Ethernet termostat, schéma zapojenia s relé a teplomerom DS18B20"> | ||
</center> | ||
<hr> | ||
<hr> | ||
<p style="text-align: justify;"> | ||
<b>HTML stránky bežiace na ESP32:</b> | ||
<li><b>/</b> - root stránka obsahujúca formulár, aktuálny výpis logického výstupu pre relé, aktuálnu a cieľovú teplotu teplotu, hysterézu</li> | ||
|
@@ -761,9 +766,6 @@ <h3 style=""><font color="#2ECC71">Strojový kód - Ethernet termostat - ESP32 + | |
yield(); | ||
} | ||
</pre> | ||
<center> | ||
<a href="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/martinius96/termostat-ethernet/tree/master/firmware/PHY_thermostat_SK" class="btn btn-danger" role="button">Stianuť PHY termostat .bin</a> | ||
</center> | ||
|
||
<p style="text-align: justify;"> | ||
Implementácia obsahuje program pre dynamickú IPv4 adresu priradenú k Ethernet PHY termostatu z DHCP servera v sieti. | ||
|