(Created page with "category:Explore M3 DHT11 is super inexpensive, not that accurate digital temperature and Humidity Sensory. It uses single pin to communicate with Explore M3. Let's displa...")
 
 
(2 intermediate revisions by the same user not shown)
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]]
 +
*Interface for the display used[[Graphics_Display_ST7565_with_Explore_M3]]
 +
 
=Code=
 
=Code=
 +
<html>
 +
<script src="https://gist.github.com/SaheblalBagwan/11b5ed0e48fb53a6719cec62107950a2.js"></script>
 +
</html>
 +
 
=References=
 
=References=
 +
* [http://playground.arduino.cc/Main/DHT11Lib DHT11 tutorial on Arduino.cc]
 +
{{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