1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-14 03:22:48 +00:00

Started working on MGO

This commit is contained in:
2016-05-16 03:34:26 -05:00
parent 73fcbe6a5f
commit 6627cb4cd6
20 changed files with 994 additions and 162 deletions

28
public/view/sensors.html Normal file
View File

@@ -0,0 +1,28 @@
<div class="container">
<br>
<h1 class="text-center">ESP8266 Temperature Sensors</h1>
<p><span class="colorRed">Note:</span> I am using a DHT11 analog sensor for both temperature and humidity readings. I am also using a DS18B20 digital sensor, which only takes temperature readings. The digital sensor seems to get more accurate readings. Some of the data may be inconsistent as this is an experimental process.
</p>
<hr>
<div class="col-lg-4">
<h3>Sensor Title</h3>
<h4>Temperature: °F </h4>
<h4>Humidity: </h4>
<span>Updated:</span>
<br>
<span class="colorGreen">Connected</span>
<br>
<br>
<a href="/sensors/location">
<button class="btn btn-default">View Graph</button>
</a>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>