Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo into develop

This commit is contained in:
pyr0ball 2020-04-27 13:39:29 -07:00
commit b45315f3b5
5 changed files with 6064 additions and 50 deletions

View file

@ -6,7 +6,7 @@
<setting alwaysvectorfont="yes"/> <setting alwaysvectorfont="yes"/>
<setting verticaltext="up"/> <setting verticaltext="up"/>
</settings> </settings>
<grid distance="1.27" unitdist="mm" unit="mm" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="mm"/> <grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers> <layers>
<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/> <layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/>
<layer number="2" name="Route2" color="16" fill="1" visible="no" active="no"/> <layer number="2" name="Route2" color="16" fill="1" visible="no" active="no"/>
@ -9653,6 +9653,7 @@ general purpose rectifier, 1 A</description>
<attribute name="NAME" x="109.22" y="130.0226" size="1.778" layer="95"/> <attribute name="NAME" x="109.22" y="130.0226" size="1.778" layer="95"/>
<attribute name="VALUE" x="109.22" y="127.2286" size="1.778" layer="96"/> <attribute name="VALUE" x="109.22" y="127.2286" size="1.778" layer="96"/>
</instance> </instance>
<instance part="J1" gate="G$5" x="274.32" y="50.8" smashed="yes"/>
</instances> </instances>
<busses> <busses>
</busses> </busses>
@ -9893,6 +9894,11 @@ general purpose rectifier, 1 A</description>
<wire x1="45.72" y1="118.11" x2="49.53" y2="118.11" width="0.1524" layer="91"/> <wire x1="45.72" y1="118.11" x2="49.53" y2="118.11" width="0.1524" layer="91"/>
<label x="49.53" y="118.11" size="1.778" layer="95" xref="yes"/> <label x="49.53" y="118.11" size="1.778" layer="95" xref="yes"/>
</segment> </segment>
<segment>
<pinref part="J1" gate="G$5" pin="COMP_S"/>
<wire x1="269.24" y1="45.72" x2="259.08" y2="45.72" width="0.1524" layer="91"/>
<label x="256.54" y="45.72" size="1.778" layer="95"/>
</segment>
</net> </net>
<net name="VCOMP_SENSE" class="0"> <net name="VCOMP_SENSE" class="0">
<segment> <segment>
@ -9915,6 +9921,11 @@ general purpose rectifier, 1 A</description>
<wire x1="45.72" y1="115.57" x2="49.53" y2="115.57" width="0.1524" layer="91"/> <wire x1="45.72" y1="115.57" x2="49.53" y2="115.57" width="0.1524" layer="91"/>
<label x="49.53" y="115.57" size="1.778" layer="95" xref="yes"/> <label x="49.53" y="115.57" size="1.778" layer="95" xref="yes"/>
</segment> </segment>
<segment>
<pinref part="J1" gate="G$5" pin="FOL_S"/>
<wire x1="269.24" y1="55.88" x2="259.08" y2="55.88" width="0.1524" layer="91"/>
<label x="254" y="55.88" size="1.778" layer="95"/>
</segment>
</net> </net>
<net name="GADJ_R0" class="0"> <net name="GADJ_R0" class="0">
<segment> <segment>

View file

@ -6,6 +6,7 @@ The latest firmware for this project can be found [HERE](https://github.com/pyr0
To request a mount for your printer, [open an issue on GitHub](https://github.com/pyr0ball/pyr0piezo/issues/new?assignees=pyr0ball&labels=add+support+request&template=printer-mount-request.md&title=%5BMOUNT%5D) To request a mount for your printer, [open an issue on GitHub](https://github.com/pyr0ball/pyr0piezo/issues/new?assignees=pyr0ball&labels=add+support+request&template=printer-mount-request.md&title=%5BMOUNT%5D)
[![Donate to help this project continue!](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3TLQQSFCEJL8S&source=url)
Join our discord for support and to join in realtime discussion for the project: Join our discord for support and to join in realtime discussion for the project:
<div class="discord_widget"> <div class="discord_widget">

View file

@ -1,4 +1,4 @@
![](../../../assets/images/board-images/easy-piezi/pp-v2.1.2-uart-wiring.png) ![](../../assets/images/board-images/easy-piezi/pp-v2.1.2-uart-wiring.png)
<object data="../../other/USB-UART-Wiring-Example.pdf" type="application/pdf" width="100%" height="450px"> <object data="../../other/USB-UART-Wiring-Example.pdf" type="application/pdf" width="100%" height="450px">
<embed src="../../other/USB-UART-Wiring-Example.pdf"> <embed src="../../other/USB-UART-Wiring-Example.pdf">

View file

@ -2,7 +2,7 @@
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. 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) ![PT100-Schematic](../../assets/images/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. 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.