How to connect ESP8266-01 to a Temperature Sensor
In this post we are going to study how to read temperature using simple ESP-01 Wifi Module.
This module reads temperature form the 1 wire programmable sensor DS18B20
This is the sensor circuit
This is the programming circuit
Components
ESP8266-01
DS18B20 Temperature Sensor
FTD232
Code
https://github.com/abflower/homeass-temp_sens
Source : Hackster.io
Check our books on Amazon we created on our way to find happiness.
';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
No comments:
Post a Comment