Line 8: Line 8:
  
 
=Code=
 
=Code=
 +
<html>
 
<script src="https://gist.github.com/SaheblalBagwan/11b5ed0e48fb53a6719cec62107950a2.js"></script>
 
<script src="https://gist.github.com/SaheblalBagwan/11b5ed0e48fb53a6719cec62107950a2.js"></script>
 +
</html>
  
 
=References=
 
=References=
 
* [http://playground.arduino.cc/Main/DHT11Lib DHT11 tutorial on Arduino.cc]
 
* [http://playground.arduino.cc/Main/DHT11Lib DHT11 tutorial on Arduino.cc]
 
{{DISQUS}}
 
{{DISQUS}}

Latest revision as of 12:03, 24 June 2016

DHT11 is super inexpensive, not that accurate digital temperature and Humidity Sensory. It uses single pin to communicate with Explore M3. Let's display the parameters then on a display!

Hookup and Demo

  • DHT11 uses a single pin which is connected to PIN 2 of Explore M3

Dht11 ExploreM3.JPG

Code

References