<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Category%3AContactless_Temperature</id>
	<title>Category:Contactless Temperature - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Category%3AContactless_Temperature"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Category:Contactless_Temperature&amp;action=history"/>
	<updated>2026-07-24T03:28:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Category:Contactless_Temperature&amp;diff=25059&amp;oldid=prev</id>
		<title>Chao: Created page with &quot;== IR Contactless Temperature Sensor ==  == MCU-96015 Serial == * Pin definition: VCC/GND = Power Supply, TX/RX = Serial UART interface, RST SIM no need to use, keep N/C * Ser...&quot;</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Category:Contactless_Temperature&amp;diff=25059&amp;oldid=prev"/>
		<updated>2020-02-05T12:35:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== IR Contactless Temperature Sensor ==  == MCU-96015 Serial == * Pin definition: VCC/GND = Power Supply, TX/RX = Serial UART interface, RST SIM no need to use, keep N/C * Ser...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== IR Contactless Temperature Sensor ==&lt;br /&gt;
&lt;br /&gt;
== MCU-96015 Serial ==&lt;br /&gt;
* Pin definition: VCC/GND = Power Supply, TX/RX = Serial UART interface, RST SIM no need to use, keep N/C&lt;br /&gt;
* Serial default baud rate 115200, configurable 9600, serial example setup 115200, N, 8, 1&lt;br /&gt;
=== Serial commands ===&lt;br /&gt;
* Frame start 0x45&lt;br /&gt;
* commands full combination, frame start 0x45 + data + sum 8bit&lt;br /&gt;
Output&lt;br /&gt;
 0xA5+0x45+0xEA continisouly output temperature data&lt;br /&gt;
 0xA5+0x15+0xBA check/enquiry output temperature data&lt;br /&gt;
Baudrate config&lt;br /&gt;
 0xA5+0xAE+0x53   -- 9600&lt;br /&gt;
 0xA5+0xAF+0x54   -- 115200 (default)&lt;br /&gt;
Power up and output data&lt;br /&gt;
 0xA5+0x51+0xF6--------------- direct output when power up&lt;br /&gt;
 0xA5+0x52+0xF7---------------  NOT direct output when power up&lt;br /&gt;
=== Serial data output ===&lt;br /&gt;
* Can also use a PC tool to read data directly  &lt;br /&gt;
[[File:Usb mlx96015.jpeg|thumbnail]]&lt;br /&gt;
# Byte0: 0x5A Frame header flag&lt;br /&gt;
# Byte1: 0x5A Frame header flag&lt;br /&gt;
# Byte2: 0X45 The frame data type (0X45: temperature data)&lt;br /&gt;
# Byte3: 0x04 Data volume (the following four data 2 group as an example)&lt;br /&gt;
# Byte4: 0x00 ~ 0xFF 1 high 8 bits of data&lt;br /&gt;
# Byte5: 0x00 ~ 0xFF Lower 8 bits of data1&lt;br /&gt;
# Byte6: 0x00 ~ 0xFF Data 2 Upper 8 bits&lt;br /&gt;
# Byte7: 0x00 ~ 0xFF Lower 8 bits of data2&lt;br /&gt;
# Byte8: 0x00 ~ 0xFF Checksum (in front of the sum of data, leaving only 8 low)&lt;br /&gt;
* temperature = high 8 bit &amp;lt;&amp;lt; 8 | low 8 bit (multiply 100 =result )&lt;br /&gt;
* for example, &amp;lt;5A- 5A- 45- 04- 0C- 78- 0D- 19- A7 &amp;gt; &lt;br /&gt;
 TO=0x0C78/100=31.92 ℃   // first TO data is object temperature &lt;br /&gt;
 TA=0x0D19/100=33.53 ℃   // second TA data is ambient temperature&lt;br /&gt;
== Guide ==&lt;br /&gt;
* MLX96015 - 16bit ADC, object temperature 115C&lt;br /&gt;
* MLX96014-BCC&lt;br /&gt;
* MLX96014-BAA&lt;br /&gt;
== Documents ==&lt;br /&gt;
* [https://www.youtube.com/watch?v=qgAZKzrRUds MLX96015 demo video, using with arduino]&lt;br /&gt;
* [[:File:MLX96015_Demo_Test_code.zip|C51, arduino, STM32 demo test code]]&lt;br /&gt;
* [[:File:Iltemp90615.zip|PC Read data software MLX9601x]]&lt;br /&gt;
=== Datasheet ===&lt;br /&gt;
* [[:File:MLX90615_.pdf|MLX90615]]&lt;br /&gt;
* [[File:MLX90614.pdf|MLX90614]]&lt;br /&gt;
&lt;br /&gt;
[[category: Temperature Sensor]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>