Skip to content

Commit

Permalink
Add KY-033 Line follower
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwisniowski committed Oct 9, 2019
1 parent 5c0c7cb commit 31c4563
Show file tree
Hide file tree
Showing 6 changed files with 542 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/Elegoo.fzb
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
<instance moduleIdRef="KY-017_b7d51884cf0e2ac994ebbf53a6f2bb51_9" modelIndex="80" path="part.KY-017_b7d51884cf0e2ac994ebbf53a6f2bb51_9.fzp">
<views/>
</instance>
<instance moduleIdRef="KY-033_430f73f7beb8c18f52c3941f1d4400ad_11" modelIndex="81" path="part.KY-033_430f73f7beb8c18f52c3941f1d4400ad_11.fzp">
<views/>
</instance>
<!-- Sensors -->
<instance moduleIdRef="__spacer__" modelIndex="3" path="Sensors">
<text>Sensors</text>
Expand Down
106 changes: 106 additions & 0 deletions bin/part.KY-033_430f73f7beb8c18f52c3941f1d4400ad_11.fzp
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<?xml version='1.0' encoding='UTF-8'?>
<module referenceFile="HIH-4030_Breakout-v10.fzp" fritzingVersion="0.5.2b.02.18.4756" moduleId="KY-033_430f73f7beb8c18f52c3941f1d4400ad_11">
<version>4</version>
<date>10-06-2016</date>
<author>Hatim Cherkaoui</author>
<description>Tracing Black White Line Hunting Sensor Module For Arduino. This is KY-033 tracking sensor. The KY-033 measures the intensity of infrared radiation and delivers it as an analog output voltage. Operating voltage: 2.5 - 12V(cannot over12V), working current: 18mA-20mA at 5V. Enhanced accuracy. Documents: http://www.vishay.com/docs/83760/tcrt5000.pdf</description>
<title>KY-033 Line Follower Sensor</title>
<url>http://www.banggood.com/KY033-Tracing-Black-White-Line-Hunting-Sensor-Module-For-Arduino-p-91854.html</url>
<tags>
<tag>Black White</tag>
<tag>Sensor</tag>
<tag>Line</tag>
<tag>Tracing</tag>
<tag>TCRT5000</tag>
<tag>reflective</tag>
<tag>optical</tag>
<tag>KEYES</tag>
<tag>KY-033</tag>
</tags>
<properties>
<property name="variant">variant 1</property>
<property name="family">Line follower</property>
<property name="hole size"></property>
<property name="board dimensions"></property>
<property name="chip label">KY-033</property>
<property name="editable pin labels">false</property>
<property name="pins">3</property>
<property name="layer"></property>
<property name="package">Breakout board</property>
<property name="part number"></property>
<property name="operating voltage">2.5V to 12V</property>
<property name="pin spacing">300mil</property>
</properties>
<views>
<breadboardView>
<layers image="breadboard/KY-033_2c4e629049548b912de63df8a027cf36_1_breadboard.svg">
<layer layerId="breadboard"/>
</layers>
</breadboardView>
<schematicView>
<layers image="schematic/KY-033_2c4e629049548b912de63df8a027cf36_1_schematic.svg">
<layer layerId="schematic"/>
</layers>
</schematicView>
<pcbView>
<layers image="pcb/KY-033_2c4e629049548b912de63df8a027cf36_1_pcb.svg">
<layer layerId="copper1"/>
<layer layerId="silkscreen"/>
<layer layerId="copper0"/>
</layers>
</pcbView>
<iconView>
<layers image="icon/KY-033_2c4e629049548b912de63df8a027cf36_1_icon.svg">
<layer layerId="icon"/>
</layers>
</iconView>
</views>
<connectors>
<connector type="female" id="connector0" name="GND">
<description>GND</description>
<views>
<breadboardView>
<p svgId="connector0pin" layer="breadboard"/>
</breadboardView>
<schematicView>
<p svgId="connector0pin" layer="schematic" terminalId="connector0terminal"/>
</schematicView>
<pcbView>
<p svgId="connector0pad" layer="copper0"/>
<p svgId="connector0pad" layer="copper1"/>
</pcbView>
</views>
</connector>
<connector type="female" id="connector1" name="V+">
<description>V+</description>
<views>
<breadboardView>
<p svgId="connector1pin" layer="breadboard"/>
</breadboardView>
<schematicView>
<p svgId="connector1pin" layer="schematic" terminalId="connector1terminal"/>
</schematicView>
<pcbView>
<p svgId="connector1pad" layer="copper0"/>
<p svgId="connector1pad" layer="copper1"/>
</pcbView>
</views>
</connector>
<connector type="female" id="connector2" name="S">
<description>S</description>
<views>
<breadboardView>
<p svgId="connector2pin" layer="breadboard"/>
</breadboardView>
<schematicView>
<p svgId="connector2pin" layer="schematic" terminalId="connector2terminal"/>
</schematicView>
<pcbView>
<p svgId="connector2pad" layer="copper0"/>
<p svgId="connector2pad" layer="copper1"/>
</pcbView>
</views>
</connector>
</connectors>
<buses/>
</module>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions bin/svg.icon.KY-033_2c4e629049548b912de63df8a027cf36_1_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 31c4563

Please sign in to comment.