Line 3: Line 3:
  
 
=Hookup and Demo=
 
=Hookup and Demo=
 +
* DHT11 uses a single pin which is connected to PIN 2  of Explore M3
 
[[File:Dht11_ExploreM3.JPG]]
 
[[File:Dht11_ExploreM3.JPG]]
 +
*Interface for the display used[[Graphics_Display_ST7565_with_Explore_M3]]
  
 
=Code=
 
=Code=
 +
<script src="https://gist.github.com/SaheblalBagwan/11b5ed0e48fb53a6719cec62107950a2.js"></script>
 +
 
=References=
 
=References=
 +
* [http://playground.arduino.cc/Main/DHT11Lib DHT11 tutorial on Arduino.cc]
 +
{{DISQUS}}

Revision as of 12:02, 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

<script src="https://gist.github.com/SaheblalBagwan/11b5ed0e48fb53a6719cec62107950a2.js"></script>

References