<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Temperature on Mi&amp;Bee Blog</title><link>/en/tags/temperature/</link><description>Recent content in Temperature on Mi&amp;Bee Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>蓝宝石的傻话</managingEditor><lastBuildDate>Fri, 09 Feb 2024 00:00:00 +0000</lastBuildDate><atom:link href="/en/tags/temperature/rss.xml" rel="self" type="application/rss+xml"/><item><title>Temperature and Humidity Monitoring with ESP01 Board</title><link>/en/posts/iot/esp-01-dht11/</link><pubDate>Fri, 09 Feb 2024 00:00:00 +0000</pubDate><guid>/en/posts/iot/esp-01-dht11/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In IoT applications, temperature and humidity monitoring is a common and important requirement. The ESP01, as a low-cost, low-power WiFi module, provides a convenient solution for implementing temperature and humidity monitoring. This article details how to use the ESP01 board for temperature and humidity monitoring development, including hardware connections, code implementation, and functional analysis.&lt;/p&gt;
&lt;h2 id="hardware-preparation"&gt;Hardware Preparation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;ESP01 Board&lt;/strong&gt;: Core control module, responsible for data collection and network communication.
&lt;img src="/posts/iot/images/esp01-dht11-01.jpg" alt=""&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DHT Temperature and Humidity Sensor&lt;/strong&gt;: Used to measure ambient temperature and humidity.
&lt;img src="/posts/iot/images/esp01-dht11-02.jpg" alt=""&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dupont Wires&lt;/strong&gt;: Used to connect the ESP01 and DHT sensor.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Connect the DHT sensor&amp;rsquo;s VCC pin to the ESP01&amp;rsquo;s 3.3V pin, the GND pin to GND, and the data pin to the designated pin on the ESP01 (defined as &lt;code&gt;DHTPIN&lt;/code&gt; in the code).&lt;/p&gt;</description></item></channel></rss>