<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
		<id>http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Microduino_OLED_thermometer%28LM35%2C_DS18b20%29</id>
		<title>Microduino OLED thermometer(LM35, DS18b20) - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Microduino_OLED_thermometer%28LM35%2C_DS18b20%29"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino_OLED_thermometer(LM35,_DS18b20)&amp;action=history"/>
		<updated>2026-04-21T14:55:04Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino_OLED_thermometer(LM35,_DS18b20)&amp;diff=1796&amp;oldid=prev</id>
		<title>Pkj：Created page with &quot;{{Language | Microduino OLED温度计(LM35, DS18b20)}} {| style=&quot;width: 800px;&quot; |- | ==Objective== This tutorial will teach you using two temperature sensor, that are LM35 and...&quot;</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino_OLED_thermometer(LM35,_DS18b20)&amp;diff=1796&amp;oldid=prev"/>
				<updated>2014-04-02T14:08:52Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Language | Microduino OLED温度计(LM35, DS18b20)}} {| style=&amp;quot;width: 800px;&amp;quot; |- | ==Objective== This tutorial will teach you using two temperature sensor, that are LM35 and...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Language | Microduino OLED温度计(LM35, DS18b20)}}&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Objective==&lt;br /&gt;
This tutorial will teach you using two temperature sensor, that are LM35 and DS18B20, and use the OLED module to display the temperature.&lt;br /&gt;
&lt;br /&gt;
==Equipment==&lt;br /&gt;
*'''[[Microduino-Core]]'''&lt;br /&gt;
*'''[[Microduino-FT232R]]'''&lt;br /&gt;
*Other equipment&lt;br /&gt;
**Breadboard Jumper               &lt;br /&gt;
**Breadboard  	&lt;br /&gt;
**LM35 temperature sensor&lt;br /&gt;
**DS18B20 temperature sensor&lt;br /&gt;
**Microduino OLED&lt;br /&gt;
**USB cable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==First experiment (LM35 temperature sensor)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Schematic==&lt;br /&gt;
[[File:MicroduinoOLED温度计(LM35,DS18B20)原理图.jpg|600px|center|thumb]]&lt;br /&gt;
LM35 and DS18B20 use the same pin connection.&lt;br /&gt;
&lt;br /&gt;
OLED IIC connection method:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OLED !! Core !! Core+&lt;br /&gt;
|-&lt;br /&gt;
| SDA || A4 || SDA&lt;br /&gt;
|-&lt;br /&gt;
| SCL || A5 || SCL&lt;br /&gt;
|-&lt;br /&gt;
| 3V3 || 3V3 || 3V3&lt;br /&gt;
|-&lt;br /&gt;
| GND || GND || GND&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Program==&lt;br /&gt;
LM35 and DS18B20 use the same program.&lt;br /&gt;
&lt;br /&gt;
Refer to MicroduinoOLEDThermometerLM35-DS18B20.ino&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Debug==&lt;br /&gt;
Step 1：Copy the code to IDE and compile it&lt;br /&gt;
&lt;br /&gt;
Step 2：Set up the circuit, as follows:&lt;br /&gt;
[[File:MicroduinoOLED温度计(LM35, DS18B20)连接图.jpg|600px|center|thumb]]&lt;br /&gt;
Step 3：Download the program and then run it.&lt;br /&gt;
&lt;br /&gt;
Step 4：Observe the OLED module. Find a hot object to close the temperature sensor, the OLED will display the value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
After LM35 sensor near the heat source, the OLED displayed value will rise, leave the heat source temperature will gradually reduce.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Experiment (DS18B20 temperature)==&lt;br /&gt;
&lt;br /&gt;
==Schematic==&lt;br /&gt;
[[File:MicroduinoOLED温度计(LM35,DS18B20)原理图.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
LM35 and DS18B20 use the same pin connection.&lt;br /&gt;
&lt;br /&gt;
OLED IIC connection method:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OLED !! Core !! Core+&lt;br /&gt;
|-&lt;br /&gt;
| SDA || A4 || SDA&lt;br /&gt;
|-&lt;br /&gt;
| SCL || A5 || SCL&lt;br /&gt;
|-&lt;br /&gt;
| 3V3 || 3V3 || 3V3&lt;br /&gt;
|-&lt;br /&gt;
| GND || GND || GND&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Program==&lt;br /&gt;
LM35 and DS18B20 use the same program.&lt;br /&gt;
&lt;br /&gt;
Refers to MicroduinoOLEDThermometerLM35-DS18B20.ino&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Debug==&lt;br /&gt;
Step 1：Copy the code to IDE and compile it&lt;br /&gt;
&lt;br /&gt;
Step 2：Set up the circuit, as follows:&lt;br /&gt;
[[File:MicroduinoOLED温度计(LM35, DS18B20)连接图.jpg|600px|center|thumb]]&lt;br /&gt;
Step 3：Download the program and then run it.&lt;br /&gt;
&lt;br /&gt;
Step 4：Observe the OLED. Find a hot object to close the temperature sensor, the digital tube will display the value.&lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
After DS18B20 sensor near the heat source, the digital tube displayed value will rise, leave the heat source temperature will gradually reduce.&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
&lt;br /&gt;
'''LM35:'''&lt;br /&gt;
http://v.youku.com/v_show/id_XNjkwMTQxMDY4.html&lt;br /&gt;
&lt;br /&gt;
'''DS18B20:'''&lt;br /&gt;
http://v.youku.com/v_show/id_XNjkwMTMyMDcy.html&lt;/div&gt;</summary>
		<author><name>Pkj</name></author>	</entry>

	</feed>