-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added page for PT100 RTD sensor #docs
- Starts work on #44
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
### PT100 RTD Thermal Sensor Integration | ||
|
||
The EasyPiezi (Rev 1.1.x and Rev 2.x.x) utilize an extra amp channel to allow the use of a PT100 RTD Thermal sensor with minimal additional components. The circuit is based on E3D's daughterboard designed for PT100 sensors. | ||
|
||
![](../../assets/schematics/PT100-Schematic.jpg) | ||
|
||
The circuit outputs a DC voltage that corresponds to the RTD's change in resistance, which in turn changes based on the temperature of the RTD. This output shares a common ground with other parts of the circuit, so only one additonal output pin is required to utilize it. | ||
|
||
As this is a direct voltage reading, the usual TH# inputs on most controllers cannot be used (unless the user removes the pullup resistor attached to the input). Instead, the PT100 input must be attached to a bare analog input pin (any of the pins labeled A##, like A5 on Atmega controllers) |