<?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-LM75</id>
		<title>Microduino-LM75 - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Microduino-LM75"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-LM75&amp;action=history"/>
		<updated>2026-04-21T17:03:44Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-LM75&amp;diff=11108&amp;oldid=prev</id>
		<title>1304410487@qq.com：Created page with &quot;{{Language|Microduino-LM75}} {| style=&quot;width: 800px;&quot; |- |  Microduino-LM75  Microduino-LM75 is a digital temperature detection...&quot;</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-LM75&amp;diff=11108&amp;oldid=prev"/>
				<updated>2015-10-28T08:39:49Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Language|Microduino-LM75}} {| style=&amp;quot;width: 800px;&amp;quot; |- | &lt;a href=&quot;/index.php/%E6%96%87%E4%BB%B6:Microduino-LM75.jpg&quot; title=&quot;文件:Microduino-LM75.jpg&quot;&gt;400px|thumb|right| Microduino-LM75&lt;/a&gt;  Microduino-LM75 is a digital temperature detection...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Language|Microduino-LM75}}&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[File: Microduino-LM75.jpg|400px|thumb|right| Microduino-LM75]]&lt;br /&gt;
&lt;br /&gt;
Microduino-LM75 is a digital temperature detection sensor.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
*Adopt LM75 temperature sensor with optional addresses. &lt;br /&gt;
*High accuracy and sensitivity;&lt;br /&gt;
*Low consumption, long product life and high stability;  &lt;br /&gt;
*Wide operation range; &lt;br /&gt;
*Small and easy to install. &lt;br /&gt;
&lt;br /&gt;
==Specification==&lt;br /&gt;
*Electrical specification  &lt;br /&gt;
**Operation voltage: 2.8V～5.5V；&lt;br /&gt;
**Input device &lt;br /&gt;
*Tech parameters &lt;br /&gt;
*Accuracy: 0.125℃  &lt;br /&gt;
*Measurement range: -55℃～+125℃；&lt;br /&gt;
*Size  &lt;br /&gt;
**Size of the sensor: 5mm*5mm，&lt;br /&gt;
**Size of the board: 20mm*10mm&lt;br /&gt;
*1.27mm-pitch 4Pin interface;  &lt;br /&gt;
*Connection method &lt;br /&gt;
*Interface: IIC  &lt;br /&gt;
* Pin description: GND, VCC, signal 1and signal 2. Since the output signal is IIC signal, it needs to use IIC interface to receive signals. Microduino-LM75 can be connected to the pin (1 or 2). , which can be connected the pins (10,1,12) of the Sensorhub with the corresponding pins(A6,A2,A0). &lt;br /&gt;
[[file:mCookie-sensorhub_rule.JPG|thumb|800px|center]]&lt;br /&gt;
[[File: Microduino-LM75_I2C.jpg|600px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
==Document==&lt;br /&gt;
*Schematic: '''[[File: Microduino_LM75.Zip]]'''&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
===Preparation===&lt;br /&gt;
*Make sure you build Microduino IDE or refer to: [[Microduino Getting started]]&lt;br /&gt;
*Core selection &lt;br /&gt;
**1. Adopt [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]] as the core. &lt;br /&gt;
**2. Adopt [[Microduino-Core]] or [[Microduino-Core+]] as the core plus [[Microduino-USBTTL]] as the program download module. &lt;br /&gt;
&lt;br /&gt;
===Program===&lt;br /&gt;
*Open the &amp;quot;test&amp;quot; program in the libraries.  &lt;br /&gt;
[[file:mCookie-LM75Test.JPG|thumb|800px|center]]&lt;br /&gt;
*include &amp;lt;lm75.h&amp;gt;   Use the library functions of Microduino-LM75. &lt;br /&gt;
*TempI2C_LM75 termo = TempI2C_LM75(0x48,TempI2C_LM75::nine_bits);     Define TempI2C_LM75&lt;br /&gt;
*termo.setResolution(TempI2C_LM75::ten_bits);     Set displaying as decimal digits. &lt;br /&gt;
*Serial.print(termo.getTemp());    Display output temperature  &lt;br /&gt;
&lt;br /&gt;
===Hardware Buildup===&lt;br /&gt;
*Connect Microduino-LM75 to the IIC interface of Sensorhub with a wire.  &lt;br /&gt;
[[Microduino-Sensorhub]]&lt;br /&gt;
[[file:Microduino-sensorhub_I2C.PNG|thumb|400px|center]]&lt;br /&gt;
[[mCookie-Hub]]&lt;br /&gt;
[[file:mCookie-sensorhub_I2C.PNG|thumb|400px|center]]&lt;br /&gt;
* Connect the core, Sensorhub and the Microduino-LM75 to a computer with a USB cable. &lt;br /&gt;
* Select the right board and COM port, compile and download.  You can refer to [[AVR Core：Getting started]]&lt;br /&gt;
 [[file:upload.JPG|thumb|800px|center]]&lt;br /&gt;
&lt;br /&gt;
*Open Arduino IDE, select File→Examples→Microduino→Sensor_Tem_LM75→test program examples, choose the right board from Tools→Board and then compile.&lt;br /&gt;
*Select the right port from Tools→Serial Port in Arduino IDE after compiling, then download program. &lt;br /&gt;
*After download, you can open the serial monitor. The console will print configuration information of Microduino-LM75 and displays the current temperature value circularly. &lt;br /&gt;
&lt;br /&gt;
==Application==&lt;br /&gt;
&lt;br /&gt;
Microduino-LM75 is suitable for environment temperature detection, which can be used as temperature switch to control an air conditioner or electric fans.  &lt;br /&gt;
&lt;br /&gt;
==Purchase==&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
&lt;br /&gt;
*Front  &lt;br /&gt;
[[file: Microduino-LM75-F.JPG|thumb|600px|center|Microduino-LM75 Front]]&lt;br /&gt;
*Back &lt;br /&gt;
[[file: Microduino-LM75 -b.JPG|thumb|600px|center|Microduino-LM75 Back]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>1304410487@qq.com</name></author>	</entry>

	</feed>