<?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%3ARTD_Sensor</id>
	<title>Category:RTD Sensor - 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%3ARTD_Sensor"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Category:RTD_Sensor&amp;action=history"/>
	<updated>2026-07-24T12:00:06Z</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:RTD_Sensor&amp;diff=25101&amp;oldid=prev</id>
		<title>Chao at 13:09, 5 February 2020</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Category:RTD_Sensor&amp;diff=25101&amp;oldid=prev"/>
		<updated>2020-02-05T13:09:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Use with Arduino ==&lt;br /&gt;
* Thermocouple&lt;br /&gt;
* Thermocouple-to-Digital Converter: MAX31855K or MAX6675&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Wiring with MAX6675 ==&lt;br /&gt;
[[File:Ob7tempsensor24.jpg|thumbnail]]&lt;br /&gt;
The VCC MAX6675 module and GND are connected to the Arduino Uno controller 5V and GND, in order to provide power to the MAX6675, MAX6675 module signal pin SO, CS and CSK connected to digital pins 5,6,7, K-type thermoelectric even the positive and negative MAX6675 modules are connected to T and T-,&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Demo code ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Arduino&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;quot;Max6675.h&amp;quot;&lt;br /&gt;
Max6675 ts(5, 6, 7);             //define SO、CS、CSK pin&lt;br /&gt;
void setup(){&lt;br /&gt;
ts.setOffset(0);               //set temperature bias&lt;br /&gt;
Serial.begin(9600);&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
void loop(){&lt;br /&gt;
  Serial.print(&amp;quot;temperature is &amp;quot;);&lt;br /&gt;
  Serial.println(ts.getCelsius(), 2);   //get temperature, and send via serial port&lt;br /&gt;
 delay(1000);                     //flash once per second&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== Documents ==&lt;br /&gt;
Datasheet&lt;br /&gt;
* [[File: MAX6675.pdf|MAX6675 Datasheet]]&lt;br /&gt;
* [[File: MAX31855.pdf|MAX31855 Datasheet]]&lt;br /&gt;
* [[File:Kthermotable.pdf|K thermocouple Datasheet]]&lt;br /&gt;
Arduino Library&lt;br /&gt;
* [[File:MAX6675-library.zip|MAX6675]]&lt;br /&gt;
* [[File:MAX31855-library.zip|MAX38155]]&lt;br /&gt;
== Schematic ==&lt;br /&gt;
* MAX6755 schematic please see the datasheet&lt;br /&gt;
* MAX31855 schematic below:&lt;br /&gt;
[[File:Max31855 datasheet.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: Temperature Sensor]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>