Compare commits

...

26 Commits
PoC ... main

Author SHA1 Message Date
XPS\Micro
c46be0df03 Merge branch 'main' of https://gitea.iotxs.de/RainerWieland/FireNose 2025-12-01 07:26:51 +01:00
XPS\Micro
1e757becda Adapter added 2025-12-01 07:25:57 +01:00
dd540c7b59 mechanical/exports/README.md aktualisiert
syntax
2025-11-17 17:29:50 +01:00
XPS\Micro
96d14a4300 Pitch added 2025-11-17 17:27:04 +01:00
XPS\Micro
909960325d ADD RTC-Manuals 2025-11-11 21:47:29 +01:00
XPS\Micro
e57a35bf50 Merge branch 'main' of https://gitea.iotxs.de/RainerWieland/FireNose 2025-11-11 15:57:20 +01:00
XPS\Micro
11d54f4c7d PCB optimized 2025-11-11 15:56:50 +01:00
e0f5f0fadf Dateien nach "hardware/devboard/pcb" hochladen
PPT added
2025-11-10 09:26:43 +01:00
XPS\Micro
cd39f47391 Datasheets added 2025-11-10 06:55:08 +01:00
XPS\Micro
63207fcc4e Images added 2025-11-10 06:51:10 +01:00
XPS\Micro
cac5b41e8f Dokumentation ergänzt 2025-11-08 18:51:24 +01:00
XPS\Micro
595ff14a2f File added 2025-11-08 18:30:32 +01:00
XPS\Micro
64027c80e1 SECURITY.md added 2025-11-08 17:58:45 +01:00
XPS\Micro
b495f0ad3c Modified 2025-11-08 17:54:14 +01:00
XPS\Micro
5c14cbee2e modified 2025-11-08 17:43:58 +01:00
XPS\Micro
590387d8fb modified 2025-11-08 17:38:31 +01:00
XPS\Micro
2595bfadd3 readme.md modified 2025-11-08 17:37:10 +01:00
XPS\Micro
de3a7340e4 Image added 2025-11-08 17:32:58 +01:00
XPS\Micro
0c39b4da82 DOC modified 2025-11-08 17:30:06 +01:00
XPS\Micro
1c635e432f Hardware-LICENSE-HARDWARE.md modified 2025-11-08 17:27:47 +01:00
XPS\Micro
c770c2e451 Name modified 2025-11-08 17:24:46 +01:00
XPS\Micro
d0545f7d9f LICENSE modified 2025-11-08 17:22:36 +01:00
XPS\Micro
72b62a9eec CONTRIBUTING.md added 2025-11-08 16:58:51 +01:00
XPS\Micro
6d611d11e4 Verhaltenskodex (Code of Conduct) added 2025-11-08 16:55:52 +01:00
XPS\Micro
d6358329af Merge branch 'main' of https://gitea.iotxs.de/RainerWieland/FireNose 2025-11-08 16:49:42 +01:00
XPS\Micro
a14539cd92 Struktur abgepasst 2025-11-08 16:49:03 +01:00
110 changed files with 152142 additions and 54 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig fuer konsistente Formatierung
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab

12
.gitattributes vendored Normal file
View File

@ -0,0 +1,12 @@
# LFS-Tracking fuer grosse/binaere Artefakte
*.step filter=lfs diff=lfs merge=lfs -text
*.stp filter=lfs diff=lfs merge=lfs -text
*.stl filter=lfs diff=lfs merge=lfs -text
*.iges filter=lfs diff=lfs merge=lfs -text
*.igs filter=lfs diff=lfs merge=lfs -text
*.obj filter=lfs diff=lfs merge=lfs -text
*.3mf filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text

29
CODE_OF_CONDUCT.md Normal file
View File

@ -0,0 +1,29 @@
# Verhaltenskodex (Code of Conduct)
## Unser Ziel
Wir wollen eine freundliche, respektvolle und integrative Gemeinschaft schaffen, in der jede*r willkommen ist, unabhängig von Geschlecht, sexueller Orientierung, Behinderung, Ethnie, Religion oder anderen persönlichen Merkmalen.
## Erlaubtes Verhalten
- Respektvoller und höflicher Umgang miteinander
- Konstruktive Diskussionen und Feedback
- Unterstützung von anderen Mitgliedern der Gemeinschaft
- Achten auf Inklusion und Offenheit
## Unerwünschtes Verhalten
- Belästigung, Diskriminierung oder Herabsetzung anderer
- Beleidigungen, Provokationen oder verletzende Kommentare
- Sexuelle oder diskriminierende Anspielungen
- Veröffentlichung vertraulicher oder persönlicher Informationen
## Durchsetzung
Verstöße gegen diesen Verhaltenskodex werden nicht toleriert. Meldungen können an die Projektverantwortlichen gerichtet werden. Je nach Schwere kann dies Verwarnungen, Ausschluss aus der Gemeinschaft oder andere Maßnahmen nach sich ziehen.
## Kontakt
Bei Fragen oder Problemen wendet euch bitte an FireNose@iotxs.de.
***

26
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,26 @@
# Beitragsrichtlinien (CONTRIBUTING)
Vielen Dank, dass du dich dafür interessierst, zu unserem Projekt beizutragen! Beiträge von der Community sind wichtig und willkommen.
## Wie kannst du beitragen?
- Fehler melden: Bitte nutze unser Issue-Tracking-System, um Bugs, Probleme oder Verbesserungsvorschläge zu melden.
- Neue Funktionen vorschlagen: Öffne ein Issue und beschreibe klar deinen Vorschlag.
- Code beitragen: Forke das Repository, erstelle ein Feature-Branch, implementiere deine Änderung und reiche einen Pull Request ein.
- Dokumentation verbessern: Korrekturen an der Dokumentation sind ebenso wertvoll wie Code.
## Technische Anforderungen
- Bitte halte dich an den bestehenden Programmierstil.
- Schreibe aussagekräftige Commit-Nachrichten.
- Teste deine Änderungen, falls möglich, bevor du sie einreichst.
## Verhaltenskodex
Bitte beachte unseren [Code of Conduct](CODE_OF_CONDUCT.md), um eine respektvolle und freundliche Zusammenarbeit zu gewährleisten.
## Kontakt
Bei Fragen zum Beitrag oder Problemen kannst du dich jederzeit an uns wenden: FireNose@iotxs.de.
***

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 753 KiB

View File

View File

26
LICENSE-HARDWARE.md Normal file
View File

@ -0,0 +1,26 @@
# Lizenzierung der Hardware
Die Hardware-Designs und dazugehörigen Dateien in diesem Repository stehen unter der **CERN Open Hardware Licence Version 2 (Permissive) (CERN-OHL-P)**.
## Was bedeutet das?
- Sie dürfen die Hardware-Designs und Dokumente frei verwenden, kopieren, modifizieren und weiterverbreiten.
- Sie können die Designs für eigene Projekte oder kommerzielle Produkte nutzen.
- Es besteht keine Pflicht, abgeleitete Werke unter derselben Lizenz zu veröffentlichen (permissiver Charakter).
- Sie müssen jedoch die ursprünglichen Urheber und Lizenzhinweise erhalten und deutlich machen, dass Änderungen vorgenommen wurden.
## Lizenztext und Details
Die vollständigen Lizenzbedingungen können Sie auf der offiziellen Webseite einsehen:
https://www.ohwr.org/project/cernohl/wikis/Documents/Approved-CERN-OHL-v2-permissive
## Hinweis zu Patenten
Die Lizenz beinhaltet eine ausdrückliche Patentlizenz der Beitragenden für die Verwendung der Hardware-Designs.
## Fragen oder Support
Bei Lizenzfragen oder weiteren Informationen wenden Sie sich bitte an FireNose@iotxs.de.
***

25
LICENSE.md Normal file
View File

@ -0,0 +1,25 @@
# Lizenzvereinbarung für Dieses Projekt
## Firmware
Die Firmware in diesem Repository ist lizenziert unter der Apache License, Version 2.0 (Apache-2.0).
Sie dürfen die Firmware frei verwenden, modifizieren und verbreiten, unter den Bedingungen der [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
## Dokumentation
Die Dokumentation ist lizenzieren unter der Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International (CC BY-SA 4.0).
Sie dürfen die Dokumentation teilen und anpassen, auch kommerziell, unter der Bedingung, dass Sie angemessene Urheber- und Lizenzhinweise geben und Ihre Änderungen unter derselben Lizenz weitergeben.
Die vollständigen Lizenzbedingungen finden Sie hier:
https://creativecommons.org/licenses/by-sa/4.0/legalcode.de
## Hinweise
- Bitte beachten Sie, dass die Firmware und die Dokumentation unterschiedlichen Lizenzbedingungen unterliegen.
- Änderungen an beiden sind unter den jeweiligen Lizenzbedingungen zulässig.
- Für weitere rechtliche Details lesen Sie bitte die jeweils vollständigen Lizenztexte.
***

4
RELEASE_NOTES.md Normal file
View File

@ -0,0 +1,4 @@
# Release Notes
## v0.1.0
- Initiale Struktur und Platzhalterdateien.

31
SECURITY.md Normal file
View File

@ -0,0 +1,31 @@
# Sicherheitsrichtlinie (SECURITY.md)
## Einführung
Die Sicherheit unseres Projekts und der Nutzer hat für uns höchste Priorität. Dieses Dokument beschreibt, wie Sicherheitsprobleme gemeldet und behandelt werden.
## Sicherheitsprobleme melden
Wenn Sie eine Sicherheitslücke oder ein potenzielles Sicherheitsproblem entdecken, bitten wir Sie, uns dies vertraulich mitzuteilen, damit wir schnell handeln können.
Bitte senden Sie Ihre Meldung an folgende E-Mail-Adresse:
**FireNose@iotxs.de**
Wir bitten darum:
- Keine öffentlich zugänglichen Meldungen über Sicherheitsprobleme zu veröffentlichen, bevor wir Zeit zur Behebung hatten.
- So viele Details wie möglich zu liefern, z. B. betroffene Versionen, Nachstellbarkeit des Problems, Screenshots oder Logs.
## Umgang mit Sicherheitsmeldungen
- Wir bestätigen den Eingang innerhalb von 48 Stunden.
- Wir informieren Sie über den Status der Bearbeitung und geplante Maßnahmen.
- Nach der Behebung erfolgt eine koordinierte Veröffentlichung der Sicherheitsupdates.
- Wir können Sie ggf. um weitere Informationen oder Tests bitten.
## Unterstützte Versionen
Wir unterstützen Sicherheitsupdates für die letzten zwei Hauptversionen unseres Projekts.
## Verantwortlichkeiten
Die Sicherheit aller Beteiligten ist uns wichtig. Bitte beachten Sie, dass das Einreichen von falschen oder absichtlich schädlichen Sicherheitsmeldungen untersagt ist.

View File

1
assets/images/README.md Normal file
View File

@ -0,0 +1 @@
Bilder (Renders/Photos) und Logos fuer Doku und README hier ablegen.

BIN
assets/images/photos/Title.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/photos/qrcode.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/images/renders/Deckel.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/FireNoseAnalyze.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/Gehäuse.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/HT-CT62-Breakout.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/Platinenhalter.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/Sonnenschutz.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
docs/FireNose.zip Normal file

Binary file not shown.

BIN
docs/PITCH-FireNose 24-11-2025-RWD-V01.pdf (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
docs/Pitch-Result-01.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/Pitch-Result-02.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/Pitch.jpg (Stored with Git LFS) Normal file

Binary file not shown.

5
docs/build-and-test.md Normal file
View File

@ -0,0 +1,5 @@
# Build and Test
- Firmware bauen: pio run
- Upload: pio run -t upload
- Tests: pio test

4
docs/getting-started.md Normal file
View File

@ -0,0 +1,4 @@
# Getting Started
- Voraussetzungen: Git, Python, PlatformIO CLI/VSCode.
- Klonen, Abhaengigkeiten, erster Build \(siehe docs/build-and-test.md\).

11
docs/hardware-overview.md Normal file
View File

@ -0,0 +1,11 @@
# Hardware Overview
- Schaltplan/Layout-Quellen für das Braekout unter hardware/breakout.
- Schaltplan/Layout-Quellen für die Entwicklungsplatine unter hardware/devboard.
- Schaltplan/Layout-Quellen für den Prototypen mit CT62 unter hardware/prototype/HT-CT62 (mit Heltec CT62).
- Schaltplan/Layout-Quellen für Prototypen mit STM und RFM unter hardware/prototype/RfM95 (mit STM32Lx51 und RFM95W).
- Produktionsdateien im entsprechenden Hardware-Verzeichnis jeweils unter manufacturing/assembly, manufacturing/drill, manufacturing/gerber/

View File

@ -0,0 +1,4 @@
# Mechanical Overview
- Parametrische CAD unter mechanical/cad.
- Neutrale Exporte unter mechanical/exports.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,728 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="9.6.2">
<drawing>
<settings>
<setting alwaysvectorfont="yes"/>
<setting verticaltext="up"/>
</settings>
<grid distance="12.5" unitdist="mil" unit="mil" style="lines" multiple="1" display="yes" altdistance="5" altunitdist="mil" altunit="mm"/>
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
<layer number="2" name="Route2" color="16" fill="1" visible="no" active="no"/>
<layer number="3" name="Route3" color="17" fill="1" visible="no" active="no"/>
<layer number="4" name="Route4" color="18" fill="1" visible="no" active="no"/>
<layer number="5" name="Route5" color="19" fill="1" visible="no" active="no"/>
<layer number="6" name="Route6" color="25" fill="1" visible="no" active="no"/>
<layer number="7" name="Route7" color="26" fill="1" visible="no" active="no"/>
<layer number="8" name="Route8" color="27" fill="1" visible="no" active="no"/>
<layer number="9" name="Route9" color="28" fill="1" visible="no" active="no"/>
<layer number="10" name="Route10" color="29" fill="1" visible="no" active="no"/>
<layer number="11" name="Route11" color="30" fill="1" visible="no" active="no"/>
<layer number="12" name="Route12" color="20" fill="1" visible="no" active="no"/>
<layer number="13" name="Route13" color="21" fill="1" visible="no" active="no"/>
<layer number="14" name="Route14" color="22" fill="1" visible="no" active="no"/>
<layer number="15" name="Route15" color="23" fill="1" visible="no" active="no"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/>
<layer number="20" name="Dimension" color="24" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="88" name="SimResults" color="9" fill="1" visible="no" active="no"/>
<layer number="89" name="SimProbes" color="9" fill="1" visible="no" active="no"/>
<layer number="90" name="Modules" color="5" fill="1" visible="no" active="no"/>
<layer number="91" name="Nets" color="2" fill="1" visible="no" active="no"/>
<layer number="92" name="Busses" color="1" fill="1" visible="no" active="no"/>
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="no"/>
<layer number="94" name="Symbols" color="4" fill="1" visible="no" active="no"/>
<layer number="95" name="Names" color="7" fill="1" visible="no" active="no"/>
<layer number="96" name="Values" color="7" fill="1" visible="no" active="no"/>
<layer number="97" name="Info" color="7" fill="1" visible="no" active="no"/>
<layer number="98" name="Guide" color="6" fill="1" visible="no" active="no"/>
</layers>
<board>
<fusionsync huburn="a.YnVzaW5lc3M6a2FybGt1ZWJlbHNjaHVsZQ" projecturn="a.YnVzaW5lc3M6a2FybGt1ZWJlbHNjaHVsZSMyMDIxMDYyMTQyMjEzMDMyNg" f3durn="urn:adsk.wipprod:dm.lineage:iJp4j6ZaTpWmE-TRpyhqeg" pcbguid="e386742c-a8d3-4d99-9cf4-c1a3f67089f5" lastpulledtime="" lastsyncedchangeguid="" latestrevisionid="41692672-9739-46bb-8719-677796a0e572" lastsyncedrevisionid="41692672-9739-46bb-8719-677796a0e572" lastboardhashguid="d0f30376-dde8-6163-1ac1-f109562610a9" lastpushedtime="2025-10-09T19:09:58Z" linktopcb3d="true"/>
<plain>
<wire x1="0" y1="29.21" x2="0" y2="1.27" width="0.1524" layer="20"/>
<wire x1="0" y1="1.27" x2="1.27" y2="0" width="0.1524" layer="20"/>
<wire x1="1.27" y1="0" x2="29.21" y2="0" width="0.1524" layer="20"/>
<wire x1="29.21" y1="0" x2="30.48" y2="1.27" width="0.1524" layer="20"/>
<wire x1="30.48" y1="1.27" x2="30.48" y2="29.21" width="0.1524" layer="20"/>
<wire x1="30.48" y1="29.21" x2="29.21" y2="30.48" width="0.1524" layer="20"/>
<wire x1="29.21" y1="30.48" x2="1.27" y2="30.48" width="0.1524" layer="20"/>
<wire x1="1.27" y1="30.48" x2="0" y2="29.21" width="0.1524" layer="20"/>
<circle x="9.2075" y="27.559" radius="2" width="0.1524" layer="20"/>
<circle x="21.2725" y="3.4925" radius="2" width="0.1524" layer="20"/>
<text x="5.3975" y="2.8575" size="0.6096" layer="26" rot="MR180">2.4GHz_ANT</text>
<text x="5.3975" y="5.3975" size="0.6096" layer="26" rot="MR180">GND</text>
<text x="5.3975" y="7.9375" size="0.6096" layer="26" rot="MR180">LoRA_MOSI</text>
<text x="5.3975" y="10.4775" size="0.6096" layer="26" rot="MR180">LoRa_MISO</text>
<text x="5.3975" y="13.0175" size="0.6096" layer="26" rot="MR180">LoRA_RST</text>
<text x="5.3975" y="15.5575" size="0.6096" layer="26" rot="MR180">LoRa_BUSY</text>
<text x="5.3975" y="18.0975" size="0.6096" layer="26" rot="MR180">GPIO3 ADC1_CH3</text>
<text x="5.3975" y="20.6375" size="0.6096" layer="26" rot="MR180">GPIO2 ADC1_CH2</text>
<text x="5.3975" y="23.1775" size="0.6096" layer="26" rot="MR180">GPIO1 ADC1_CH1</text>
<text x="5.3975" y="25.4" size="0.6096" layer="26" rot="MR180">GPIO0 ADC1_CH0</text>
<text x="5.3975" y="28.2575" size="0.6096" layer="26" rot="MR180">EN</text>
<text x="25.0825" y="27.6225" size="0.6096" layer="26" rot="MR0">LoRa ANT</text>
<text x="25.0825" y="25.0825" size="0.6096" layer="26" rot="MR0">GND</text>
<text x="25.0825" y="22.5425" size="0.6096" layer="26" rot="MR0">TXD GPIO21</text>
<text x="25.0825" y="20.0025" size="0.6096" layer="26" rot="MR0">RXD GPIO20</text>
<text x="25.0825" y="17.4625" size="0.6096" layer="26" rot="MR0">GPIO19 USB_D+</text>
<text x="25.0825" y="14.9225" size="0.6096" layer="26" rot="MR0">GPIO18 USB_D-</text>
<text x="25.0825" y="12.3825" size="0.6096" layer="26" rot="MR0">LoRA_NSS</text>
<text x="25.0825" y="9.8425" size="0.6096" layer="26" rot="MR0">GPIO9</text>
<text x="25.0825" y="7.3025" size="0.6096" layer="26" rot="MR0">LoRa_SCK</text>
<text x="25.0825" y="4.7625" size="0.6096" layer="26" rot="MR0">GND</text>
<text x="25.0825" y="2.2225" size="0.6096" layer="26" rot="MR0">VDD</text>
<text x="13.97" y="26.035" size="0.6096" layer="25">09-10-25 Rainer Wieland</text>
<text x="13.97" y="27.305" size="0.6096" layer="25">HT-CT62 Breakout</text>
</plain>
<libraries>
<library name="RWD-HT-CT62">
<packages>
<package name="HT-CT62">
<wire x1="8.9" y1="6.35" x2="8.89" y2="8.89" width="0.127" layer="21"/>
<wire x1="8.89" y1="8.89" x2="-8.89" y2="8.89" width="0.127" layer="21"/>
<wire x1="-8.89" y1="8.89" x2="-8.9" y2="6.35" width="0.127" layer="21"/>
<wire x1="8.9" y1="-6.35" x2="8.89" y2="-8.89" width="0.127" layer="21"/>
<wire x1="8.89" y1="-8.89" x2="-8.89" y2="-8.89" width="0.127" layer="21"/>
<wire x1="-8.89" y1="-8.89" x2="-8.9" y2="-6.35" width="0.127" layer="21"/>
<wire x1="-8.89" y1="-8.89" x2="-8.89" y2="8.89" width="0.127" layer="21"/>
<wire x1="8.89" y1="-8.89" x2="8.89" y2="8.89" width="0.127" layer="21"/>
<smd name="10" x="-8.89" y="5.08" dx="1.27" dy="1" layer="1"/>
<smd name="9" x="-8.89" y="3.81" dx="1.27" dy="1" layer="1"/>
<smd name="8" x="-8.89" y="2.54" dx="1.27" dy="1" layer="1"/>
<smd name="7" x="-8.89" y="1.27" dx="1.27" dy="1" layer="1"/>
<smd name="6" x="-8.89" y="0" dx="1.27" dy="1" layer="1"/>
<smd name="5" x="-8.89" y="-1.27" dx="1.27" dy="1" layer="1"/>
<smd name="4" x="-8.89" y="-2.54" dx="1.27" dy="1" layer="1"/>
<smd name="3" x="-8.89" y="-3.81" dx="1.27" dy="1" layer="1"/>
<smd name="2" x="-8.89" y="-5.08" dx="1.27" dy="1" layer="1"/>
<smd name="11" x="-8.89" y="6.35" dx="1.27" dy="1" layer="1"/>
<smd name="21" x="8.89" y="5.08" dx="1.27" dy="1" layer="1"/>
<smd name="20" x="8.89" y="3.81" dx="1.27" dy="1" layer="1"/>
<smd name="19" x="8.89" y="2.54" dx="1.27" dy="1" layer="1"/>
<smd name="18" x="8.89" y="1.27" dx="1.27" dy="1" layer="1"/>
<smd name="17" x="8.89" y="0" dx="1.27" dy="1" layer="1"/>
<smd name="16" x="8.89" y="-1.27" dx="1.27" dy="1" layer="1"/>
<smd name="15" x="8.89" y="-2.54" dx="1.27" dy="1" layer="1"/>
<smd name="14" x="8.89" y="-3.81" dx="1.27" dy="1" layer="1"/>
<smd name="13" x="8.89" y="-5.08" dx="1.27" dy="1" layer="1"/>
<smd name="22" x="8.89" y="6.35" dx="1.27" dy="1" layer="1"/>
<dimension x1="-10.16" y1="6.35" x2="-10.16" y2="-6.35" x3="-12.7" y3="0" textsize="1.27" layer="47"/>
<dimension x1="-8.89" y1="8.89" x2="-8.89" y2="-8.89" x3="-16.51" y3="0" textsize="1.27" layer="47"/>
<dimension x1="-8.89" y1="8.89" x2="8.89" y2="8.89" x3="0" y3="11.43" textsize="1.27" layer="47"/>
<smd name="1" x="-8.89" y="-6.35" dx="1.27" dy="1" layer="1"/>
<smd name="12" x="8.89" y="-6.35" dx="1.27" dy="1" layer="1"/>
<circle x="-6.35" y="-6.35" radius="1" width="0.0762" layer="21"/>
<circle x="6.35" y="6.35" radius="1" width="0.0762" layer="21"/>
<wire x1="-7.62" y1="-5.08" x2="-5.08" y2="-5.08" width="0.0762" layer="21"/>
<wire x1="-5.08" y1="-5.08" x2="-5.08" y2="-7.62" width="0.0762" layer="21"/>
<wire x1="-5.08" y1="-7.62" x2="-7.62" y2="-7.62" width="0.0762" layer="21"/>
<wire x1="-7.62" y1="-7.62" x2="-7.62" y2="-5.08" width="0.0762" layer="21"/>
<wire x1="7.62" y1="5.08" x2="5.08" y2="5.08" width="0.0762" layer="21"/>
<wire x1="5.08" y1="5.08" x2="5.08" y2="7.62" width="0.0762" layer="21"/>
<wire x1="5.08" y1="7.62" x2="7.62" y2="7.62" width="0.0762" layer="21"/>
<wire x1="7.62" y1="7.62" x2="7.62" y2="5.08" width="0.0762" layer="21"/>
<text x="2.54" y="6.0325" size="0.6096" layer="21">LoRa</text>
<text x="-1.905" y="-6.0325" size="0.6096" layer="21" rot="R180">2.4GHz</text>
</package>
</packages>
</library>
<library name="pinhead" urn="urn:adsk.eagle:library:325">
<description>&lt;b&gt;Pin Header Connectors&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>
<packages>
<package name="1X11" urn="urn:adsk.eagle:footprint:22267/1" library_version="4">
<description>&lt;b&gt;PIN HEADER&lt;/b&gt;</description>
<wire x1="9.525" y1="1.27" x2="10.795" y2="1.27" width="0.1524" layer="21"/>
<wire x1="10.795" y1="1.27" x2="11.43" y2="0.635" width="0.1524" layer="21"/>
<wire x1="11.43" y1="0.635" x2="11.43" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="11.43" y1="-0.635" x2="10.795" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="6.35" y1="0.635" x2="6.985" y2="1.27" width="0.1524" layer="21"/>
<wire x1="6.985" y1="1.27" x2="8.255" y2="1.27" width="0.1524" layer="21"/>
<wire x1="8.255" y1="1.27" x2="8.89" y2="0.635" width="0.1524" layer="21"/>
<wire x1="8.89" y1="0.635" x2="8.89" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="8.89" y1="-0.635" x2="8.255" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="8.255" y1="-1.27" x2="6.985" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="6.985" y1="-1.27" x2="6.35" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="9.525" y1="1.27" x2="8.89" y2="0.635" width="0.1524" layer="21"/>
<wire x1="8.89" y1="-0.635" x2="9.525" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="10.795" y1="-1.27" x2="9.525" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="1.905" y1="1.27" x2="3.175" y2="1.27" width="0.1524" layer="21"/>
<wire x1="3.175" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/>
<wire x1="3.81" y1="0.635" x2="3.81" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="3.81" y1="0.635" x2="4.445" y2="1.27" width="0.1524" layer="21"/>
<wire x1="4.445" y1="1.27" x2="5.715" y2="1.27" width="0.1524" layer="21"/>
<wire x1="5.715" y1="1.27" x2="6.35" y2="0.635" width="0.1524" layer="21"/>
<wire x1="6.35" y1="0.635" x2="6.35" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="6.35" y1="-0.635" x2="5.715" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="5.715" y1="-1.27" x2="4.445" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="4.445" y1="-1.27" x2="3.81" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="0.635" x2="-0.635" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.1524" layer="21"/>
<wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="1.27" y1="0.635" x2="1.27" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-0.635" y1="-1.27" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="1.905" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="1.27" y1="-0.635" x2="1.905" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-5.715" y1="1.27" x2="-4.445" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-4.445" y1="1.27" x2="-3.81" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="0.635" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="-0.635" x2="-4.445" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="0.635" x2="-3.175" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-3.175" y1="1.27" x2="-1.905" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-1.905" y1="1.27" x2="-1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="-0.635" x2="-1.905" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-1.905" y1="-1.27" x2="-3.175" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-3.175" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-8.89" y1="0.635" x2="-8.255" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-8.255" y1="1.27" x2="-6.985" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-6.985" y1="1.27" x2="-6.35" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-6.35" y1="0.635" x2="-6.35" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-6.35" y1="-0.635" x2="-6.985" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-6.985" y1="-1.27" x2="-8.255" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-8.255" y1="-1.27" x2="-8.89" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-5.715" y1="1.27" x2="-6.35" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-6.35" y1="-0.635" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-4.445" y1="-1.27" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-13.335" y1="1.27" x2="-12.065" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-12.065" y1="1.27" x2="-11.43" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-11.43" y1="0.635" x2="-11.43" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-11.43" y1="-0.635" x2="-12.065" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-11.43" y1="0.635" x2="-10.795" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-10.795" y1="1.27" x2="-9.525" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-9.525" y1="1.27" x2="-8.89" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-8.89" y1="0.635" x2="-8.89" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-8.89" y1="-0.635" x2="-9.525" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-9.525" y1="-1.27" x2="-10.795" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-10.795" y1="-1.27" x2="-11.43" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-13.97" y1="0.635" x2="-13.97" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-13.335" y1="1.27" x2="-13.97" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-13.97" y1="-0.635" x2="-13.335" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-12.065" y1="-1.27" x2="-13.335" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="12.065" y1="1.27" x2="13.335" y2="1.27" width="0.1524" layer="21"/>
<wire x1="13.335" y1="1.27" x2="13.97" y2="0.635" width="0.1524" layer="21"/>
<wire x1="13.97" y1="0.635" x2="13.97" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="13.97" y1="-0.635" x2="13.335" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="12.065" y1="1.27" x2="11.43" y2="0.635" width="0.1524" layer="21"/>
<wire x1="11.43" y1="-0.635" x2="12.065" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="13.335" y1="-1.27" x2="12.065" y2="-1.27" width="0.1524" layer="21"/>
<pad name="1" x="-12.7" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="2" x="-10.16" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="3" x="-7.62" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="4" x="-5.08" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="5" x="-2.54" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="6" x="0" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="7" x="2.54" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="8" x="5.08" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="9" x="7.62" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="10" x="10.16" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="11" x="12.7" y="0" drill="1.016" shape="long" rot="R90"/>
<text x="-14.0462" y="1.8288" size="1.27" layer="25" ratio="10">&gt;NAME</text>
<text x="-13.97" y="-3.175" size="1.27" layer="27">&gt;VALUE</text>
<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51"/>
<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51"/>
<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/>
<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/>
<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/>
<rectangle x1="-2.794" y1="-0.254" x2="-2.286" y2="0.254" layer="51"/>
<rectangle x1="-5.334" y1="-0.254" x2="-4.826" y2="0.254" layer="51"/>
<rectangle x1="-7.874" y1="-0.254" x2="-7.366" y2="0.254" layer="51"/>
<rectangle x1="-10.414" y1="-0.254" x2="-9.906" y2="0.254" layer="51"/>
<rectangle x1="-12.954" y1="-0.254" x2="-12.446" y2="0.254" layer="51"/>
<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51"/>
</package>
</packages>
<packages3d>
<package3d name="1X11" urn="urn:adsk.eagle:package:22410/2" type="model" library_version="4">
<description>PIN HEADER</description>
<packageinstances>
<packageinstance name="1X11"/>
</packageinstances>
</package3d>
</packages3d>
</library>
</libraries>
<attributes>
</attributes>
<variantdefs>
</variantdefs>
<classes>
<class number="0" name="default" width="0" drill="0">
</class>
</classes>
<designrules name="default">
<description language="de">&lt;b&gt;EAGLE Design Rules&lt;/b&gt;
&lt;p&gt;
Die Standard-Design-Rules sind so gewählt, dass sie für
die meisten Anwendungen passen. Sollte ihre Platine
besondere Anforderungen haben, treffen Sie die erforderlichen
Einstellungen hier und speichern die Design Rules unter
einem neuen Namen ab.</description>
<description language="en">&lt;b&gt;EAGLE Design Rules&lt;/b&gt;
&lt;p&gt;
The default Design Rules have been set to cover
a wide range of applications. Your particular design
may have different requirements, so please make the
necessary adjustments and save your customized
design rules under a new name.</description>
<param name="layerSetup" value="(1*16)"/>
<param name="mtCopper" value="0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm"/>
<param name="mtIsolate" value="1.5mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm"/>
<param name="mdWireWire" value="6mil"/>
<param name="mdWirePad" value="6mil"/>
<param name="mdWireVia" value="6mil"/>
<param name="mdPadPad" value="6mil"/>
<param name="mdPadVia" value="6mil"/>
<param name="mdViaVia" value="6mil"/>
<param name="mdSmdPad" value="6mil"/>
<param name="mdSmdVia" value="6mil"/>
<param name="mdSmdSmd" value="6mil"/>
<param name="mdViaViaSameLayer" value="6mil"/>
<param name="mnLayersViaInSmd" value="2"/>
<param name="mdCopperDimension" value="40mil"/>
<param name="mdDrill" value="6mil"/>
<param name="mdSmdStop" value="0mil"/>
<param name="msWidth" value="6mil"/>
<param name="msDrill" value="0.35mm"/>
<param name="msMicroVia" value="9.99mm"/>
<param name="msBlindViaRatio" value="0.5"/>
<param name="rvPadTop" value="0.25"/>
<param name="rvPadInner" value="0.25"/>
<param name="rvPadBottom" value="0.25"/>
<param name="rvViaOuter" value="0.25"/>
<param name="rvViaInner" value="0.25"/>
<param name="rvMicroViaOuter" value="0.25"/>
<param name="rvMicroViaInner" value="0.25"/>
<param name="rlMinPadTop" value="10mil"/>
<param name="rlMaxPadTop" value="20mil"/>
<param name="rlMinPadInner" value="10mil"/>
<param name="rlMaxPadInner" value="20mil"/>
<param name="rlMinPadBottom" value="10mil"/>
<param name="rlMaxPadBottom" value="20mil"/>
<param name="rlMinViaOuter" value="8mil"/>
<param name="rlMaxViaOuter" value="20mil"/>
<param name="rlMinViaInner" value="8mil"/>
<param name="rlMaxViaInner" value="20mil"/>
<param name="rlMinMicroViaOuter" value="4mil"/>
<param name="rlMaxMicroViaOuter" value="20mil"/>
<param name="rlMinMicroViaInner" value="4mil"/>
<param name="rlMaxMicroViaInner" value="20mil"/>
<param name="psTop" value="-1"/>
<param name="psBottom" value="-1"/>
<param name="psFirst" value="-1"/>
<param name="psElongationLong" value="100"/>
<param name="psElongationOffset" value="100"/>
<param name="mvStopFrame" value="1"/>
<param name="mvCreamFrame" value="0"/>
<param name="mlMinStopFrame" value="4mil"/>
<param name="mlMaxStopFrame" value="4mil"/>
<param name="mlMinCreamFrame" value="0mil"/>
<param name="mlMaxCreamFrame" value="0mil"/>
<param name="mlViaStopLimit" value="0mil"/>
<param name="srRoundness" value="0"/>
<param name="srMinRoundness" value="0mil"/>
<param name="srMaxRoundness" value="0mil"/>
<param name="slThermalIsolate" value="10mil"/>
<param name="slThermalsForVias" value="0"/>
<param name="dpMaxLengthDifference" value="10mm"/>
<param name="dpGapFactor" value="2.5"/>
<param name="checkAngle" value="0"/>
<param name="checkFont" value="1"/>
<param name="checkRestrict" value="1"/>
<param name="checkStop" value="0"/>
<param name="checkValues" value="0"/>
<param name="checkNames" value="1"/>
<param name="checkWireStubs" value="1"/>
<param name="checkPolygonWidth" value="0"/>
<param name="useDiameter" value="13"/>
<param name="maxErrors" value="50"/>
</designrules>
<autorouter>
<pass name="Default">
<param name="RoutingGrid" value="50mil"/>
<param name="AutoGrid" value="1"/>
<param name="Efforts" value="0"/>
<param name="TopRouterVariant" value="1"/>
<param name="tpViaShape" value="round"/>
<param name="PrefDir.1" value="a"/>
<param name="PrefDir.2" value="0"/>
<param name="PrefDir.3" value="0"/>
<param name="PrefDir.4" value="0"/>
<param name="PrefDir.5" value="0"/>
<param name="PrefDir.6" value="0"/>
<param name="PrefDir.7" value="0"/>
<param name="PrefDir.8" value="0"/>
<param name="PrefDir.9" value="0"/>
<param name="PrefDir.10" value="0"/>
<param name="PrefDir.11" value="0"/>
<param name="PrefDir.12" value="0"/>
<param name="PrefDir.13" value="0"/>
<param name="PrefDir.14" value="0"/>
<param name="PrefDir.15" value="0"/>
<param name="PrefDir.16" value="a"/>
<param name="cfVia" value="8"/>
<param name="cfNonPref" value="5"/>
<param name="cfChangeDir" value="2"/>
<param name="cfOrthStep" value="2"/>
<param name="cfDiagStep" value="3"/>
<param name="cfExtdStep" value="0"/>
<param name="cfBonusStep" value="1"/>
<param name="cfMalusStep" value="1"/>
<param name="cfPadImpact" value="4"/>
<param name="cfSmdImpact" value="4"/>
<param name="cfBusImpact" value="0"/>
<param name="cfHugging" value="3"/>
<param name="cfAvoid" value="4"/>
<param name="cfPolygon" value="10"/>
<param name="cfBase.1" value="0"/>
<param name="cfBase.2" value="1"/>
<param name="cfBase.3" value="1"/>
<param name="cfBase.4" value="1"/>
<param name="cfBase.5" value="1"/>
<param name="cfBase.6" value="1"/>
<param name="cfBase.7" value="1"/>
<param name="cfBase.8" value="1"/>
<param name="cfBase.9" value="1"/>
<param name="cfBase.10" value="1"/>
<param name="cfBase.11" value="1"/>
<param name="cfBase.12" value="1"/>
<param name="cfBase.13" value="1"/>
<param name="cfBase.14" value="1"/>
<param name="cfBase.15" value="1"/>
<param name="cfBase.16" value="0"/>
<param name="mnVias" value="20"/>
<param name="mnSegments" value="9999"/>
<param name="mnExtdSteps" value="9999"/>
<param name="mnRipupLevel" value="10"/>
<param name="mnRipupSteps" value="100"/>
<param name="mnRipupTotal" value="100"/>
</pass>
<pass name="Follow-me" refer="Default" active="yes">
</pass>
<pass name="Busses" refer="Default" active="yes">
<param name="cfNonPref" value="4"/>
<param name="cfBusImpact" value="4"/>
<param name="cfHugging" value="0"/>
<param name="mnVias" value="0"/>
</pass>
<pass name="Route" refer="Default" active="yes">
</pass>
<pass name="Optimize1" refer="Default" active="yes">
<param name="cfVia" value="99"/>
<param name="cfExtdStep" value="10"/>
<param name="cfHugging" value="1"/>
<param name="mnExtdSteps" value="1"/>
<param name="mnRipupLevel" value="0"/>
</pass>
<pass name="Optimize2" refer="Optimize1" active="yes">
<param name="cfNonPref" value="0"/>
<param name="cfChangeDir" value="6"/>
<param name="cfExtdStep" value="0"/>
<param name="cfBonusStep" value="2"/>
<param name="cfMalusStep" value="2"/>
<param name="cfPadImpact" value="2"/>
<param name="cfSmdImpact" value="2"/>
<param name="cfHugging" value="0"/>
</pass>
<pass name="Optimize3" refer="Optimize2" active="yes">
<param name="cfChangeDir" value="8"/>
<param name="cfPadImpact" value="0"/>
<param name="cfSmdImpact" value="0"/>
</pass>
<pass name="Optimize4" refer="Optimize3" active="yes">
<param name="cfChangeDir" value="25"/>
</pass>
</autorouter>
<elements>
<element name="U$1" library="RWD-HT-CT62" package="HT-CT62" override_package3d_urn="urn:adsk.eagle:package:50017719/2" override_package_urn="urn:adsk.eagle:footprint:50017721/1" value="" x="15.24" y="15.24" smashed="yes"/>
<element name="JP1" library="pinhead" library_urn="urn:adsk.eagle:library:325" package="1X11" package3d_urn="urn:adsk.eagle:package:22410/2" value="" x="2.54" y="15.24" smashed="yes" rot="R90">
<attribute name="POPULARITY" value="12" x="2.54" y="15.24" size="1.778" layer="27" rot="R90" display="off"/>
<attribute name="VALUE" x="5.715" y="1.27" size="1.27" layer="27" rot="R90"/>
</element>
<element name="JP2" library="pinhead" library_urn="urn:adsk.eagle:library:325" package="1X11" package3d_urn="urn:adsk.eagle:package:22410/2" value="" x="27.94" y="15.24" smashed="yes" rot="R270">
<attribute name="POPULARITY" value="12" x="27.94" y="15.24" size="1.778" layer="27" rot="R270" display="off"/>
<attribute name="VALUE" x="24.765" y="29.21" size="1.27" layer="27" rot="R270"/>
</element>
</elements>
<signals>
<signal name="N$1">
<contactref element="JP1" pad="11"/>
<contactref element="U$1" pad="11"/>
<wire x1="6.2992" y1="24.1808" x2="6.2992" y2="21.59" width="0.1524" layer="1"/>
<wire x1="2.54" y1="27.94" x2="6.2992" y2="24.1808" width="0.1524" layer="1"/>
<wire x1="6.2992" y1="21.59" x2="6.35" y2="21.59" width="0.1524" layer="1"/>
</signal>
<signal name="N$2">
<contactref element="JP1" pad="10"/>
<contactref element="U$1" pad="10"/>
<wire x1="5.9944" y1="20.3708" x2="6.2992" y2="20.3708" width="0.1524" layer="1"/>
<wire x1="4.318" y1="22.0472" x2="5.9944" y2="20.3708" width="0.1524" layer="1"/>
<wire x1="4.318" y1="23.7236" x2="4.318" y2="22.0472" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="25.4" x2="4.318" y2="23.7236" width="0.1524" layer="1"/>
<wire x1="6.2992" y1="20.3708" x2="6.35" y2="20.32" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="25.4" x2="2.54" y2="25.4" width="0.1524" layer="1"/>
</signal>
<signal name="N$3">
<contactref element="JP1" pad="9"/>
<contactref element="U$1" pad="9"/>
<wire x1="5.9944" y1="19.1516" x2="6.2992" y2="19.1516" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="22.5044" x2="5.9944" y2="19.1516" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="22.8092" x2="2.6416" y2="22.5044" width="0.1524" layer="1"/>
<wire x1="6.2992" y1="19.1516" x2="6.35" y2="19.05" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="22.8092" x2="2.54" y2="22.86" width="0.1524" layer="1"/>
</signal>
<signal name="N$4">
<contactref element="JP1" pad="8"/>
<contactref element="U$1" pad="8"/>
<wire x1="5.08" y1="17.78" x2="6.35" y2="17.78" width="0.1524" layer="1"/>
<wire x1="2.54" y1="20.32" x2="5.08" y2="17.78" width="0.1524" layer="1"/>
</signal>
<signal name="N$5">
<contactref element="JP1" pad="7"/>
<contactref element="U$1" pad="7"/>
<wire x1="3.8608" y1="16.5608" x2="6.2992" y2="16.5608" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="17.78" x2="3.8608" y2="16.5608" width="0.1524" layer="1"/>
<wire x1="6.2992" y1="16.5608" x2="6.35" y2="16.51" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="17.78" x2="2.54" y2="17.78" width="0.1524" layer="1"/>
</signal>
<signal name="N$6">
<contactref element="U$1" pad="6"/>
<contactref element="JP1" pad="6"/>
<wire x1="2.6416" y1="15.3416" x2="6.2992" y2="15.3416" width="0.1524" layer="1"/>
<wire x1="6.2992" y1="15.3416" x2="6.35" y2="15.24" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="15.3416" x2="2.54" y2="15.24" width="0.1524" layer="1"/>
</signal>
<signal name="N$7">
<contactref element="JP1" pad="5"/>
<contactref element="U$1" pad="5"/>
<wire x1="3.8608" y1="13.97" x2="6.35" y2="13.97" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="12.7508" x2="3.8608" y2="13.97" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="12.7508" x2="2.54" y2="12.7" width="0.1524" layer="1"/>
</signal>
<signal name="N$8">
<contactref element="U$1" pad="4"/>
<contactref element="JP1" pad="4"/>
<wire x1="5.08" y1="12.5984" x2="6.2992" y2="12.5984" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="10.16" x2="5.08" y2="12.5984" width="0.1524" layer="1"/>
<wire x1="6.2992" y1="12.5984" x2="6.35" y2="12.7" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="10.16" x2="2.54" y2="10.16" width="0.1524" layer="1"/>
</signal>
<signal name="N$9">
<contactref element="JP1" pad="3"/>
<contactref element="U$1" pad="3"/>
<wire x1="5.9944" y1="11.3792" x2="6.2992" y2="11.3792" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="8.0264" x2="5.9944" y2="11.3792" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="7.7216" x2="2.6416" y2="8.0264" width="0.1524" layer="1"/>
<wire x1="6.2992" y1="11.3792" x2="6.35" y2="11.43" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="7.7216" x2="2.54" y2="7.62" width="0.1524" layer="1"/>
</signal>
<signal name="N$11">
<contactref element="JP1" pad="1"/>
<contactref element="U$1" pad="1"/>
<wire x1="6.2992" y1="6.1976" x2="6.2992" y2="8.7884" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="2.54" x2="6.2992" y2="6.1976" width="0.1524" layer="1"/>
<wire x1="6.2992" y1="8.7884" x2="6.35" y2="8.89" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="2.54" x2="2.54" y2="2.54" width="0.1524" layer="1"/>
</signal>
<signal name="N$12">
<contactref element="JP2" pad="1"/>
<contactref element="U$1" pad="22"/>
<wire x1="24.13" y1="24.0284" x2="24.13" y2="21.59" width="0.1524" layer="1"/>
<wire x1="27.94" y1="27.8384" x2="24.13" y2="24.0284" width="0.1524" layer="1"/>
<wire x1="27.94" y1="27.8384" x2="27.94" y2="27.94" width="0.1524" layer="1"/>
</signal>
<signal name="N$14">
<contactref element="JP2" pad="3"/>
<contactref element="U$1" pad="20"/>
<wire x1="24.4348" y1="19.1516" x2="24.13" y2="19.1516" width="0.1524" layer="1"/>
<wire x1="27.94" y1="22.6568" x2="24.4348" y2="19.1516" width="0.1524" layer="1"/>
<wire x1="27.94" y1="22.86" x2="27.94" y2="22.6568" width="0.1524" layer="1"/>
<wire x1="24.13" y1="19.1516" x2="24.13" y2="19.05" width="0.1524" layer="1"/>
</signal>
<signal name="N$15">
<contactref element="U$1" pad="19"/>
<contactref element="JP2" pad="4"/>
<wire x1="25.5016" y1="17.78" x2="24.13" y2="17.78" width="0.1524" layer="1"/>
<wire x1="27.94" y1="20.2184" x2="25.5016" y2="17.78" width="0.1524" layer="1"/>
<wire x1="27.94" y1="20.2184" x2="27.94" y2="20.32" width="0.1524" layer="1"/>
</signal>
<signal name="N$16">
<contactref element="JP2" pad="5"/>
<contactref element="U$1" pad="18"/>
<wire x1="26.7208" y1="16.5608" x2="24.13" y2="16.5608" width="0.1524" layer="1"/>
<wire x1="27.94" y1="17.78" x2="26.7208" y2="16.5608" width="0.1524" layer="1"/>
<wire x1="24.13" y1="16.5608" x2="24.13" y2="16.51" width="0.1524" layer="1"/>
</signal>
<signal name="N$17">
<contactref element="U$1" pad="17"/>
<contactref element="JP2" pad="6"/>
<wire x1="27.94" y1="15.3416" x2="24.13" y2="15.3416" width="0.1524" layer="1"/>
<wire x1="24.13" y1="15.3416" x2="24.13" y2="15.24" width="0.1524" layer="1"/>
<wire x1="27.94" y1="15.3416" x2="27.94" y2="15.24" width="0.1524" layer="1"/>
</signal>
<signal name="N$18">
<contactref element="U$1" pad="16"/>
<contactref element="JP2" pad="7"/>
<wire x1="26.7208" y1="13.97" x2="24.13" y2="13.97" width="0.1524" layer="1"/>
<wire x1="27.94" y1="12.7508" x2="26.7208" y2="13.97" width="0.1524" layer="1"/>
<wire x1="27.94" y1="12.7508" x2="27.94" y2="12.7" width="0.1524" layer="1"/>
</signal>
<signal name="N$19">
<contactref element="U$1" pad="15"/>
<contactref element="JP2" pad="8"/>
<wire x1="25.5016" y1="12.5984" x2="24.13" y2="12.5984" width="0.1524" layer="1"/>
<wire x1="27.94" y1="10.16" x2="25.5016" y2="12.5984" width="0.1524" layer="1"/>
<wire x1="24.13" y1="12.5984" x2="24.13" y2="12.7" width="0.1524" layer="1"/>
</signal>
<signal name="N$20">
<contactref element="U$1" pad="14"/>
<contactref element="JP2" pad="9"/>
<wire x1="24.4348" y1="11.3792" x2="24.13" y2="11.3792" width="0.1524" layer="1"/>
<wire x1="27.94" y1="7.874" x2="24.4348" y2="11.3792" width="0.1524" layer="1"/>
<wire x1="27.94" y1="7.62" x2="27.94" y2="7.874" width="0.1524" layer="1"/>
<wire x1="24.13" y1="11.3792" x2="24.13" y2="11.43" width="0.1524" layer="1"/>
</signal>
<signal name="GND">
<contactref element="U$1" pad="13"/>
<contactref element="JP2" pad="10"/>
<wire x1="24.4348" y1="10.16" x2="24.13" y2="10.16" width="0.1524" layer="1"/>
<wire x1="26.1112" y1="8.4836" x2="24.4348" y2="10.16" width="0.1524" layer="1"/>
<wire x1="26.1112" y1="6.9596" x2="26.1112" y2="8.4836" width="0.1524" layer="1"/>
<wire x1="27.94" y1="5.1308" x2="26.1112" y2="6.9596" width="0.1524" layer="1"/>
<wire x1="27.94" y1="5.1308" x2="27.94" y2="5.08" width="0.1524" layer="1"/>
<polygon width="0.1524" layer="1">
<vertex x="-1.27" y="31.75"/>
<vertex x="31.75" y="31.75"/>
<vertex x="31.75" y="-1.27"/>
<vertex x="-1.27" y="-1.27"/>
</polygon>
<polygon width="0.1524" layer="16">
<vertex x="-1.27" y="31.75"/>
<vertex x="31.75" y="31.75"/>
<vertex x="31.75" y="-1.27"/>
<vertex x="-1.27" y="-1.27"/>
</polygon>
<contactref element="U$1" pad="2"/>
<contactref element="JP1" pad="2"/>
<wire x1="5.842" y1="9.7028" x2="6.2992" y2="10.16" width="0.1524" layer="1"/>
<wire x1="5.6896" y1="9.7028" x2="5.842" y2="9.7028" width="0.1524" layer="1"/>
<wire x1="4.318" y1="8.3312" x2="5.6896" y2="9.7028" width="0.1524" layer="1"/>
<wire x1="4.318" y1="6.8072" x2="4.318" y2="8.3312" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="5.1308" x2="4.318" y2="6.8072" width="0.1524" layer="1"/>
<wire x1="6.2992" y1="10.16" x2="6.35" y2="10.16" width="0.1524" layer="1"/>
<wire x1="2.6416" y1="5.1308" x2="2.54" y2="5.08" width="0.1524" layer="1"/>
<contactref element="U$1" pad="21"/>
<contactref element="JP2" pad="2"/>
<wire x1="24.4348" y1="20.3708" x2="24.13" y2="20.3708" width="0.1524" layer="1"/>
<wire x1="26.1112" y1="22.0472" x2="24.4348" y2="20.3708" width="0.1524" layer="1"/>
<wire x1="26.1112" y1="23.5712" x2="26.1112" y2="22.0472" width="0.1524" layer="1"/>
<wire x1="27.94" y1="25.4" x2="26.1112" y2="23.5712" width="0.1524" layer="1"/>
<wire x1="24.13" y1="20.3708" x2="24.13" y2="20.32" width="0.1524" layer="1"/>
</signal>
<signal name="12">
<contactref element="U$1" pad="12"/>
<contactref element="JP2" pad="11"/>
<wire x1="24.13" y1="6.35" x2="24.13" y2="8.89" width="0.1524" layer="1"/>
<wire x1="27.94" y1="2.54" x2="24.13" y2="6.35" width="0.1524" layer="1"/>
</signal>
</signals>
<mfgpreviewcolors>
<mfgpreviewcolor name="soldermaskcolor" color="0xC8008000"/>
<mfgpreviewcolor name="silkscreencolor" color="0xFFFEFEFE"/>
<mfgpreviewcolor name="backgroundcolor" color="0xFF282828"/>
<mfgpreviewcolor name="coppercolor" color="0xFFFFBF00"/>
<mfgpreviewcolor name="substratecolor" color="0xFF786E46"/>
</mfgpreviewcolors>
<errors>
<approved hash="4,1,c29827473bddc1f2"/>
<approved hash="4,1,dfd03a232749c56e"/>
<approved hash="4,1,dfdc3a072761cd76"/>
<approved hash="4,1,9d618dc89c5d8338"/>
<approved hash="4,1,9fd1835c9e7980dc"/>
<approved hash="4,1,9c3d815081e5827c"/>
<approved hash="4,1,9d6d82b498e98410"/>
<approved hash="4,1,93018df8938d8da0"/>
<approved hash="4,1,996185c49c41870c"/>
<approved hash="4,1,9fc5ff609a7580dc"/>
<approved hash="4,1,8025814c80e19e78"/>
<approved hash="4,1,9a8186b898fd8418"/>
<approved hash="4,1,d1ac348324a5cd72"/>
<approved hash="4,1,93118dcc9f998dbc"/>
<approved hash="4,1,9d6d85d09c75831c"/>
<approved hash="4,1,d83c3d2723c1c606"/>
<approved hash="4,1,dd7839e32149bfde"/>
<approved hash="4,1,dbdc3e33277dc57a"/>
<approved hash="4,1,d1bc349f28b1cd46"/>
<approved hash="4,1,dfd03d2f23d5c20a"/>
<approved hash="4,1,de803b433ad9c1ee"/>
<approved hash="4,1,dd6c39e32545c3e2"/>
</errors>
</board>
</drawing>
<compatibility>
<note version="8.2" severity="warning">
Since Version 8.2, EAGLE supports online libraries. The ids
of those online libraries will not be understood (or retained)
with this version.
</note>
<note version="8.3" severity="warning">
Since Version 8.3, EAGLE supports Fusion synchronisation.
This feature will not be available in this version and saving
the document will break the link to the Fusion PCB feature.
</note>
<note version="8.3" severity="warning">
Since Version 8.3, EAGLE supports URNs for individual library
assets (packages, symbols, and devices). The URNs of those assets
will not be understood (or retained) with this version.
</note>
<note version="8.3" severity="warning">
Since Version 8.3, EAGLE supports the association of 3D packages
with devices in libraries, schematics, and board files. Those 3D
packages will not be understood (or retained) with this version.
</note>
<note version="9.4" severity="warning">
Since Version 9.4, EAGLE supports the overriding of 3D packages
in schematics and board files. Those overridden 3d packages
will not be understood (or retained) with this version.
</note>
</compatibility>
</eagle>

View File

@ -0,0 +1,694 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="9.6.2">
<drawing>
<settings>
<setting alwaysvectorfont="no"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers>
<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="3" name="Route3" color="17" fill="1" visible="no" active="no"/>
<layer number="4" name="Route4" color="18" fill="1" visible="no" active="no"/>
<layer number="5" name="Route5" color="19" fill="1" visible="no" active="no"/>
<layer number="6" name="Route6" color="25" fill="1" visible="no" active="no"/>
<layer number="7" name="Route7" color="26" fill="1" visible="no" active="no"/>
<layer number="8" name="Route8" color="27" fill="1" visible="no" active="no"/>
<layer number="9" name="Route9" color="28" fill="1" visible="no" active="no"/>
<layer number="10" name="Route10" color="29" fill="1" visible="no" active="no"/>
<layer number="11" name="Route11" color="30" fill="1" visible="no" active="no"/>
<layer number="12" name="Route12" color="20" fill="1" visible="no" active="no"/>
<layer number="13" name="Route13" color="21" fill="1" visible="no" active="no"/>
<layer number="14" name="Route14" color="22" fill="1" visible="no" active="no"/>
<layer number="15" name="Route15" color="23" fill="1" visible="no" active="no"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="no"/>
<layer number="17" name="Pads" color="2" fill="1" visible="no" active="no"/>
<layer number="18" name="Vias" color="2" fill="1" visible="no" active="no"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="no"/>
<layer number="20" name="Dimension" color="24" fill="1" visible="no" active="no"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="no"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="no"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="no"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="no"/>
<layer number="25" name="tNames" color="7" fill="1" visible="no" active="no"/>
<layer number="26" name="bNames" color="7" fill="1" visible="no" active="no"/>
<layer number="27" name="tValues" color="7" fill="1" visible="no" active="no"/>
<layer number="28" name="bValues" color="7" fill="1" visible="no" active="no"/>
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="no"/>
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="no"/>
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="no"/>
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="no"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="no"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="no"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="no"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="no"/>
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="no"/>
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="no"/>
<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="no"/>
<layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="no"/>
<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="no"/>
<layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="no"/>
<layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="no"/>
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="no"/>
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="no"/>
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="no"/>
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="no"/>
<layer number="48" name="Document" color="7" fill="1" visible="no" active="no"/>
<layer number="49" name="Reference" color="7" fill="1" visible="no" active="no"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="no" active="no"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="no"/>
<layer number="88" name="SimResults" color="9" fill="1" visible="yes" active="yes"/>
<layer number="89" name="SimProbes" color="9" fill="1" visible="yes" active="yes"/>
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/>
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
</layers>
<schematic xreflabel="%F%N/%S.%C%R" xrefpart="/%S.%C%R">
<libraries>
<library name="RWD-HT-CT62">
<packages>
<package name="HT-CT62">
<wire x1="8.9" y1="6.35" x2="8.89" y2="8.89" width="0.127" layer="21"/>
<wire x1="8.89" y1="8.89" x2="-8.89" y2="8.89" width="0.127" layer="21"/>
<wire x1="-8.89" y1="8.89" x2="-8.9" y2="6.35" width="0.127" layer="21"/>
<wire x1="8.9" y1="-6.35" x2="8.89" y2="-8.89" width="0.127" layer="21"/>
<wire x1="8.89" y1="-8.89" x2="-8.89" y2="-8.89" width="0.127" layer="21"/>
<wire x1="-8.89" y1="-8.89" x2="-8.9" y2="-6.35" width="0.127" layer="21"/>
<wire x1="-8.89" y1="-8.89" x2="-8.89" y2="8.89" width="0.127" layer="21"/>
<wire x1="8.89" y1="-8.89" x2="8.89" y2="8.89" width="0.127" layer="21"/>
<smd name="10" x="-8.89" y="5.08" dx="1.27" dy="1" layer="1"/>
<smd name="9" x="-8.89" y="3.81" dx="1.27" dy="1" layer="1"/>
<smd name="8" x="-8.89" y="2.54" dx="1.27" dy="1" layer="1"/>
<smd name="7" x="-8.89" y="1.27" dx="1.27" dy="1" layer="1"/>
<smd name="6" x="-8.89" y="0" dx="1.27" dy="1" layer="1"/>
<smd name="5" x="-8.89" y="-1.27" dx="1.27" dy="1" layer="1"/>
<smd name="4" x="-8.89" y="-2.54" dx="1.27" dy="1" layer="1"/>
<smd name="3" x="-8.89" y="-3.81" dx="1.27" dy="1" layer="1"/>
<smd name="2" x="-8.89" y="-5.08" dx="1.27" dy="1" layer="1"/>
<smd name="11" x="-8.89" y="6.35" dx="1.27" dy="1" layer="1"/>
<smd name="21" x="8.89" y="5.08" dx="1.27" dy="1" layer="1"/>
<smd name="20" x="8.89" y="3.81" dx="1.27" dy="1" layer="1"/>
<smd name="19" x="8.89" y="2.54" dx="1.27" dy="1" layer="1"/>
<smd name="18" x="8.89" y="1.27" dx="1.27" dy="1" layer="1"/>
<smd name="17" x="8.89" y="0" dx="1.27" dy="1" layer="1"/>
<smd name="16" x="8.89" y="-1.27" dx="1.27" dy="1" layer="1"/>
<smd name="15" x="8.89" y="-2.54" dx="1.27" dy="1" layer="1"/>
<smd name="14" x="8.89" y="-3.81" dx="1.27" dy="1" layer="1"/>
<smd name="13" x="8.89" y="-5.08" dx="1.27" dy="1" layer="1"/>
<smd name="22" x="8.89" y="6.35" dx="1.27" dy="1" layer="1"/>
<dimension x1="-10.16" y1="6.35" x2="-10.16" y2="-6.35" x3="-12.7" y3="0" textsize="1.27" layer="47"/>
<dimension x1="-8.89" y1="8.89" x2="-8.89" y2="-8.89" x3="-16.51" y3="0" textsize="1.27" layer="47"/>
<dimension x1="-8.89" y1="8.89" x2="8.89" y2="8.89" x3="0" y3="11.43" textsize="1.27" layer="47"/>
<smd name="1" x="-8.89" y="-6.35" dx="1.27" dy="1" layer="1"/>
<smd name="12" x="8.89" y="-6.35" dx="1.27" dy="1" layer="1"/>
<circle x="-6.35" y="-6.35" radius="1" width="0.0762" layer="21"/>
<circle x="6.35" y="6.35" radius="1" width="0.0762" layer="21"/>
<wire x1="-7.62" y1="-5.08" x2="-5.08" y2="-5.08" width="0.0762" layer="21"/>
<wire x1="-5.08" y1="-5.08" x2="-5.08" y2="-7.62" width="0.0762" layer="21"/>
<wire x1="-5.08" y1="-7.62" x2="-7.62" y2="-7.62" width="0.0762" layer="21"/>
<wire x1="-7.62" y1="-7.62" x2="-7.62" y2="-5.08" width="0.0762" layer="21"/>
<wire x1="7.62" y1="5.08" x2="5.08" y2="5.08" width="0.0762" layer="21"/>
<wire x1="5.08" y1="5.08" x2="5.08" y2="7.62" width="0.0762" layer="21"/>
<wire x1="5.08" y1="7.62" x2="7.62" y2="7.62" width="0.0762" layer="21"/>
<wire x1="7.62" y1="7.62" x2="7.62" y2="5.08" width="0.0762" layer="21"/>
<text x="2.54" y="6.0325" size="0.6096" layer="21">LoRa</text>
<text x="-1.905" y="-6.0325" size="0.6096" layer="21" rot="R180">2.4GHz</text>
</package>
</packages>
<symbols>
<symbol name="HT-CT62">
<text x="-5.08" y="17.78" size="1.778" layer="95">HT-CT62</text>
<pin name="EN" x="-17.78" y="12.7" length="middle"/>
<pin name="GPIO-0" x="-17.78" y="10.16" length="middle"/>
<pin name="GPIO-1" x="-17.78" y="7.62" length="middle"/>
<pin name="GPIO-2" x="-17.78" y="5.08" length="middle"/>
<pin name="GPIO-3" x="-17.78" y="2.54" length="middle"/>
<pin name="GPIO-4" x="-17.78" y="0" length="middle"/>
<pin name="GPIO-5" x="-17.78" y="-2.54" length="middle"/>
<pin name="GPIO-6" x="-17.78" y="-5.08" length="middle"/>
<pin name="GPIO-7" x="-17.78" y="-7.62" length="middle"/>
<pin name="GND" x="-17.78" y="-10.16" length="middle"/>
<pin name="2.4G-ANT" x="-17.78" y="-12.7" length="middle"/>
<pin name="VDD" x="17.78" y="-12.7" length="middle" rot="R180"/>
<pin name="GND2" x="17.78" y="-10.16" length="middle" rot="R180"/>
<pin name="GPIO-10" x="17.78" y="-7.62" length="middle" rot="R180"/>
<pin name="GPIO-9" x="17.78" y="-5.08" length="middle" rot="R180"/>
<pin name="GPIO-8" x="17.78" y="-2.54" length="middle" rot="R180"/>
<pin name="GPIO-18" x="17.78" y="0" length="middle" rot="R180"/>
<pin name="GPIO-19" x="17.78" y="2.54" length="middle" rot="R180"/>
<pin name="RXD" x="17.78" y="5.08" length="middle" rot="R180"/>
<pin name="TXD" x="17.78" y="7.62" length="middle" rot="R180"/>
<pin name="GND3" x="17.78" y="10.16" length="middle" rot="R180"/>
<pin name="LORA-ANT" x="17.78" y="12.7" length="middle" rot="R180"/>
<wire x1="-12.7" y1="15.24" x2="-12.7" y2="-15.24" width="0.254" layer="95"/>
<wire x1="-12.7" y1="-15.24" x2="12.7" y2="-15.24" width="0.254" layer="95"/>
<wire x1="12.7" y1="-15.24" x2="12.7" y2="15.24" width="0.254" layer="95"/>
<wire x1="12.7" y1="15.24" x2="-12.7" y2="15.24" width="0.254" layer="95"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="HT-CT62" uservalue="yes">
<description>HT-CT62 is a LoRa/LoRaWAN node module with a long communication range, lowpower consumption, high sensitivity, and low cost. The module is composed up of
ESP32-C3FN4(32-bit microprocessor based on RISC-V architecture) and SemtechLoRaTransceivers (SX1262).
The module integrating 2.4 GHz Wi-Fi, LoRa modes wireless communication.</description>
<gates>
<gate name="G$1" symbol="HT-CT62" x="0" y="0"/>
</gates>
<devices>
<device name="" package="HT-CT62">
<connects>
<connect gate="G$1" pin="2.4G-ANT" pad="1"/>
<connect gate="G$1" pin="EN" pad="11"/>
<connect gate="G$1" pin="GND" pad="2"/>
<connect gate="G$1" pin="GND2" pad="13"/>
<connect gate="G$1" pin="GND3" pad="21"/>
<connect gate="G$1" pin="GPIO-0" pad="10"/>
<connect gate="G$1" pin="GPIO-1" pad="9"/>
<connect gate="G$1" pin="GPIO-10" pad="14"/>
<connect gate="G$1" pin="GPIO-18" pad="17"/>
<connect gate="G$1" pin="GPIO-19" pad="18"/>
<connect gate="G$1" pin="GPIO-2" pad="8"/>
<connect gate="G$1" pin="GPIO-3" pad="7"/>
<connect gate="G$1" pin="GPIO-4" pad="6"/>
<connect gate="G$1" pin="GPIO-5" pad="5"/>
<connect gate="G$1" pin="GPIO-6" pad="4"/>
<connect gate="G$1" pin="GPIO-7" pad="3"/>
<connect gate="G$1" pin="GPIO-8" pad="16"/>
<connect gate="G$1" pin="GPIO-9" pad="15"/>
<connect gate="G$1" pin="LORA-ANT" pad="22"/>
<connect gate="G$1" pin="RXD" pad="19"/>
<connect gate="G$1" pin="TXD" pad="20"/>
<connect gate="G$1" pin="VDD" pad="12"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
<library name="pinhead" urn="urn:adsk.eagle:library:325">
<description>&lt;b&gt;Pin Header Connectors&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>
<packages>
<package name="1X11" urn="urn:adsk.eagle:footprint:22267/1" library_version="4">
<description>&lt;b&gt;PIN HEADER&lt;/b&gt;</description>
<wire x1="9.525" y1="1.27" x2="10.795" y2="1.27" width="0.1524" layer="21"/>
<wire x1="10.795" y1="1.27" x2="11.43" y2="0.635" width="0.1524" layer="21"/>
<wire x1="11.43" y1="0.635" x2="11.43" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="11.43" y1="-0.635" x2="10.795" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="6.35" y1="0.635" x2="6.985" y2="1.27" width="0.1524" layer="21"/>
<wire x1="6.985" y1="1.27" x2="8.255" y2="1.27" width="0.1524" layer="21"/>
<wire x1="8.255" y1="1.27" x2="8.89" y2="0.635" width="0.1524" layer="21"/>
<wire x1="8.89" y1="0.635" x2="8.89" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="8.89" y1="-0.635" x2="8.255" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="8.255" y1="-1.27" x2="6.985" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="6.985" y1="-1.27" x2="6.35" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="9.525" y1="1.27" x2="8.89" y2="0.635" width="0.1524" layer="21"/>
<wire x1="8.89" y1="-0.635" x2="9.525" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="10.795" y1="-1.27" x2="9.525" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="1.905" y1="1.27" x2="3.175" y2="1.27" width="0.1524" layer="21"/>
<wire x1="3.175" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/>
<wire x1="3.81" y1="0.635" x2="3.81" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="3.81" y1="0.635" x2="4.445" y2="1.27" width="0.1524" layer="21"/>
<wire x1="4.445" y1="1.27" x2="5.715" y2="1.27" width="0.1524" layer="21"/>
<wire x1="5.715" y1="1.27" x2="6.35" y2="0.635" width="0.1524" layer="21"/>
<wire x1="6.35" y1="0.635" x2="6.35" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="6.35" y1="-0.635" x2="5.715" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="5.715" y1="-1.27" x2="4.445" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="4.445" y1="-1.27" x2="3.81" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="0.635" x2="-0.635" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.1524" layer="21"/>
<wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="1.27" y1="0.635" x2="1.27" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-0.635" y1="-1.27" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="1.905" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="1.27" y1="-0.635" x2="1.905" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-5.715" y1="1.27" x2="-4.445" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-4.445" y1="1.27" x2="-3.81" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="0.635" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="-0.635" x2="-4.445" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="0.635" x2="-3.175" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-3.175" y1="1.27" x2="-1.905" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-1.905" y1="1.27" x2="-1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="-0.635" x2="-1.905" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-1.905" y1="-1.27" x2="-3.175" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-3.175" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-8.89" y1="0.635" x2="-8.255" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-8.255" y1="1.27" x2="-6.985" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-6.985" y1="1.27" x2="-6.35" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-6.35" y1="0.635" x2="-6.35" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-6.35" y1="-0.635" x2="-6.985" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-6.985" y1="-1.27" x2="-8.255" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-8.255" y1="-1.27" x2="-8.89" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-5.715" y1="1.27" x2="-6.35" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-6.35" y1="-0.635" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-4.445" y1="-1.27" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-13.335" y1="1.27" x2="-12.065" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-12.065" y1="1.27" x2="-11.43" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-11.43" y1="0.635" x2="-11.43" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-11.43" y1="-0.635" x2="-12.065" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-11.43" y1="0.635" x2="-10.795" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-10.795" y1="1.27" x2="-9.525" y2="1.27" width="0.1524" layer="21"/>
<wire x1="-9.525" y1="1.27" x2="-8.89" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-8.89" y1="0.635" x2="-8.89" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-8.89" y1="-0.635" x2="-9.525" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-9.525" y1="-1.27" x2="-10.795" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-10.795" y1="-1.27" x2="-11.43" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-13.97" y1="0.635" x2="-13.97" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-13.335" y1="1.27" x2="-13.97" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-13.97" y1="-0.635" x2="-13.335" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-12.065" y1="-1.27" x2="-13.335" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="12.065" y1="1.27" x2="13.335" y2="1.27" width="0.1524" layer="21"/>
<wire x1="13.335" y1="1.27" x2="13.97" y2="0.635" width="0.1524" layer="21"/>
<wire x1="13.97" y1="0.635" x2="13.97" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="13.97" y1="-0.635" x2="13.335" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="12.065" y1="1.27" x2="11.43" y2="0.635" width="0.1524" layer="21"/>
<wire x1="11.43" y1="-0.635" x2="12.065" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="13.335" y1="-1.27" x2="12.065" y2="-1.27" width="0.1524" layer="21"/>
<pad name="1" x="-12.7" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="2" x="-10.16" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="3" x="-7.62" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="4" x="-5.08" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="5" x="-2.54" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="6" x="0" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="7" x="2.54" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="8" x="5.08" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="9" x="7.62" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="10" x="10.16" y="0" drill="1.016" shape="long" rot="R90"/>
<pad name="11" x="12.7" y="0" drill="1.016" shape="long" rot="R90"/>
<text x="-14.0462" y="1.8288" size="1.27" layer="25" ratio="10">&gt;NAME</text>
<text x="-13.97" y="-3.175" size="1.27" layer="27">&gt;VALUE</text>
<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51"/>
<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51"/>
<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/>
<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/>
<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/>
<rectangle x1="-2.794" y1="-0.254" x2="-2.286" y2="0.254" layer="51"/>
<rectangle x1="-5.334" y1="-0.254" x2="-4.826" y2="0.254" layer="51"/>
<rectangle x1="-7.874" y1="-0.254" x2="-7.366" y2="0.254" layer="51"/>
<rectangle x1="-10.414" y1="-0.254" x2="-9.906" y2="0.254" layer="51"/>
<rectangle x1="-12.954" y1="-0.254" x2="-12.446" y2="0.254" layer="51"/>
<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51"/>
</package>
<package name="1X11/90" urn="urn:adsk.eagle:footprint:22271/1" library_version="4">
<description>&lt;b&gt;PIN HEADER&lt;/b&gt;</description>
<wire x1="-13.97" y1="-1.905" x2="-11.43" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-11.43" y1="-1.905" x2="-11.43" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-11.43" y1="0.635" x2="-13.97" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-13.97" y1="0.635" x2="-13.97" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-12.7" y1="6.985" x2="-12.7" y2="1.27" width="0.762" layer="21"/>
<wire x1="-11.43" y1="-1.905" x2="-8.89" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-8.89" y1="-1.905" x2="-8.89" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-8.89" y1="0.635" x2="-11.43" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-10.16" y1="6.985" x2="-10.16" y2="1.27" width="0.762" layer="21"/>
<wire x1="-8.89" y1="-1.905" x2="-6.35" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-6.35" y1="-1.905" x2="-6.35" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-6.35" y1="0.635" x2="-8.89" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-7.62" y1="6.985" x2="-7.62" y2="1.27" width="0.762" layer="21"/>
<wire x1="-6.35" y1="-1.905" x2="-3.81" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="-1.905" x2="-3.81" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="0.635" x2="-6.35" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-5.08" y1="6.985" x2="-5.08" y2="1.27" width="0.762" layer="21"/>
<wire x1="-3.81" y1="-1.905" x2="-1.27" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="-1.905" x2="-1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="0.635" x2="-3.81" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-2.54" y1="6.985" x2="-2.54" y2="1.27" width="0.762" layer="21"/>
<wire x1="-1.27" y1="-1.905" x2="1.27" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="1.27" y1="-1.905" x2="1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="1.27" y1="0.635" x2="-1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="0" y1="6.985" x2="0" y2="1.27" width="0.762" layer="21"/>
<wire x1="1.27" y1="-1.905" x2="3.81" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="3.81" y1="-1.905" x2="3.81" y2="0.635" width="0.1524" layer="21"/>
<wire x1="3.81" y1="0.635" x2="1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="2.54" y1="6.985" x2="2.54" y2="1.27" width="0.762" layer="21"/>
<wire x1="3.81" y1="-1.905" x2="6.35" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="6.35" y1="-1.905" x2="6.35" y2="0.635" width="0.1524" layer="21"/>
<wire x1="6.35" y1="0.635" x2="3.81" y2="0.635" width="0.1524" layer="21"/>
<wire x1="5.08" y1="6.985" x2="5.08" y2="1.27" width="0.762" layer="21"/>
<wire x1="6.35" y1="-1.905" x2="8.89" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="8.89" y1="-1.905" x2="8.89" y2="0.635" width="0.1524" layer="21"/>
<wire x1="8.89" y1="0.635" x2="6.35" y2="0.635" width="0.1524" layer="21"/>
<wire x1="7.62" y1="6.985" x2="7.62" y2="1.27" width="0.762" layer="21"/>
<wire x1="8.89" y1="-1.905" x2="11.43" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="11.43" y1="-1.905" x2="11.43" y2="0.635" width="0.1524" layer="21"/>
<wire x1="11.43" y1="0.635" x2="8.89" y2="0.635" width="0.1524" layer="21"/>
<wire x1="10.16" y1="6.985" x2="10.16" y2="1.27" width="0.762" layer="21"/>
<wire x1="11.43" y1="-1.905" x2="13.97" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="13.97" y1="-1.905" x2="13.97" y2="0.635" width="0.1524" layer="21"/>
<wire x1="13.97" y1="0.635" x2="11.43" y2="0.635" width="0.1524" layer="21"/>
<wire x1="12.7" y1="6.985" x2="12.7" y2="1.27" width="0.762" layer="21"/>
<pad name="1" x="-12.7" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<pad name="2" x="-10.16" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<pad name="3" x="-7.62" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<pad name="4" x="-5.08" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<pad name="5" x="-2.54" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<pad name="6" x="0" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<pad name="7" x="2.54" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<pad name="8" x="5.08" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<pad name="9" x="7.62" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<pad name="10" x="10.16" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<pad name="11" x="12.7" y="-3.81" drill="1.016" shape="long" rot="R90"/>
<text x="-14.605" y="-3.81" size="1.27" layer="25" ratio="10" rot="R90">&gt;NAME</text>
<text x="15.875" y="-4.445" size="1.27" layer="27" rot="R90">&gt;VALUE</text>
<rectangle x1="-13.081" y1="0.635" x2="-12.319" y2="1.143" layer="21"/>
<rectangle x1="-10.541" y1="0.635" x2="-9.779" y2="1.143" layer="21"/>
<rectangle x1="-8.001" y1="0.635" x2="-7.239" y2="1.143" layer="21"/>
<rectangle x1="-5.461" y1="0.635" x2="-4.699" y2="1.143" layer="21"/>
<rectangle x1="-2.921" y1="0.635" x2="-2.159" y2="1.143" layer="21"/>
<rectangle x1="-0.381" y1="0.635" x2="0.381" y2="1.143" layer="21"/>
<rectangle x1="2.159" y1="0.635" x2="2.921" y2="1.143" layer="21"/>
<rectangle x1="4.699" y1="0.635" x2="5.461" y2="1.143" layer="21"/>
<rectangle x1="7.239" y1="0.635" x2="8.001" y2="1.143" layer="21"/>
<rectangle x1="9.779" y1="0.635" x2="10.541" y2="1.143" layer="21"/>
<rectangle x1="12.319" y1="0.635" x2="13.081" y2="1.143" layer="21"/>
<rectangle x1="-13.081" y1="-2.921" x2="-12.319" y2="-1.905" layer="21"/>
<rectangle x1="-10.541" y1="-2.921" x2="-9.779" y2="-1.905" layer="21"/>
<rectangle x1="-8.001" y1="-2.921" x2="-7.239" y2="-1.905" layer="21"/>
<rectangle x1="-5.461" y1="-2.921" x2="-4.699" y2="-1.905" layer="21"/>
<rectangle x1="-2.921" y1="-2.921" x2="-2.159" y2="-1.905" layer="21"/>
<rectangle x1="-0.381" y1="-2.921" x2="0.381" y2="-1.905" layer="21"/>
<rectangle x1="2.159" y1="-2.921" x2="2.921" y2="-1.905" layer="21"/>
<rectangle x1="4.699" y1="-2.921" x2="5.461" y2="-1.905" layer="21"/>
<rectangle x1="7.239" y1="-2.921" x2="8.001" y2="-1.905" layer="21"/>
<rectangle x1="9.779" y1="-2.921" x2="10.541" y2="-1.905" layer="21"/>
<rectangle x1="12.319" y1="-2.921" x2="13.081" y2="-1.905" layer="21"/>
</package>
</packages>
<packages3d>
<package3d name="1X11" urn="urn:adsk.eagle:package:22410/2" type="model" library_version="4">
<description>PIN HEADER</description>
<packageinstances>
<packageinstance name="1X11"/>
</packageinstances>
</package3d>
<package3d name="1X11/90" urn="urn:adsk.eagle:package:22416/2" type="model" library_version="4">
<description>PIN HEADER</description>
<packageinstances>
<packageinstance name="1X11/90"/>
</packageinstances>
</package3d>
</packages3d>
<symbols>
<symbol name="PINHD11" urn="urn:adsk.eagle:symbol:22270/1" library_version="4">
<wire x1="-6.35" y1="-15.24" x2="1.27" y2="-15.24" width="0.4064" layer="94"/>
<wire x1="1.27" y1="-15.24" x2="1.27" y2="15.24" width="0.4064" layer="94"/>
<wire x1="1.27" y1="15.24" x2="-6.35" y2="15.24" width="0.4064" layer="94"/>
<wire x1="-6.35" y1="15.24" x2="-6.35" y2="-15.24" width="0.4064" layer="94"/>
<text x="-6.35" y="15.875" size="1.778" layer="95">&gt;NAME</text>
<text x="-6.35" y="-17.78" size="1.778" layer="96">&gt;VALUE</text>
<pin name="1" x="-2.54" y="12.7" visible="pad" length="short" direction="pas" function="dot"/>
<pin name="2" x="-2.54" y="10.16" visible="pad" length="short" direction="pas" function="dot"/>
<pin name="3" x="-2.54" y="7.62" visible="pad" length="short" direction="pas" function="dot"/>
<pin name="4" x="-2.54" y="5.08" visible="pad" length="short" direction="pas" function="dot"/>
<pin name="5" x="-2.54" y="2.54" visible="pad" length="short" direction="pas" function="dot"/>
<pin name="6" x="-2.54" y="0" visible="pad" length="short" direction="pas" function="dot"/>
<pin name="7" x="-2.54" y="-2.54" visible="pad" length="short" direction="pas" function="dot"/>
<pin name="8" x="-2.54" y="-5.08" visible="pad" length="short" direction="pas" function="dot"/>
<pin name="9" x="-2.54" y="-7.62" visible="pad" length="short" direction="pas" function="dot"/>
<pin name="10" x="-2.54" y="-10.16" visible="pad" length="short" direction="pas" function="dot"/>
<pin name="11" x="-2.54" y="-12.7" visible="pad" length="short" direction="pas" function="dot"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="PINHD-1X11" urn="urn:adsk.eagle:component:22504/4" prefix="JP" uservalue="yes" library_version="4">
<description>&lt;b&gt;PIN HEADER&lt;/b&gt;</description>
<gates>
<gate name="A" symbol="PINHD11" x="0" y="0"/>
</gates>
<devices>
<device name="" package="1X11">
<connects>
<connect gate="A" pin="1" pad="1"/>
<connect gate="A" pin="10" pad="10"/>
<connect gate="A" pin="11" pad="11"/>
<connect gate="A" pin="2" pad="2"/>
<connect gate="A" pin="3" pad="3"/>
<connect gate="A" pin="4" pad="4"/>
<connect gate="A" pin="5" pad="5"/>
<connect gate="A" pin="6" pad="6"/>
<connect gate="A" pin="7" pad="7"/>
<connect gate="A" pin="8" pad="8"/>
<connect gate="A" pin="9" pad="9"/>
</connects>
<package3dinstances>
<package3dinstance package3d_urn="urn:adsk.eagle:package:22410/2"/>
</package3dinstances>
<technologies>
<technology name="">
<attribute name="POPULARITY" value="12" constant="no"/>
</technology>
</technologies>
</device>
<device name="/90" package="1X11/90">
<connects>
<connect gate="A" pin="1" pad="1"/>
<connect gate="A" pin="10" pad="10"/>
<connect gate="A" pin="11" pad="11"/>
<connect gate="A" pin="2" pad="2"/>
<connect gate="A" pin="3" pad="3"/>
<connect gate="A" pin="4" pad="4"/>
<connect gate="A" pin="5" pad="5"/>
<connect gate="A" pin="6" pad="6"/>
<connect gate="A" pin="7" pad="7"/>
<connect gate="A" pin="8" pad="8"/>
<connect gate="A" pin="9" pad="9"/>
</connects>
<package3dinstances>
<package3dinstance package3d_urn="urn:adsk.eagle:package:22416/2"/>
</package3dinstances>
<technologies>
<technology name="">
<attribute name="POPULARITY" value="0" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</libraries>
<attributes>
</attributes>
<variantdefs>
</variantdefs>
<classes>
<class number="0" name="default" width="0" drill="0">
</class>
</classes>
<parts>
<part name="U$1" library="RWD-HT-CT62" deviceset="HT-CT62" device="" override_package3d_urn="urn:adsk.eagle:package:50017719/2" override_package_urn="urn:adsk.eagle:footprint:50017721/1"/>
<part name="JP1" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-1X11" device="" package3d_urn="urn:adsk.eagle:package:22410/2"/>
<part name="JP2" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-1X11" device="" package3d_urn="urn:adsk.eagle:package:22410/2"/>
</parts>
<sheets>
<sheet>
<plain>
</plain>
<instances>
<instance part="U$1" gate="G$1" x="73.66" y="43.18" smashed="yes"/>
<instance part="JP1" gate="A" x="45.72" y="43.18" smashed="yes" rot="R180">
<attribute name="NAME" x="45.974" y="59.309" size="1.778" layer="95"/>
<attribute name="VALUE" x="52.07" y="60.96" size="1.778" layer="96" rot="R180"/>
</instance>
<instance part="JP2" gate="A" x="101.6" y="43.18" smashed="yes">
<attribute name="NAME" x="96.52" y="59.309" size="1.778" layer="95"/>
<attribute name="VALUE" x="95.25" y="25.4" size="1.778" layer="96"/>
</instance>
</instances>
<busses>
</busses>
<nets>
<net name="N$1" class="0">
<segment>
<pinref part="JP1" gate="A" pin="11"/>
<pinref part="U$1" gate="G$1" pin="EN"/>
<wire x1="48.26" y1="55.88" x2="55.88" y2="55.88" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$2" class="0">
<segment>
<pinref part="JP1" gate="A" pin="10"/>
<pinref part="U$1" gate="G$1" pin="GPIO-0"/>
<wire x1="48.26" y1="53.34" x2="55.88" y2="53.34" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$3" class="0">
<segment>
<pinref part="JP1" gate="A" pin="9"/>
<pinref part="U$1" gate="G$1" pin="GPIO-1"/>
<wire x1="48.26" y1="50.8" x2="55.88" y2="50.8" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$4" class="0">
<segment>
<pinref part="JP1" gate="A" pin="8"/>
<pinref part="U$1" gate="G$1" pin="GPIO-2"/>
<wire x1="48.26" y1="48.26" x2="55.88" y2="48.26" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$5" class="0">
<segment>
<pinref part="JP1" gate="A" pin="7"/>
<pinref part="U$1" gate="G$1" pin="GPIO-3"/>
<wire x1="48.26" y1="45.72" x2="55.88" y2="45.72" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$6" class="0">
<segment>
<pinref part="U$1" gate="G$1" pin="GPIO-4"/>
<pinref part="JP1" gate="A" pin="6"/>
<wire x1="55.88" y1="43.18" x2="48.26" y2="43.18" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$7" class="0">
<segment>
<pinref part="JP1" gate="A" pin="5"/>
<pinref part="U$1" gate="G$1" pin="GPIO-5"/>
<wire x1="48.26" y1="40.64" x2="55.88" y2="40.64" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$8" class="0">
<segment>
<pinref part="U$1" gate="G$1" pin="GPIO-6"/>
<pinref part="JP1" gate="A" pin="4"/>
<wire x1="55.88" y1="38.1" x2="48.26" y2="38.1" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$9" class="0">
<segment>
<pinref part="JP1" gate="A" pin="3"/>
<pinref part="U$1" gate="G$1" pin="GPIO-7"/>
<wire x1="48.26" y1="35.56" x2="55.88" y2="35.56" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$11" class="0">
<segment>
<pinref part="JP1" gate="A" pin="1"/>
<pinref part="U$1" gate="G$1" pin="2.4G-ANT"/>
<wire x1="48.26" y1="30.48" x2="55.88" y2="30.48" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$12" class="0">
<segment>
<pinref part="JP2" gate="A" pin="1"/>
<pinref part="U$1" gate="G$1" pin="LORA-ANT"/>
<wire x1="99.06" y1="55.88" x2="91.44" y2="55.88" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$14" class="0">
<segment>
<pinref part="JP2" gate="A" pin="3"/>
<pinref part="U$1" gate="G$1" pin="TXD"/>
<wire x1="99.06" y1="50.8" x2="91.44" y2="50.8" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$15" class="0">
<segment>
<pinref part="U$1" gate="G$1" pin="RXD"/>
<pinref part="JP2" gate="A" pin="4"/>
<wire x1="91.44" y1="48.26" x2="99.06" y2="48.26" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$16" class="0">
<segment>
<pinref part="JP2" gate="A" pin="5"/>
<pinref part="U$1" gate="G$1" pin="GPIO-19"/>
<wire x1="99.06" y1="45.72" x2="91.44" y2="45.72" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$17" class="0">
<segment>
<pinref part="U$1" gate="G$1" pin="GPIO-18"/>
<pinref part="JP2" gate="A" pin="6"/>
<wire x1="91.44" y1="43.18" x2="99.06" y2="43.18" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$18" class="0">
<segment>
<pinref part="U$1" gate="G$1" pin="GPIO-8"/>
<pinref part="JP2" gate="A" pin="7"/>
<wire x1="91.44" y1="40.64" x2="99.06" y2="40.64" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$19" class="0">
<segment>
<pinref part="U$1" gate="G$1" pin="GPIO-9"/>
<pinref part="JP2" gate="A" pin="8"/>
<wire x1="91.44" y1="38.1" x2="99.06" y2="38.1" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$20" class="0">
<segment>
<pinref part="U$1" gate="G$1" pin="GPIO-10"/>
<pinref part="JP2" gate="A" pin="9"/>
<wire x1="91.44" y1="35.56" x2="99.06" y2="35.56" width="0.1524" layer="91"/>
</segment>
</net>
<net name="GND" class="0">
<segment>
<pinref part="U$1" gate="G$1" pin="GND2"/>
<pinref part="JP2" gate="A" pin="10"/>
<wire x1="91.44" y1="33.02" x2="99.06" y2="33.02" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="U$1" gate="G$1" pin="GND"/>
<pinref part="JP1" gate="A" pin="2"/>
<wire x1="55.88" y1="33.02" x2="48.26" y2="33.02" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="U$1" gate="G$1" pin="GND3"/>
<pinref part="JP2" gate="A" pin="2"/>
<wire x1="91.44" y1="53.34" x2="99.06" y2="53.34" width="0.1524" layer="91"/>
</segment>
</net>
<net name="12" class="0">
<segment>
<pinref part="U$1" gate="G$1" pin="VDD"/>
<pinref part="JP2" gate="A" pin="11"/>
<wire x1="91.44" y1="30.48" x2="99.06" y2="30.48" width="0.1524" layer="91"/>
</segment>
</net>
</nets>
</sheet>
</sheets>
</schematic>
</drawing>
<compatibility>
<note version="8.2" severity="warning">
Since Version 8.2, EAGLE supports online libraries. The ids
of those online libraries will not be understood (or retained)
with this version.
</note>
<note version="8.3" severity="warning">
Since Version 8.3, EAGLE supports URNs for individual library
assets (packages, symbols, and devices). The URNs of those assets
will not be understood (or retained) with this version.
</note>
<note version="8.3" severity="warning">
Since Version 8.3, EAGLE supports the association of 3D packages
with devices in libraries, schematics, and board files. Those 3D
packages will not be understood (or retained) with this version.
</note>
<note version="9.4" severity="warning">
Since Version 9.4, EAGLE supports the overriding of 3D packages
in schematics and board files. Those overridden 3d packages
will not be understood (or retained) with this version.
</note>
</compatibility>
</eagle>

BIN
hardware/devboard/datasheet/1N5819HW-7-F-C82544.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/ADG884-C140435.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/ATGM336H.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/FTDI-CP2102N-C964632.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/HT-CT62(Rev1.1).pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/MOSFET-2N7002BKS.pdf (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
hardware/devboard/datasheet/NMEA0183.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/PCF8563.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/RV-3028-C7.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/RV-3028-C7_App-Manual.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/RV-5028-C7_Medical.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/RV-8523-C3.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/SAT.-NAV.I.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/bme688-ds000.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hardware/devboard/datasheet/tpl5111.pdf (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,58 @@
Stückliste exportiert aus C:/Users/Micro/OneDrive/Dokumente/FireNose/hardware/pcb/ChirpNode-HELTEC-CT62-BME_+_RTC_+_GPS.sch am 08.11.2025 16:20
Part Value Device Package Description ARROW_PART_NUMBER ARROW_PRICE-STOCK AVAILABILITY DESCRIPTION HEIGHT MANUFACTURER MANUFACTURER_NAME MANUFACTURER_PART_NUMBER MAXIMUM_PACKAGE_HEIGHT MF MOUSER_PART_NUMBER MOUSER_PRICE-STOCK MP MPN OC_FARNELL OC_NEWARK PACKAGE PARTREV POPULARITY PRICE SPICEPREFIX STANDARD
C1 100nF C-EUC0603 C0603 CAPACITOR, European symbol 73 C
C2 10µF C-EUC0603 C0603 CAPACITOR, European symbol 73 C
C3 100nF C-EUC0402 C0402 CAPACITOR, European symbol 18 C
C4 100nF C-EUC0402 C0402 CAPACITOR, European symbol 18 C
C5 100nF C-EUC0402 C0402 CAPACITOR, European symbol 18 C
C6 100nF C-EUC0402 C0402 CAPACITOR, European symbol 18 C
C11 0.1µF C-EUC0402 C0402 CAPACITOR, European symbol 18 C
C12 22µF C-EUC0402 C0402 CAPACITOR, European symbol 18 C
CHRG RED LEDCHIPLED_0603 CHIPLED_0603 LED 28
D1 TLP5111TLP5111 TLP5111TLP5111 SOT95P280X110-6N TPL5111 Nano-Power System Timer for Power Gatin
D2 1N5819HW DIODE-SOD123 SOD123 DIODE 22
GND PINHD-1X1L 1X01L PIN HEADER
IC1 CP2102 CP2102 MLP28 Single-Chip USB to UART Bridge FARNELL CP2102-GM 9282130 30K5635 0
IC2 DW01DW01-3D DW01DW01-3D SOP95P292X110-6N The DW01-P battery protection IC is designed to
IC3 TP40563D TP40563D SOIC127P582X165-8N
IC4 RV8523-C3 RV8523-C3 RTC-C3 Micro Crystal RV-8523
IC5 ADG884BRMZ ADG884BRMZ SOP50P490X110-10N ADG884BRMZ, Analogue SPDT Switch Dual SPDT, 3, 5V, 10-Pin, MSOP ADG884BRMZ https://www.arrow.com/en/products/adg884brmz/analog-devices?utm_currency=USD&region=nac ADG884BRMZ, Analogue SPDT Switch Dual SPDT, 3, 5V, 10-Pin, MSOP 1.1mm Analog Devices ADG884BRMZ 584-ADG884BRMZ https://www.mouser.co.uk/ProductDetail/Analog-Devices/ADG884BRMZ?qs=BpaRKvA4VqHGAEKiRnJ1Qg%3D%3D
J1 USB4125-GF-A_REVA2 USB4125-GF-A_REVA2 GCT_USB4125-GF-A_REVA2 GCT 3.16 mm Rev A2 Manufacturer Recommendations
L01 47nH R-EU_R0603 R0603 RESISTOR, European symbol 70 R
LDO1 LDO-EN LDO-EN SOT95P280X125-5N
LED LEDCHIP-LED0603 CHIP-LED0603 LED 26
POWER LEDCHIP-LED0603 CHIP-LED0603 LED 26
R1 1K R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R2 1K R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R3 R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R4 1K2 R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R5 1K R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R6 100 R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R7 10K R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R8 29k4 R-EU_0204/2V 0204V RESISTOR, European symbol 11 R
R9 1K R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R10 R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R11 R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R12 R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R13 R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R14 1K R-EU_R0402 R0402 RESISTOR, European symbol 0 R
R15 1K R-EU_R0402 R0402 RESISTOR, European symbol 0 R
RDELAY 92K R-EU_R0402 R0402 RESISTOR, European symbol 0 R
RST SWITCH_PUSHBUTTON-SMDPACKAGE_2 PUSHBUTTON_SMD_2 Buttons
S1 BME280 BMP280 LGA8 BOSCH BME280, Datasheet: https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280-DS002.pdfDIGITAL HUMIDITY, PRESSURE AND TEMPERATURE SENSOR* Digital interface I²C (up to 3.4 MHz) and SPI (3 and 4 wire, up to 10 MHz)* Supply voltage VDD main supply voltage range: 1.71 V to 3.6 V*VDDIO interface voltage range: 1.2 V to 3.6 V Unavailable Integrated pressure, humidity and temperature sensor 8-pin 2.5x2.5x0.93mm LGA Bosch BME280 LGA-8 Bosch None
SJ1 SJ SJ SMD solder JUMPER 33
SJ2 SJ SJ SMD solder JUMPER 33
STDBY GREEN LEDCHIP-LED0603 CHIP-LED0603 LED 26
SW01 JST2300 BSS123 SOT23 N-CHANNEL MOS FET 21
T1 2N7002BKS 2N7002BKS 2N7002BKS DUAL N-CHANNEL ENHANCEMENT MODE MOSFET
T2 DMN3024LSD3D DMN3024LSD3D SOP65P660X120-8N DUAL N-CHANNEL ENHANCEMENT MODE MOSFET
U$1 HELTEC-CT62 HELTEC-CT62 HELTEC-CT62 HT-CT62 is a LoRa/LoRaWAN node module with a long communication range, lowpower consumption, high sensitivity, and low cost. The module is composed upof
U$2 2.4GHZ-AN9520AN9520 2.4GHZ-AN9520AN9520 AN9520 AN9520 Multilayer Chip Antenna for 2.4GHz Wireless Communication
U$3 ATGM336H-5N ATGM336H-5N ATGM336H-5N
U1 BME688 BME688 BME688 BME688
U2 AO3401A AO3401AO3401A SOT23 Check availability
UFL U.FL-R-SMT_10_UFL-3D U.FL-R-SMT_10_UFL-3D SOT95P240X110-3N RF Connectors / Coaxial Connectors U.FL RECEPTACLE SMT GLD M CONT REEL
USER_KEY SWITCH_PUSHBUTTON-SMDPACKAGE_2 PUSHBUTTON_SMD_2 Buttons
VIN PINHD-1X1L 1X01L PIN HEADER
X1 SMACONNECTOR_EDGE_UFL SMA_EDGELAUNCH_UFL SMA Connector

View File

@ -0,0 +1,3 @@
SJ1 25.84 46.57 90.00 SJ
SJ2 17.14 32.38 90.00 SJ
X1 10.29 2.72 90.00 SMA_EDGELAUNCH_UFL

View File

@ -0,0 +1,50 @@
C1 25.28 42.35 180.00 100nF C0603
C11 3.14 21.32 0.00 0.1µF C0402
C12 5.08 5.40 180.00 22µF C0402
C2 20.29 42.54 180.00 10µF C0603
C3 15.77 42.88 270.00 100nF C0402
C4 0.65 34.89 90.00 100nF C0402
C5 2.16 29.46 180.00 100nF C0402
C6 0.65 31.60 270.00 100nF C0402
CHRG 24.75 45.81 0.00 RED CHIPLED_0603
D1 2.85 42.48 90.00 TLP5111TLP5111 SOT95P280X110-6N
D2 21.83 27.22 90.00 1N5819HW SOD123
IC1 3.54 26.26 180.00 CP2102 MLP28
IC2 13.30 43.78 270.00 DW01DW01-3D SOP95P292X110-6N
IC3 19.75 45.95 0.00 TP40563D SOIC127P582X165-8N
IC4 12.47 26.75 0.00 RV8523-C3 RTC-C3
IC5 2.41 9.91 90.00 ADG884BRMZ SOP50P490X110-10N
J1 20.14 36.07 90.00 USB4125-GF-A_REVA2 GCT_USB4125-GF-A_REVA2
L01 2.97 34.06 0.00 47nH R0603
LDO1 3.08 31.61 180.00 LDO-EN SOT95P280X125-5N
LED 25.13 9.56 90.00 CHIP-LED0603
POWER 26.37 48.04 0.00 CHIP-LED0603
R1 23.73 44.42 90.00 1K R0402
R10 23.14 28.56 90.00 R0402
R11 23.34 24.63 90.00 R0402
R12 1.66 5.42 0.00 R0402
R13 1.21 16.75 0.00 R0402
R14 25.22 10.95 180.00 1K R0402
R15 8.51 43.21 270.00 1K R0402
R2 23.75 46.51 90.00 1K R0402
R3 4.71 29.46 0.00 R0402
R4 13.07 47.02 270.00 1K2 R0402
R5 15.42 45.45 270.00 1K R0402
R6 10.18 44.20 0.00 100 R0402
R7 23.82 48.74 0.00 10K R0402
R9 25.41 48.15 90.00 1K R0402
RDELAY 3.33 40.07 0.00 92K R0402
RST 3.68 3.00 180.00 PUSHBUTTON_SMD_2
S1 19.38 26.71 270.00 BME280 LGA8
STDBY 26.31 45.59 0.00 GREEN CHIP-LED0603
SW01 8.90 25.35 270.00 JST2300 SOT23
T1 1.79 19.06 90.00 2N7002BKS 2N7002BKS
T2 8.45 47.09 0.00 DMN3024LSD3D SOP65P660X120-8N
U$1 14.61 14.61 180.00 HELTEC-CT62 HELTEC-CT62
U$2 25.60 25.59 90.00 2.4GHZ-AN9520AN9520 AN9520
U$3 11.90 35.14 180.00 ATGM336H-5N ATGM336H-5N
U1 15.92 26.50 270.00 BME688 BME688
U2 6.39 43.31 0.00 AO3401A SOT23
UFL 4.27 37.47 90.00 U.FL-R-SMT_10_UFL-3D SOT95P240X110-3N
USER_KEY 18.31 3.55 180.00 PUSHBUTTON_SMD_2
X1 10.29 2.72 90.00 SMA_EDGELAUNCH_UFL

View File

@ -0,0 +1,219 @@
M48
;GenerationSoftware,Autodesk,EAGLE,9.6.2*%
;CreationDate,2025-11-08T15:20:33Z*%
FMAT,2
ICI,OFF
METRIC,TZ,000.000
T10C0.200
T9C0.250
T8C0.300
T7C0.350
T6C0.450
T5C0.600
T4C0.800
T3C0.813
T2C1.000
T1C1.016
%
G90
M71
T1
X25451Y19482
X23038Y42215
T2
X927Y46812
X17780Y51752
X19685Y51752
X10262Y4089
X1905Y48895
X21590Y51752
X26987Y3086
X23495Y51752
X4674Y50165
X6947Y50190
X8890Y50165
X12827Y2616
X11112Y50165
X26987Y17780
X13017Y50165
X26987Y15875
X14922Y50165
X26962Y5067
T3
X800Y38500
X800Y41040
T4
X2827Y2604
X4527Y2604
X19163Y3150
X17463Y3150
T5
X20216Y31748
X20216Y40388
X24016Y31748
X24016Y40388
T6
X13665Y29870
X635Y6350
T7
X7328Y41199
X9987Y26388
X1496Y40157
X1344Y45085
X20549Y29464
X19368Y34544
X3108Y32537
X3040Y5372
X5080Y40005
X19101Y5398
X9208Y5398
X21197Y26595
X9906Y24219
X2457Y45129
X25578Y49797
X10706Y43078
X14868Y41589
X12070Y47149
X635Y15726
X11430Y44982
X26454Y49644
T8
X4674Y40818
X5017Y43840
X12522Y48171
X2108Y46266
T9
X3860Y48037
X4648Y47117
T10
X12268Y31140
X23851Y6807
X3264Y18656
X24600Y15227
X14910Y39827
X21768Y40945
X17724Y24403
X19634Y23952
X14046Y31115
X13995Y33630
X13995Y35433
X14072Y37440
X15011Y26899
X16713Y22250
X9728Y22250
X9957Y15113
X10795Y16561
X3658Y9536
X3658Y13335
X1321Y23266
X3073Y30455
X3556Y26264
X457Y32969
X15418Y30963
X4991Y20955
X2628Y16786
X19660Y24676
X1041Y33388
X16358Y24378
X6401Y29261
X1905Y31750
X24787Y11662
X24219Y17018
X4991Y8255
X12496Y28381
X18987Y47219
X20511Y44679
X18987Y44679
X19495Y44679
X20003Y44679
X20511Y46203
X21831Y25316
X17294Y43151
X23507Y47873
X24740Y44298
X24565Y47449
X26035Y43815
X18847Y39764
X20511Y46711
X20511Y45695
X20511Y45187
X5118Y34239
X20511Y47219
X6744Y26505
X20003Y45187
X19495Y45187
X18987Y45187
X24219Y12090
X4991Y18415
X24219Y8255
X20003Y45695
X19495Y45695
X18987Y45695
X5165Y6566
X3688Y20371
X1168Y20955
X4768Y21964
X4991Y12065
X4991Y10820
X24219Y13335
X24219Y14580
X24219Y15875
X4991Y15875
X2654Y22150
X4345Y22580
X10389Y28416
X20003Y46203
X20603Y23981
X8883Y27109
X4991Y17145
X15773Y4528
X19495Y46203
X5315Y30543
X18987Y46203
X18326Y24028
X14751Y24327
X12992Y24363
X13157Y23248
X4991Y14605
X5084Y36195
X1905Y36195
X15418Y31877
X12243Y31979
X8485Y31775
X8719Y28600
X6426Y28455
X6622Y24750
X7250Y16510
X10795Y6985
X1861Y8890
X8631Y5999
X15418Y32944
X12294Y32995
X8503Y32995
X8446Y27688
X6627Y27658
X4991Y13652
X7620Y15240
X10795Y9188
X1965Y6350
X1187Y13335
X3683Y22246
X3948Y7351
X3632Y15126
X3206Y19602
X2310Y13284
X2921Y8788
X15386Y34290
X20003Y46711
X19495Y46711
X18987Y46711
X20003Y47219
X19495Y47219
X14602Y46032
X18294Y42996
X7823Y4623
X5309Y31331
X4991Y19685
X4991Y9525
X6690Y23634
M30

View File

@ -0,0 +1,4 @@
Fertigungs- und Bestueckdaten (generiert) ablegen:
- gerber/, drill/
- assembly/bom.csv, assembly/cpl.csv (Centroid/Pick and Place)
- fabrication-readme.md mit Stackup/Bohrstandard/Koordinatensystem

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,24 @@
{
"Header": {
"Comment": "All values are metric (mm)",
"CreationDate": "2025-11-08T15:20:33Z",
"GenerationSoftware": {
"Application": "EAGLE",
"Vendor": "Autodesk",
"Version": "9.6.2"
},
"Part": "Single"
},
"Overall": {
"BoardThickness": 1.57,
"LayerNumber": 2,
"Name": {
"ProjectId": "ChirpNode-HELTEC-CT62-BME_+_RTC_+_GPS"
},
"Owner": "Rainer Wieland <rainer.wieland@karlkuebelschule.de>",
"Size": {
"X": 27.003631,
"Y": 51.45445
}
}
}

View File

@ -0,0 +1,664 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%IN*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10C,0.254000*%
D10*
X0Y12700D02*
X181Y11738D01*
X445Y10794D01*
X790Y9878D01*
X1213Y8995D01*
X1712Y8152D01*
X2283Y7356D01*
X2920Y6613D01*
X3620Y5928D01*
X4377Y5307D01*
X5186Y4754D01*
X6039Y4274D01*
X6931Y3870D01*
X7855Y3545D01*
X8804Y3302D01*
X9770Y3143D01*
X10746Y3068D01*
X11725Y3079D01*
X12700Y3175D01*
X158750Y3175D01*
X159309Y3061D01*
X159877Y2996D01*
X160448Y2981D01*
X161018Y3015D01*
X161582Y3099D01*
X162138Y3232D01*
X162679Y3413D01*
X163203Y3640D01*
X163705Y3912D01*
X164181Y4227D01*
X164629Y4582D01*
X165043Y4975D01*
X165422Y5403D01*
X165762Y5861D01*
X166060Y6348D01*
X166315Y6859D01*
X166525Y7390D01*
X166688Y7938D01*
X166688Y9525D01*
X166712Y10078D01*
X166784Y10628D01*
X166904Y11169D01*
X167070Y11697D01*
X167282Y12209D01*
X167538Y12700D01*
X167836Y13167D01*
X168173Y13607D01*
X168547Y14015D01*
X168956Y14389D01*
X169395Y14727D01*
X169863Y15024D01*
X170354Y15280D01*
X170866Y15492D01*
X171394Y15659D01*
X171935Y15779D01*
X172484Y15851D01*
X173038Y15875D01*
X263525Y15875D01*
X264150Y15966D01*
X264765Y16111D01*
X265365Y16310D01*
X265946Y16560D01*
X266502Y16859D01*
X267030Y17206D01*
X267526Y17598D01*
X267986Y18031D01*
X268406Y18503D01*
X268784Y19009D01*
X269116Y19547D01*
X269400Y20111D01*
X269634Y20699D01*
X269816Y21304D01*
X269944Y21922D01*
X270018Y22550D01*
X270036Y23182D01*
X270000Y23813D01*
X270000Y508000D01*
X270030Y508769D01*
X269993Y509538D01*
X269890Y510301D01*
X269720Y511052D01*
X269485Y511785D01*
X269188Y512495D01*
X268829Y513176D01*
X268413Y513824D01*
X267941Y514432D01*
X267419Y514998D01*
X266849Y515515D01*
X266236Y515981D01*
X265585Y516392D01*
X264901Y516745D01*
X264189Y517036D01*
X263453Y517264D01*
X262701Y517428D01*
X261938Y517525D01*
X173038Y517525D01*
X172484Y517501D01*
X171935Y517429D01*
X171394Y517309D01*
X170866Y517142D01*
X170354Y516930D01*
X169863Y516674D01*
X169395Y516377D01*
X168956Y516039D01*
X168547Y515665D01*
X168173Y515257D01*
X167836Y514817D01*
X167538Y514350D01*
X167282Y513859D01*
X167070Y513347D01*
X166904Y512819D01*
X166784Y512278D01*
X166712Y511728D01*
X166688Y511175D01*
X166688Y509588D01*
X166657Y508896D01*
X166567Y508209D01*
X166417Y507533D01*
X166209Y506873D01*
X165944Y506233D01*
X165624Y505619D01*
X165252Y505035D01*
X164830Y504485D01*
X164363Y503975D01*
X163852Y503507D01*
X163303Y503085D01*
X162719Y502713D01*
X162105Y502394D01*
X161465Y502129D01*
X160804Y501920D01*
X160128Y501771D01*
X159442Y501680D01*
X158750Y501650D01*
X12700Y501650D01*
X11593Y501602D01*
X10495Y501457D01*
X9413Y501217D01*
X8356Y500884D01*
X7333Y500460D01*
X6350Y499949D01*
X5416Y499353D01*
X4537Y498679D01*
X3720Y497930D01*
X2971Y497113D01*
X2297Y496234D01*
X1701Y495300D01*
X1190Y494317D01*
X766Y493294D01*
X433Y492237D01*
X193Y491155D01*
X48Y490057D01*
X0Y488950D01*
X0Y12700D01*
X234156Y403880D02*
X234167Y403619D01*
X234202Y403359D01*
X234258Y403104D01*
X234337Y402854D01*
X234437Y402612D01*
X234558Y402380D01*
X234699Y402159D01*
X234858Y401952D01*
X235035Y401759D01*
X235228Y401582D01*
X235435Y401423D01*
X235656Y401282D01*
X235888Y401161D01*
X236130Y401061D01*
X236380Y400982D01*
X236635Y400926D01*
X236895Y400891D01*
X237156Y400880D01*
X243156Y400880D01*
X243417Y400891D01*
X243677Y400926D01*
X243932Y400982D01*
X244182Y401061D01*
X244424Y401161D01*
X244656Y401282D01*
X244877Y401423D01*
X245084Y401582D01*
X245277Y401759D01*
X245454Y401952D01*
X245613Y402159D01*
X245754Y402380D01*
X245875Y402612D01*
X245975Y402854D01*
X246054Y403104D01*
X246110Y403359D01*
X246145Y403619D01*
X246156Y403880D01*
X246145Y404141D01*
X246110Y404401D01*
X246054Y404656D01*
X245975Y404906D01*
X245875Y405148D01*
X245754Y405380D01*
X245613Y405601D01*
X245454Y405808D01*
X245277Y406001D01*
X245084Y406178D01*
X244877Y406337D01*
X244656Y406478D01*
X244424Y406599D01*
X244182Y406699D01*
X243932Y406778D01*
X243677Y406834D01*
X243417Y406869D01*
X243156Y406880D01*
X237156Y406880D01*
X236895Y406869D01*
X236635Y406834D01*
X236380Y406778D01*
X236130Y406699D01*
X235888Y406599D01*
X235656Y406478D01*
X235435Y406337D01*
X235228Y406178D01*
X235035Y406001D01*
X234858Y405808D01*
X234699Y405601D01*
X234558Y405380D01*
X234437Y405148D01*
X234337Y404906D01*
X234258Y404656D01*
X234202Y404401D01*
X234167Y404141D01*
X234156Y403880D01*
X234156Y317480D02*
X234167Y317219D01*
X234202Y316959D01*
X234258Y316704D01*
X234337Y316454D01*
X234437Y316212D01*
X234558Y315980D01*
X234699Y315759D01*
X234858Y315552D01*
X235035Y315359D01*
X235228Y315182D01*
X235435Y315023D01*
X235656Y314882D01*
X235888Y314761D01*
X236130Y314661D01*
X236380Y314582D01*
X236635Y314526D01*
X236895Y314491D01*
X237156Y314480D01*
X243156Y314480D01*
X243417Y314491D01*
X243677Y314526D01*
X243932Y314582D01*
X244182Y314661D01*
X244424Y314761D01*
X244656Y314882D01*
X244877Y315023D01*
X245084Y315182D01*
X245277Y315359D01*
X245454Y315552D01*
X245613Y315759D01*
X245754Y315980D01*
X245875Y316212D01*
X245975Y316454D01*
X246054Y316704D01*
X246110Y316959D01*
X246145Y317219D01*
X246156Y317480D01*
X246145Y317741D01*
X246110Y318001D01*
X246054Y318256D01*
X245975Y318506D01*
X245875Y318748D01*
X245754Y318980D01*
X245613Y319201D01*
X245454Y319408D01*
X245277Y319601D01*
X245084Y319778D01*
X244877Y319937D01*
X244656Y320078D01*
X244424Y320199D01*
X244182Y320299D01*
X243932Y320378D01*
X243677Y320434D01*
X243417Y320469D01*
X243156Y320480D01*
X237156Y320480D01*
X236895Y320469D01*
X236635Y320434D01*
X236380Y320378D01*
X236130Y320299D01*
X235888Y320199D01*
X235656Y320078D01*
X235435Y319937D01*
X235228Y319778D01*
X235035Y319601D01*
X234858Y319408D01*
X234699Y319201D01*
X234558Y318980D01*
X234437Y318748D01*
X234337Y318506D01*
X234258Y318256D01*
X234202Y318001D01*
X234167Y317741D01*
X234156Y317480D01*
X196156Y403880D02*
X196167Y403619D01*
X196202Y403359D01*
X196258Y403104D01*
X196337Y402854D01*
X196437Y402612D01*
X196558Y402380D01*
X196699Y402159D01*
X196858Y401952D01*
X197035Y401759D01*
X197228Y401582D01*
X197435Y401423D01*
X197656Y401282D01*
X197888Y401161D01*
X198130Y401061D01*
X198380Y400982D01*
X198635Y400926D01*
X198895Y400891D01*
X199156Y400880D01*
X205156Y400880D01*
X205417Y400891D01*
X205677Y400926D01*
X205932Y400982D01*
X206182Y401061D01*
X206424Y401161D01*
X206656Y401282D01*
X206877Y401423D01*
X207084Y401582D01*
X207277Y401759D01*
X207454Y401952D01*
X207613Y402159D01*
X207754Y402380D01*
X207875Y402612D01*
X207975Y402854D01*
X208054Y403104D01*
X208110Y403359D01*
X208145Y403619D01*
X208156Y403880D01*
X208145Y404141D01*
X208110Y404401D01*
X208054Y404656D01*
X207975Y404906D01*
X207875Y405148D01*
X207754Y405380D01*
X207613Y405601D01*
X207454Y405808D01*
X207277Y406001D01*
X207084Y406178D01*
X206877Y406337D01*
X206656Y406478D01*
X206424Y406599D01*
X206182Y406699D01*
X205932Y406778D01*
X205677Y406834D01*
X205417Y406869D01*
X205156Y406880D01*
X199156Y406880D01*
X198895Y406869D01*
X198635Y406834D01*
X198380Y406778D01*
X198130Y406699D01*
X197888Y406599D01*
X197656Y406478D01*
X197435Y406337D01*
X197228Y406178D01*
X197035Y406001D01*
X196858Y405808D01*
X196699Y405601D01*
X196558Y405380D01*
X196437Y405148D01*
X196337Y404906D01*
X196258Y404656D01*
X196202Y404401D01*
X196167Y404141D01*
X196156Y403880D01*
X196156Y317480D02*
X196167Y317219D01*
X196202Y316959D01*
X196258Y316704D01*
X196337Y316454D01*
X196437Y316212D01*
X196558Y315980D01*
X196699Y315759D01*
X196858Y315552D01*
X197035Y315359D01*
X197228Y315182D01*
X197435Y315023D01*
X197656Y314882D01*
X197888Y314761D01*
X198130Y314661D01*
X198380Y314582D01*
X198635Y314526D01*
X198895Y314491D01*
X199156Y314480D01*
X205156Y314480D01*
X205417Y314491D01*
X205677Y314526D01*
X205932Y314582D01*
X206182Y314661D01*
X206424Y314761D01*
X206656Y314882D01*
X206877Y315023D01*
X207084Y315182D01*
X207277Y315359D01*
X207454Y315552D01*
X207613Y315759D01*
X207754Y315980D01*
X207875Y316212D01*
X207975Y316454D01*
X208054Y316704D01*
X208110Y316959D01*
X208145Y317219D01*
X208156Y317480D01*
X208145Y317741D01*
X208110Y318001D01*
X208054Y318256D01*
X207975Y318506D01*
X207875Y318748D01*
X207754Y318980D01*
X207613Y319201D01*
X207454Y319408D01*
X207277Y319601D01*
X207084Y319778D01*
X206877Y319937D01*
X206656Y320078D01*
X206424Y320199D01*
X206182Y320299D01*
X205932Y320378D01*
X205677Y320434D01*
X205417Y320469D01*
X205156Y320480D01*
X199156Y320480D01*
X198895Y320469D01*
X198635Y320434D01*
X198380Y320378D01*
X198130Y320299D01*
X197888Y320199D01*
X197656Y320078D01*
X197435Y319937D01*
X197228Y319778D01*
X197035Y319601D01*
X196858Y319408D01*
X196699Y319201D01*
X196558Y318980D01*
X196437Y318748D01*
X196337Y318506D01*
X196258Y318256D01*
X196202Y318001D01*
X196167Y317741D01*
X196156Y317480D01*
X41267Y26297D02*
X41335Y26817D01*
X41471Y27324D01*
X41671Y27808D01*
X41934Y28262D01*
X42253Y28678D01*
X42623Y29049D01*
X43039Y29368D01*
X43494Y29630D01*
X43978Y29831D01*
X44484Y29967D01*
X45004Y30035D01*
X45529Y30035D01*
X46049Y29967D01*
X46555Y29831D01*
X47039Y29630D01*
X47494Y29368D01*
X47910Y29049D01*
X48280Y28678D01*
X48600Y28262D01*
X48862Y27808D01*
X49062Y27324D01*
X49198Y26817D01*
X49267Y26297D01*
X49267Y25773D01*
X49198Y25253D01*
X49062Y24746D01*
X48862Y24262D01*
X48600Y23808D01*
X48280Y23392D01*
X47910Y23021D01*
X47494Y22702D01*
X47039Y22440D01*
X46555Y22239D01*
X46049Y22103D01*
X45529Y22035D01*
X45004Y22035D01*
X44484Y22103D01*
X43978Y22239D01*
X43494Y22440D01*
X43039Y22702D01*
X42623Y23021D01*
X42253Y23392D01*
X41934Y23808D01*
X41671Y24262D01*
X41471Y24746D01*
X41335Y25253D01*
X41267Y25773D01*
X41267Y26297D01*
X24267Y26297D02*
X24335Y26817D01*
X24471Y27324D01*
X24671Y27808D01*
X24934Y28262D01*
X25253Y28678D01*
X25623Y29049D01*
X26039Y29368D01*
X26494Y29630D01*
X26978Y29831D01*
X27484Y29967D01*
X28004Y30035D01*
X28529Y30035D01*
X29049Y29967D01*
X29555Y29831D01*
X30039Y29630D01*
X30494Y29368D01*
X30910Y29049D01*
X31280Y28678D01*
X31600Y28262D01*
X31862Y27808D01*
X32062Y27324D01*
X32198Y26817D01*
X32267Y26297D01*
X32267Y25773D01*
X32198Y25253D01*
X32062Y24746D01*
X31862Y24262D01*
X31600Y23808D01*
X31280Y23392D01*
X30910Y23021D01*
X30494Y22702D01*
X30039Y22440D01*
X29555Y22239D01*
X29049Y22103D01*
X28529Y22035D01*
X28004Y22035D01*
X27484Y22103D01*
X26978Y22239D01*
X26494Y22440D01*
X26039Y22702D01*
X25623Y23021D01*
X25253Y23392D01*
X24934Y23808D01*
X24671Y24262D01*
X24471Y24746D01*
X24335Y25253D01*
X24267Y25773D01*
X24267Y26297D01*
X187634Y31758D02*
X187702Y32278D01*
X187838Y32785D01*
X188039Y33269D01*
X188301Y33723D01*
X188620Y34139D01*
X188991Y34510D01*
X189407Y34829D01*
X189861Y35091D01*
X190345Y35292D01*
X190852Y35428D01*
X191372Y35496D01*
X191896Y35496D01*
X192416Y35428D01*
X192923Y35292D01*
X193407Y35091D01*
X193861Y34829D01*
X194277Y34510D01*
X194648Y34139D01*
X194967Y33723D01*
X195229Y33269D01*
X195430Y32785D01*
X195566Y32278D01*
X195634Y31758D01*
X195634Y31234D01*
X195566Y30714D01*
X195430Y30207D01*
X195229Y29723D01*
X194967Y29269D01*
X194648Y28853D01*
X194277Y28482D01*
X193861Y28163D01*
X193407Y27901D01*
X192923Y27700D01*
X192416Y27564D01*
X191896Y27496D01*
X191372Y27496D01*
X190852Y27564D01*
X190345Y27700D01*
X189861Y27901D01*
X189407Y28163D01*
X188991Y28482D01*
X188620Y28853D01*
X188301Y29269D01*
X188039Y29723D01*
X187838Y30207D01*
X187702Y30714D01*
X187634Y31234D01*
X187634Y31758D01*
X170634Y31758D02*
X170702Y32278D01*
X170838Y32785D01*
X171039Y33269D01*
X171301Y33723D01*
X171620Y34139D01*
X171991Y34510D01*
X172407Y34829D01*
X172861Y35091D01*
X173345Y35292D01*
X173852Y35428D01*
X174372Y35496D01*
X174896Y35496D01*
X175416Y35428D01*
X175923Y35292D01*
X176407Y35091D01*
X176861Y34829D01*
X177277Y34510D01*
X177648Y34139D01*
X177967Y33723D01*
X178229Y33269D01*
X178430Y32785D01*
X178566Y32278D01*
X178634Y31758D01*
X178634Y31234D01*
X178566Y30714D01*
X178430Y30207D01*
X178229Y29723D01*
X177967Y29269D01*
X177648Y28853D01*
X177277Y28482D01*
X176861Y28163D01*
X176407Y27901D01*
X175923Y27700D01*
X175416Y27564D01*
X174896Y27496D01*
X174372Y27496D01*
X173852Y27564D01*
X173345Y27700D01*
X172861Y27901D01*
X172407Y28163D01*
X171991Y28482D01*
X171620Y28853D01*
X171301Y29269D01*
X171039Y29723D01*
X170838Y30207D01*
X170702Y30714D01*
X170634Y31234D01*
X170634Y31758D01*
M02*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,775 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSoldermask Bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,6.667500X6.032500*%
%ADD11R,2.222500X15.398750*%
%ADD12C,1.003200*%
%ADD13P,1.429621X8X112.500000*%
%ADD14R,1.803400X1.371600*%
%ADD15R,1.828800X0.152400*%
%ADD16R,1.727200X4.267200*%
%ADD17C,1.524000*%
%ADD18R,0.653200X0.653200*%
%ADD19C,0.653200*%
%ADD20C,0.753200*%
%ADD21C,0.703200*%
%ADD22C,1.508000*%
%ADD23C,0.803200*%
%ADD24C,0.903200*%
G36*
X245632Y489593D02*
X245632Y489593D01*
X245669Y489589D01*
X245717Y489607D01*
X245767Y489616D01*
X245802Y489640D01*
X245831Y489651D01*
X245852Y489673D01*
X245887Y489697D01*
X247919Y491729D01*
X247959Y491794D01*
X248003Y491856D01*
X248005Y491868D01*
X248010Y491876D01*
X248014Y491913D01*
X248030Y491998D01*
X248030Y520700D01*
X248019Y520750D01*
X248017Y520801D01*
X247999Y520833D01*
X247991Y520869D01*
X247958Y520908D01*
X247934Y520953D01*
X247904Y520974D01*
X247881Y521002D01*
X247834Y521023D01*
X247792Y521053D01*
X247750Y521061D01*
X247722Y521073D01*
X247692Y521072D01*
X247650Y521080D01*
X31115Y521080D01*
X31065Y521069D01*
X31014Y521067D01*
X30982Y521049D01*
X30946Y521041D01*
X30907Y521008D01*
X30862Y520984D01*
X30841Y520954D01*
X30813Y520931D01*
X30792Y520884D01*
X30762Y520842D01*
X30754Y520800D01*
X30742Y520772D01*
X30743Y520742D01*
X30735Y520700D01*
X30735Y493522D01*
X30746Y493472D01*
X30748Y493421D01*
X30766Y493389D01*
X30774Y493353D01*
X30807Y493314D01*
X30831Y493269D01*
X30861Y493248D01*
X30884Y493220D01*
X30931Y493199D01*
X30973Y493169D01*
X31015Y493161D01*
X31043Y493149D01*
X31073Y493150D01*
X31115Y493142D01*
X241905Y493142D01*
X245349Y489697D01*
X245392Y489670D01*
X245430Y489636D01*
X245465Y489625D01*
X245496Y489606D01*
X245547Y489601D01*
X245596Y489586D01*
X245632Y489593D01*
G37*
G36*
X205159Y397333D02*
X205159Y397333D01*
X205161Y397331D01*
X206429Y397456D01*
X206434Y397461D01*
X206438Y397458D01*
X207658Y397828D01*
X207662Y397834D01*
X207667Y397831D01*
X208790Y398432D01*
X208793Y398439D01*
X208798Y398437D01*
X209783Y399246D01*
X209785Y399253D01*
X209790Y399253D01*
X210599Y400238D01*
X210599Y400245D01*
X210604Y400246D01*
X211205Y401369D01*
X211204Y401377D01*
X211208Y401378D01*
X211578Y402598D01*
X211576Y402604D01*
X211580Y402607D01*
X211705Y403875D01*
X211701Y403881D01*
X211705Y403885D01*
X211580Y405153D01*
X211575Y405158D01*
X211578Y405162D01*
X211208Y406382D01*
X211203Y406386D01*
X211205Y406391D01*
X210604Y407514D01*
X210597Y407517D01*
X210599Y407522D01*
X209790Y408507D01*
X209783Y408509D01*
X209783Y408514D01*
X208798Y409323D01*
X208791Y409323D01*
X208790Y409328D01*
X207667Y409929D01*
X207660Y409928D01*
X207658Y409932D01*
X206438Y410302D01*
X206432Y410300D01*
X206429Y410304D01*
X205161Y410429D01*
X205158Y410427D01*
X205156Y410429D01*
X199156Y410429D01*
X199153Y410427D01*
X199151Y410429D01*
X197883Y410304D01*
X197878Y410299D01*
X197874Y410302D01*
X196654Y409932D01*
X196650Y409927D01*
X196645Y409929D01*
X195522Y409328D01*
X195519Y409321D01*
X195514Y409323D01*
X194529Y408514D01*
X194527Y408507D01*
X194522Y408507D01*
X193713Y407522D01*
X193713Y407515D01*
X193708Y407514D01*
X193107Y406391D01*
X193108Y406384D01*
X193104Y406382D01*
X192734Y405162D01*
X192736Y405156D01*
X192732Y405153D01*
X192607Y403885D01*
X192611Y403879D01*
X192607Y403875D01*
X192732Y402607D01*
X192737Y402602D01*
X192734Y402598D01*
X193104Y401378D01*
X193110Y401374D01*
X193107Y401369D01*
X193708Y400246D01*
X193715Y400243D01*
X193713Y400238D01*
X194522Y399253D01*
X194529Y399251D01*
X194529Y399246D01*
X195514Y398437D01*
X195521Y398437D01*
X195522Y398432D01*
X196645Y397831D01*
X196653Y397832D01*
X196654Y397828D01*
X197874Y397458D01*
X197880Y397460D01*
X197883Y397456D01*
X199151Y397331D01*
X199154Y397333D01*
X199156Y397331D01*
X205156Y397331D01*
X205159Y397333D01*
G37*
G36*
X243159Y397333D02*
X243159Y397333D01*
X243161Y397331D01*
X244429Y397456D01*
X244434Y397461D01*
X244438Y397458D01*
X245658Y397828D01*
X245662Y397834D01*
X245667Y397831D01*
X246790Y398432D01*
X246793Y398439D01*
X246798Y398437D01*
X247783Y399246D01*
X247785Y399253D01*
X247790Y399253D01*
X248599Y400238D01*
X248599Y400245D01*
X248604Y400246D01*
X249205Y401369D01*
X249204Y401377D01*
X249208Y401378D01*
X249578Y402598D01*
X249576Y402604D01*
X249580Y402607D01*
X249705Y403875D01*
X249701Y403881D01*
X249705Y403885D01*
X249580Y405153D01*
X249575Y405158D01*
X249578Y405162D01*
X249208Y406382D01*
X249203Y406386D01*
X249205Y406391D01*
X248604Y407514D01*
X248597Y407517D01*
X248599Y407522D01*
X247790Y408507D01*
X247783Y408509D01*
X247783Y408514D01*
X246798Y409323D01*
X246791Y409323D01*
X246790Y409328D01*
X245667Y409929D01*
X245660Y409928D01*
X245658Y409932D01*
X244438Y410302D01*
X244432Y410300D01*
X244429Y410304D01*
X243161Y410429D01*
X243158Y410427D01*
X243156Y410429D01*
X237156Y410429D01*
X237153Y410427D01*
X237151Y410429D01*
X235883Y410304D01*
X235878Y410299D01*
X235874Y410302D01*
X234654Y409932D01*
X234650Y409927D01*
X234645Y409929D01*
X233522Y409328D01*
X233519Y409321D01*
X233514Y409323D01*
X232529Y408514D01*
X232527Y408507D01*
X232522Y408507D01*
X231713Y407522D01*
X231713Y407515D01*
X231708Y407514D01*
X231107Y406391D01*
X231108Y406384D01*
X231104Y406382D01*
X230734Y405162D01*
X230736Y405156D01*
X230732Y405153D01*
X230607Y403885D01*
X230611Y403879D01*
X230607Y403875D01*
X230732Y402607D01*
X230737Y402602D01*
X230734Y402598D01*
X231104Y401378D01*
X231110Y401374D01*
X231107Y401369D01*
X231708Y400246D01*
X231715Y400243D01*
X231713Y400238D01*
X232522Y399253D01*
X232529Y399251D01*
X232529Y399246D01*
X233514Y398437D01*
X233521Y398437D01*
X233522Y398432D01*
X234645Y397831D01*
X234653Y397832D01*
X234654Y397828D01*
X235874Y397458D01*
X235880Y397460D01*
X235883Y397456D01*
X237151Y397331D01*
X237154Y397333D01*
X237156Y397331D01*
X243156Y397331D01*
X243159Y397333D01*
G37*
G36*
X205159Y310933D02*
X205159Y310933D01*
X205161Y310931D01*
X206429Y311056D01*
X206434Y311061D01*
X206438Y311058D01*
X207658Y311428D01*
X207662Y311434D01*
X207667Y311431D01*
X208790Y312032D01*
X208793Y312039D01*
X208798Y312037D01*
X209783Y312846D01*
X209785Y312853D01*
X209790Y312853D01*
X210599Y313838D01*
X210599Y313845D01*
X210604Y313846D01*
X211205Y314969D01*
X211204Y314977D01*
X211208Y314978D01*
X211578Y316198D01*
X211576Y316204D01*
X211580Y316207D01*
X211705Y317475D01*
X211701Y317481D01*
X211705Y317485D01*
X211580Y318753D01*
X211575Y318758D01*
X211578Y318762D01*
X211208Y319982D01*
X211203Y319986D01*
X211205Y319991D01*
X210604Y321114D01*
X210597Y321117D01*
X210599Y321122D01*
X209790Y322107D01*
X209783Y322109D01*
X209783Y322114D01*
X208798Y322923D01*
X208791Y322923D01*
X208790Y322928D01*
X207667Y323529D01*
X207660Y323528D01*
X207658Y323532D01*
X206438Y323902D01*
X206432Y323900D01*
X206429Y323904D01*
X205161Y324029D01*
X205158Y324027D01*
X205156Y324029D01*
X199156Y324029D01*
X199153Y324027D01*
X199151Y324029D01*
X197883Y323904D01*
X197878Y323899D01*
X197874Y323902D01*
X196654Y323532D01*
X196650Y323527D01*
X196645Y323529D01*
X195522Y322928D01*
X195519Y322921D01*
X195514Y322923D01*
X194529Y322114D01*
X194527Y322107D01*
X194522Y322107D01*
X193713Y321122D01*
X193713Y321115D01*
X193708Y321114D01*
X193107Y319991D01*
X193108Y319984D01*
X193104Y319982D01*
X192734Y318762D01*
X192736Y318756D01*
X192732Y318753D01*
X192607Y317485D01*
X192611Y317479D01*
X192607Y317475D01*
X192732Y316207D01*
X192737Y316202D01*
X192734Y316198D01*
X193104Y314978D01*
X193110Y314974D01*
X193107Y314969D01*
X193708Y313846D01*
X193715Y313843D01*
X193713Y313838D01*
X194522Y312853D01*
X194529Y312851D01*
X194529Y312846D01*
X195514Y312037D01*
X195521Y312037D01*
X195522Y312032D01*
X196645Y311431D01*
X196653Y311432D01*
X196654Y311428D01*
X197874Y311058D01*
X197880Y311060D01*
X197883Y311056D01*
X199151Y310931D01*
X199154Y310933D01*
X199156Y310931D01*
X205156Y310931D01*
X205159Y310933D01*
G37*
G36*
X243159Y310933D02*
X243159Y310933D01*
X243161Y310931D01*
X244429Y311056D01*
X244434Y311061D01*
X244438Y311058D01*
X245658Y311428D01*
X245662Y311434D01*
X245667Y311431D01*
X246790Y312032D01*
X246793Y312039D01*
X246798Y312037D01*
X247783Y312846D01*
X247785Y312853D01*
X247790Y312853D01*
X248599Y313838D01*
X248599Y313845D01*
X248604Y313846D01*
X249205Y314969D01*
X249204Y314977D01*
X249208Y314978D01*
X249578Y316198D01*
X249576Y316204D01*
X249580Y316207D01*
X249705Y317475D01*
X249701Y317481D01*
X249705Y317485D01*
X249580Y318753D01*
X249575Y318758D01*
X249578Y318762D01*
X249208Y319982D01*
X249203Y319986D01*
X249205Y319991D01*
X248604Y321114D01*
X248597Y321117D01*
X248599Y321122D01*
X247790Y322107D01*
X247783Y322109D01*
X247783Y322114D01*
X246798Y322923D01*
X246791Y322923D01*
X246790Y322928D01*
X245667Y323529D01*
X245660Y323528D01*
X245658Y323532D01*
X244438Y323902D01*
X244432Y323900D01*
X244429Y323904D01*
X243161Y324029D01*
X243158Y324027D01*
X243156Y324029D01*
X237156Y324029D01*
X237153Y324027D01*
X237151Y324029D01*
X235883Y323904D01*
X235878Y323899D01*
X235874Y323902D01*
X234654Y323532D01*
X234650Y323527D01*
X234645Y323529D01*
X233522Y322928D01*
X233519Y322921D01*
X233514Y322923D01*
X232529Y322114D01*
X232527Y322107D01*
X232522Y322107D01*
X231713Y321122D01*
X231713Y321115D01*
X231708Y321114D01*
X231107Y319991D01*
X231108Y319984D01*
X231104Y319982D01*
X230734Y318762D01*
X230736Y318756D01*
X230732Y318753D01*
X230607Y317485D01*
X230611Y317479D01*
X230607Y317475D01*
X230732Y316207D01*
X230737Y316202D01*
X230734Y316198D01*
X231104Y314978D01*
X231110Y314974D01*
X231107Y314969D01*
X231708Y313846D01*
X231715Y313843D01*
X231713Y313838D01*
X232522Y312853D01*
X232529Y312851D01*
X232529Y312846D01*
X233514Y312037D01*
X233521Y312037D01*
X233522Y312032D01*
X234645Y311431D01*
X234653Y311432D01*
X234654Y311428D01*
X235874Y311058D01*
X235880Y311060D01*
X235883Y311056D01*
X237151Y310931D01*
X237154Y310933D01*
X237156Y310931D01*
X243156Y310931D01*
X243159Y310933D01*
G37*
D10*
X236601Y27115D03*
D11*
X260096Y112109D03*
D12*
X45267Y26035D03*
X28267Y26035D03*
D13*
X8001Y385001D03*
X8001Y410401D03*
D14*
X258445Y458089D03*
X258445Y473329D03*
D15*
X258445Y465709D03*
D16*
X77470Y22098D03*
X128270Y22098D03*
D12*
X191634Y31496D03*
X174634Y31496D03*
D17*
X230378Y415544D02*
X230378Y428752D01*
X247904Y194818D02*
X261112Y194818D01*
D14*
X171450Y316230D03*
X171450Y331470D03*
D15*
X171450Y323850D03*
D18*
X205105Y446786D03*
X189865Y446786D03*
X194945Y446786D03*
X200025Y446786D03*
X205105Y462026D03*
X205105Y467106D03*
X205105Y456946D03*
X205105Y451866D03*
X205105Y472186D03*
X200025Y451866D03*
X194945Y451866D03*
X189865Y451866D03*
X200025Y456946D03*
X194945Y456946D03*
X189865Y456946D03*
X200025Y462026D03*
X194945Y462026D03*
X189865Y462026D03*
X200025Y467106D03*
X194945Y467106D03*
X189865Y467106D03*
X200025Y472186D03*
X194945Y472186D03*
X189865Y472186D03*
D19*
X146025Y460324D03*
X182944Y429959D03*
D20*
X125222Y481711D03*
D21*
X46482Y471170D03*
D19*
X78232Y46228D03*
D22*
X128270Y26162D03*
X9271Y468122D03*
D19*
X53086Y313309D03*
X49911Y196850D03*
X49911Y95250D03*
X122682Y311404D03*
X238506Y68072D03*
X32639Y186563D03*
X245999Y152273D03*
X149098Y398272D03*
X217678Y409448D03*
X177237Y244029D03*
X196342Y239522D03*
X140462Y311150D03*
X139954Y336296D03*
X139954Y354330D03*
X140716Y374396D03*
X150114Y268986D03*
X167132Y222504D03*
X97282Y222504D03*
X99568Y151130D03*
X107950Y165608D03*
X36585Y95358D03*
X36585Y133350D03*
X13208Y232664D03*
X30734Y304546D03*
X35560Y262636D03*
X4572Y329692D03*
X154178Y309626D03*
D20*
X21082Y462661D03*
D22*
X19050Y488950D03*
D19*
X49911Y209550D03*
D23*
X255778Y497967D03*
D19*
X26281Y167865D03*
X196596Y246761D03*
X10414Y333883D03*
X163576Y243781D03*
X64008Y292608D03*
D23*
X6350Y157260D03*
D19*
X19050Y317500D03*
D24*
X6350Y63500D03*
D19*
X247866Y116624D03*
X49911Y184150D03*
X242189Y170180D03*
D22*
X102616Y40894D03*
D19*
X49911Y82550D03*
D22*
X46736Y501650D03*
X69469Y501904D03*
X88900Y501650D03*
X111125Y501650D03*
X130175Y501650D03*
X149225Y501650D03*
X177800Y517525D03*
X196850Y517525D03*
X215900Y517525D03*
X234950Y517525D03*
D23*
X107061Y430784D03*
D19*
X124958Y283813D03*
D21*
X38597Y480367D03*
D23*
X120705Y471487D03*
D22*
X269875Y177800D03*
X269875Y158750D03*
X269621Y50673D03*
X269875Y30861D03*
D23*
X148680Y415888D03*
X114300Y449816D03*
D20*
X46736Y408178D03*
D23*
X73279Y411988D03*
X99872Y263881D03*
X14965Y401574D03*
X13441Y450850D03*
D19*
X218313Y253161D03*
X172942Y431514D03*
X235070Y478729D03*
X247396Y442976D03*
X245654Y474486D03*
X260350Y438150D03*
X188468Y397637D03*
D23*
X205486Y294640D03*
X193675Y345440D03*
D24*
X136652Y298704D03*
D19*
X51181Y342392D03*
D23*
X31082Y325374D03*
D19*
X67438Y265049D03*
D23*
X24569Y451289D03*
X50800Y400050D03*
D20*
X50166Y438403D03*
D19*
X242189Y120904D03*
D23*
X264541Y496443D03*
D19*
X242189Y82550D03*
D23*
X191008Y53975D03*
X92075Y53975D03*
X30400Y53721D03*
D19*
X51653Y65659D03*
X36882Y203709D03*
X11684Y209550D03*
X47684Y219642D03*
X49911Y120650D03*
X49911Y108204D03*
X242189Y133350D03*
X242189Y145796D03*
X242189Y158750D03*
X49911Y158750D03*
X26543Y221497D03*
X43449Y225797D03*
X103886Y284162D03*
D23*
X211975Y265950D03*
D19*
X206027Y239807D03*
X88832Y271090D03*
X49911Y171450D03*
X157734Y45280D03*
D23*
X99060Y242189D03*
D19*
X53150Y305426D03*
X49911Y136525D03*
X183261Y240284D03*
X147512Y243267D03*
X129921Y243629D03*
X131572Y232481D03*
X49911Y146050D03*
X50842Y361950D03*
X19050Y361950D03*
X154178Y318770D03*
X122428Y319786D03*
X84845Y317754D03*
X87190Y286004D03*
X64262Y284548D03*
X66223Y247504D03*
X72499Y165100D03*
X107950Y69850D03*
X18610Y88900D03*
X86313Y59991D03*
X154178Y329438D03*
X122936Y329946D03*
X85031Y329946D03*
X84464Y276878D03*
X66268Y276580D03*
X66901Y236344D03*
X76200Y152400D03*
X107950Y91880D03*
X19650Y63500D03*
X11870Y133350D03*
X36830Y222460D03*
X39484Y73508D03*
X36322Y151257D03*
X32063Y196021D03*
X23102Y132842D03*
X29210Y87884D03*
X153856Y342900D03*
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,19 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolderpaste Bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,1.600200X1.168400*%
D10*
X258445Y458089D03*
X258445Y473329D03*
X171450Y316230D03*
X171450Y331470D03*
M02*

View File

@ -0,0 +1,753 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolderpaste Top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.700000X0.900000*%
%ADD11R,0.600000X0.700000*%
%ADD12R,0.600000X1.200000*%
%ADD13R,0.900000X0.800000*%
%ADD14R,0.800000X0.800000*%
%ADD15R,1.300000X0.700000*%
%ADD16R,2.400000X3.400000*%
%ADD17R,0.850000X0.300000*%
%ADD18R,0.616800X1.000000*%
%ADD19R,1.100000X1.000000*%
%ADD20R,0.900000X0.700000*%
%ADD21R,0.700000X0.600000*%
%ADD22R,1.170900X0.589100*%
%ADD23R,0.545800X1.249800*%
%ADD24C,0.112500*%
%ADD25R,0.965200X0.762000*%
%ADD26R,0.812800X2.133600*%
%ADD27R,1.400000X1.000000*%
%ADD28R,1.411800X1.031800*%
%ADD29R,0.560000X0.260000*%
%ADD30R,0.260000X0.560000*%
%ADD31R,0.400000X0.400000*%
%ADD32R,1.200000X0.800000*%
%ADD33R,1.200000X0.760000*%
%ADD34R,1.200000X0.700000*%
%ADD35R,0.410000X0.988400*%
%ADD36R,2.229100X1.138000*%
%ADD37R,1.400000X1.400000*%
%ADD38C,0.125000*%
%ADD39C,0.050000*%
%ADD40R,2.211800X0.831800*%
%ADD41R,2.200000X1.050000*%
%ADD42R,1.050000X1.000000*%
%ADD43R,1.000000X1.100000*%
%ADD44R,0.300000X1.450000*%
D10*
X24933Y213170D03*
X37933Y213170D03*
D11*
X7129Y167513D03*
X17129Y167513D03*
D12*
X59767Y20035D03*
X13767Y20035D03*
D13*
X53767Y40035D03*
X19767Y40035D03*
D11*
X257222Y109474D03*
X247222Y109474D03*
D14*
X243770Y95631D03*
X258770Y95631D03*
D15*
X169985Y478536D03*
X169985Y465836D03*
X169985Y453136D03*
X169985Y440436D03*
X224985Y440436D03*
X224985Y453136D03*
X224985Y465836D03*
X224985Y478536D03*
D16*
X197485Y459486D03*
D17*
X54942Y480666D03*
X54942Y474166D03*
X54942Y467666D03*
X54942Y461166D03*
X114042Y461166D03*
X114042Y467666D03*
X114042Y474166D03*
X114042Y480666D03*
D18*
X142469Y450092D03*
X132969Y450092D03*
X123469Y450092D03*
X123469Y425446D03*
X132969Y425446D03*
X142469Y425446D03*
D19*
X261294Y423482D03*
X244294Y423482D03*
D20*
X157734Y435316D03*
X157734Y422316D03*
D21*
X237300Y439246D03*
X237300Y449246D03*
X237490Y460138D03*
X237490Y470138D03*
X130747Y475218D03*
X130747Y465218D03*
D19*
X211383Y425387D03*
X194383Y425387D03*
D14*
X247460Y465589D03*
X247460Y450589D03*
X263144Y463367D03*
X263144Y448367D03*
D11*
X96791Y441960D03*
X106791Y441960D03*
X233189Y487426D03*
X243189Y487426D03*
D22*
X43309Y306571D03*
X43309Y316071D03*
X43309Y325571D03*
X18317Y325571D03*
X18317Y306571D03*
D20*
X6541Y342369D03*
X6541Y355369D03*
D23*
X19012Y412189D03*
X28512Y412189D03*
X38012Y412189D03*
X38012Y437315D03*
X28512Y437315D03*
X19012Y437315D03*
D11*
X28338Y400685D03*
X38338Y400685D03*
D21*
X154242Y459533D03*
X154242Y449533D03*
D20*
X6541Y322476D03*
X6541Y309476D03*
D10*
X28090Y294640D03*
X15090Y294640D03*
D21*
X254064Y476521D03*
X254064Y486521D03*
D14*
X263716Y487941D03*
X263716Y472941D03*
D24*
X188864Y259269D02*
X188864Y255493D01*
X188864Y259269D02*
X192240Y259269D01*
X192240Y255493D01*
X188864Y255493D01*
X188864Y256562D02*
X192240Y256562D01*
X192240Y257631D02*
X188864Y257631D01*
X188864Y258700D02*
X192240Y258700D01*
X195364Y259269D02*
X195364Y255493D01*
X195364Y259269D02*
X198740Y259269D01*
X198740Y255493D01*
X195364Y255493D01*
X195364Y256562D02*
X198740Y256562D01*
X198740Y257631D02*
X195364Y257631D01*
X195364Y258700D02*
X198740Y258700D01*
X201864Y259269D02*
X201864Y255493D01*
X201864Y259269D02*
X205240Y259269D01*
X205240Y255493D01*
X201864Y255493D01*
X201864Y256562D02*
X205240Y256562D01*
X205240Y257631D02*
X201864Y257631D01*
X201864Y258700D02*
X205240Y258700D01*
X182364Y259269D02*
X182364Y255493D01*
X182364Y259269D02*
X185740Y259269D01*
X185740Y255493D01*
X182364Y255493D01*
X182364Y256562D02*
X185740Y256562D01*
X185740Y257631D02*
X182364Y257631D01*
X182364Y258700D02*
X185740Y258700D01*
X188864Y274893D02*
X188864Y278669D01*
X192240Y278669D01*
X192240Y274893D01*
X188864Y274893D01*
X188864Y275962D02*
X192240Y275962D01*
X192240Y277031D02*
X188864Y277031D01*
X188864Y278100D02*
X192240Y278100D01*
X195364Y278669D02*
X195364Y274893D01*
X195364Y278669D02*
X198740Y278669D01*
X198740Y274893D01*
X195364Y274893D01*
X195364Y275962D02*
X198740Y275962D01*
X198740Y277031D02*
X195364Y277031D01*
X195364Y278100D02*
X198740Y278100D01*
X201864Y278669D02*
X201864Y274893D01*
X201864Y278669D02*
X205240Y278669D01*
X205240Y274893D01*
X201864Y274893D01*
X201864Y275962D02*
X205240Y275962D01*
X205240Y277031D02*
X201864Y277031D01*
X201864Y278100D02*
X205240Y278100D01*
X182364Y278669D02*
X182364Y274893D01*
X182364Y278669D02*
X185740Y278669D01*
X185740Y274893D01*
X182364Y274893D01*
X182364Y275962D02*
X185740Y275962D01*
X185740Y277031D02*
X182364Y277031D01*
X182364Y278100D02*
X185740Y278100D01*
D25*
X102870Y37592D03*
D26*
X88916Y22352D03*
X116824Y22352D03*
D27*
X100027Y253492D03*
X78027Y243992D03*
X78027Y262992D03*
D28*
X231450Y209550D03*
X231450Y196850D03*
X231450Y184150D03*
X231450Y171450D03*
X231450Y158750D03*
X231450Y146050D03*
X231450Y133350D03*
X231450Y120650D03*
X231450Y107950D03*
X231450Y95250D03*
X231450Y82550D03*
X60650Y209550D03*
X60650Y196850D03*
X60650Y184150D03*
X60650Y171450D03*
X60650Y158750D03*
X60650Y146050D03*
X60650Y133350D03*
X60650Y120650D03*
X60650Y107950D03*
X60650Y95250D03*
X60650Y82550D03*
D29*
X58433Y247636D03*
X58433Y252636D03*
X58433Y257636D03*
X58433Y262636D03*
X58433Y267636D03*
X58433Y272636D03*
X58433Y277636D03*
D30*
X50433Y285636D03*
X45433Y285636D03*
X40433Y285636D03*
X35433Y285636D03*
X30433Y285636D03*
X25433Y285636D03*
X20433Y285636D03*
D29*
X12433Y277636D03*
X12433Y272636D03*
X12433Y267636D03*
X12433Y262636D03*
X12433Y257636D03*
X12433Y252636D03*
X12433Y247636D03*
D30*
X20433Y239636D03*
X25433Y239636D03*
X30433Y239636D03*
X35433Y239636D03*
X40433Y239636D03*
X45433Y239636D03*
X50433Y239636D03*
D29*
X45433Y250136D03*
X35433Y250136D03*
X25433Y250136D03*
X45433Y255136D03*
X35433Y255136D03*
X25433Y255136D03*
X45433Y260136D03*
X35433Y260136D03*
X25433Y260136D03*
X45433Y265136D03*
X35433Y265136D03*
X25433Y265136D03*
X45433Y270136D03*
X35433Y270136D03*
X25433Y270136D03*
X45433Y275136D03*
X35433Y275136D03*
X25433Y275136D03*
D31*
X56433Y241636D03*
D12*
X206134Y25496D03*
X160134Y25496D03*
D13*
X200134Y45496D03*
X166134Y45496D03*
D32*
X201356Y333180D03*
X201356Y388180D03*
D33*
X201356Y345480D03*
X201356Y375880D03*
D34*
X201356Y355680D03*
X201356Y365680D03*
D35*
X11407Y180923D03*
X17907Y180923D03*
X24407Y180923D03*
X24407Y200331D03*
X17907Y200331D03*
X11407Y200331D03*
D11*
X42117Y294640D03*
X52117Y294640D03*
D21*
X231394Y280623D03*
X231394Y290623D03*
X233426Y241253D03*
X233426Y251253D03*
D11*
X11637Y54229D03*
X21637Y54229D03*
D10*
X57300Y53975D03*
X44300Y53975D03*
D36*
X256032Y209949D03*
X256032Y301861D03*
D37*
X218313Y253161D03*
X218313Y291161D03*
D14*
X54381Y421070D03*
X73381Y421070D03*
X63881Y445070D03*
D21*
X85090Y437054D03*
X85090Y427054D03*
D38*
X169383Y254924D02*
X169383Y251174D01*
X169383Y254924D02*
X173133Y254924D01*
X173133Y251174D01*
X169383Y251174D01*
X169383Y252361D02*
X173133Y252361D01*
X173133Y253548D02*
X169383Y253548D01*
X169383Y254735D02*
X173133Y254735D01*
X161383Y254924D02*
X161383Y251174D01*
X161383Y254924D02*
X165133Y254924D01*
X165133Y251174D01*
X161383Y251174D01*
X161383Y252361D02*
X165133Y252361D01*
X165133Y253548D02*
X161383Y253548D01*
X161383Y254735D02*
X165133Y254735D01*
X153383Y254924D02*
X153383Y251174D01*
X153383Y254924D02*
X157133Y254924D01*
X157133Y251174D01*
X153383Y251174D01*
X153383Y252361D02*
X157133Y252361D01*
X157133Y253548D02*
X153383Y253548D01*
X153383Y254735D02*
X157133Y254735D01*
X145383Y254924D02*
X145383Y251174D01*
X145383Y254924D02*
X149133Y254924D01*
X149133Y251174D01*
X145383Y251174D01*
X145383Y252361D02*
X149133Y252361D01*
X149133Y253548D02*
X145383Y253548D01*
X145383Y254735D02*
X149133Y254735D01*
X145183Y275174D02*
X145183Y278924D01*
X148933Y278924D01*
X148933Y275174D01*
X145183Y275174D01*
X145183Y276361D02*
X148933Y276361D01*
X148933Y277548D02*
X145183Y277548D01*
X145183Y278735D02*
X148933Y278735D01*
X153383Y278924D02*
X153383Y275174D01*
X153383Y278924D02*
X157133Y278924D01*
X157133Y275174D01*
X153383Y275174D01*
X153383Y276361D02*
X157133Y276361D01*
X157133Y277548D02*
X153383Y277548D01*
X153383Y278735D02*
X157133Y278735D01*
X161383Y278924D02*
X161383Y275174D01*
X161383Y278924D02*
X165133Y278924D01*
X165133Y275174D01*
X161383Y275174D01*
X161383Y276361D02*
X165133Y276361D01*
X165133Y277548D02*
X161383Y277548D01*
X161383Y278735D02*
X165133Y278735D01*
X169383Y278924D02*
X169383Y275174D01*
X169383Y278924D02*
X173133Y278924D01*
X173133Y275174D01*
X169383Y275174D01*
X169383Y276361D02*
X173133Y276361D01*
X173133Y277548D02*
X169383Y277548D01*
X169383Y278735D02*
X173133Y278735D01*
D39*
X116464Y281212D02*
X116464Y285712D01*
X116464Y281212D02*
X108964Y281212D01*
X108964Y285712D01*
X116464Y285712D01*
X116464Y281687D02*
X108964Y281687D01*
X108964Y282162D02*
X116464Y282162D01*
X116464Y282637D02*
X108964Y282637D01*
X108964Y283112D02*
X116464Y283112D01*
X116464Y283587D02*
X108964Y283587D01*
X108964Y284062D02*
X116464Y284062D01*
X116464Y284537D02*
X108964Y284537D01*
X108964Y285012D02*
X116464Y285012D01*
X116464Y285487D02*
X108964Y285487D01*
X116464Y277712D02*
X116464Y273212D01*
X108964Y273212D01*
X108964Y277712D01*
X116464Y277712D01*
X116464Y273687D02*
X108964Y273687D01*
X108964Y274162D02*
X116464Y274162D01*
X116464Y274637D02*
X108964Y274637D01*
X108964Y275112D02*
X116464Y275112D01*
X116464Y275587D02*
X108964Y275587D01*
X108964Y276062D02*
X116464Y276062D01*
X116464Y276537D02*
X108964Y276537D01*
X108964Y277012D02*
X116464Y277012D01*
X116464Y277487D02*
X108964Y277487D01*
X116464Y269712D02*
X116464Y265212D01*
X108964Y265212D01*
X108964Y269712D01*
X116464Y269712D01*
X116464Y265687D02*
X108964Y265687D01*
X108964Y266162D02*
X116464Y266162D01*
X116464Y266637D02*
X108964Y266637D01*
X108964Y267112D02*
X116464Y267112D01*
X116464Y267587D02*
X108964Y267587D01*
X108964Y268062D02*
X116464Y268062D01*
X116464Y268537D02*
X108964Y268537D01*
X108964Y269012D02*
X116464Y269012D01*
X116464Y269487D02*
X108964Y269487D01*
X116464Y261712D02*
X116464Y257212D01*
X108964Y257212D01*
X108964Y261712D01*
X116464Y261712D01*
X116464Y257687D02*
X108964Y257687D01*
X108964Y258162D02*
X116464Y258162D01*
X116464Y258637D02*
X108964Y258637D01*
X108964Y259112D02*
X116464Y259112D01*
X116464Y259587D02*
X108964Y259587D01*
X108964Y260062D02*
X116464Y260062D01*
X116464Y260537D02*
X108964Y260537D01*
X108964Y261012D02*
X116464Y261012D01*
X116464Y261487D02*
X108964Y261487D01*
X116464Y253712D02*
X116464Y249212D01*
X108964Y249212D01*
X108964Y253712D01*
X116464Y253712D01*
X116464Y249687D02*
X108964Y249687D01*
X108964Y250162D02*
X116464Y250162D01*
X116464Y250637D02*
X108964Y250637D01*
X108964Y251112D02*
X116464Y251112D01*
X116464Y251587D02*
X108964Y251587D01*
X108964Y252062D02*
X116464Y252062D01*
X116464Y252537D02*
X108964Y252537D01*
X108964Y253012D02*
X116464Y253012D01*
X116464Y253487D02*
X108964Y253487D01*
X140464Y253712D02*
X140464Y249212D01*
X132964Y249212D01*
X132964Y253712D01*
X140464Y253712D01*
X140464Y249687D02*
X132964Y249687D01*
X132964Y250162D02*
X140464Y250162D01*
X140464Y250637D02*
X132964Y250637D01*
X132964Y251112D02*
X140464Y251112D01*
X140464Y251587D02*
X132964Y251587D01*
X132964Y252062D02*
X140464Y252062D01*
X140464Y252537D02*
X132964Y252537D01*
X132964Y253012D02*
X140464Y253012D01*
X140464Y253487D02*
X132964Y253487D01*
X140464Y257212D02*
X140464Y261712D01*
X140464Y257212D02*
X132964Y257212D01*
X132964Y261712D01*
X140464Y261712D01*
X140464Y257687D02*
X132964Y257687D01*
X132964Y258162D02*
X140464Y258162D01*
X140464Y258637D02*
X132964Y258637D01*
X132964Y259112D02*
X140464Y259112D01*
X140464Y259587D02*
X132964Y259587D01*
X132964Y260062D02*
X140464Y260062D01*
X140464Y260537D02*
X132964Y260537D01*
X132964Y261012D02*
X140464Y261012D01*
X140464Y261487D02*
X132964Y261487D01*
X140464Y265212D02*
X140464Y269712D01*
X140464Y265212D02*
X132964Y265212D01*
X132964Y269712D01*
X140464Y269712D01*
X140464Y265687D02*
X132964Y265687D01*
X132964Y266162D02*
X140464Y266162D01*
X140464Y266637D02*
X132964Y266637D01*
X132964Y267112D02*
X140464Y267112D01*
X140464Y267587D02*
X132964Y267587D01*
X132964Y268062D02*
X140464Y268062D01*
X140464Y268537D02*
X132964Y268537D01*
X132964Y269012D02*
X140464Y269012D01*
X140464Y269487D02*
X132964Y269487D01*
X140464Y273212D02*
X140464Y277712D01*
X140464Y273212D02*
X132964Y273212D01*
X132964Y277712D01*
X140464Y277712D01*
X140464Y273687D02*
X132964Y273687D01*
X132964Y274162D02*
X140464Y274162D01*
X140464Y274637D02*
X132964Y274637D01*
X132964Y275112D02*
X140464Y275112D01*
X140464Y275587D02*
X132964Y275587D01*
X132964Y276062D02*
X140464Y276062D01*
X140464Y276537D02*
X132964Y276537D01*
X132964Y277012D02*
X140464Y277012D01*
X140464Y277487D02*
X132964Y277487D01*
X140464Y281212D02*
X140464Y285712D01*
X140464Y281212D02*
X132964Y281212D01*
X132964Y285712D01*
X140464Y285712D01*
X140464Y281687D02*
X132964Y281687D01*
X132964Y282162D02*
X140464Y282162D01*
X140464Y282637D02*
X132964Y282637D01*
X132964Y283112D02*
X140464Y283112D01*
X140464Y283587D02*
X132964Y283587D01*
X132964Y284062D02*
X140464Y284062D01*
X140464Y284537D02*
X132964Y284537D01*
X132964Y285012D02*
X140464Y285012D01*
X140464Y285487D02*
X132964Y285487D01*
D40*
X168999Y307409D03*
X168999Y318409D03*
X168999Y329409D03*
X168999Y340409D03*
X168999Y351409D03*
X168999Y362409D03*
X168999Y373409D03*
X168999Y384409D03*
X168999Y395409D03*
X68999Y395409D03*
X68999Y384409D03*
X68999Y373409D03*
X68999Y362409D03*
X68999Y351409D03*
X68999Y340409D03*
X68999Y329409D03*
X68999Y318409D03*
X68999Y307409D03*
D41*
X35052Y359900D03*
X35052Y389400D03*
D42*
X50302Y374650D03*
D43*
X21218Y340614D03*
X38218Y340614D03*
D44*
X14130Y76810D03*
X19130Y76810D03*
X24130Y76810D03*
X29130Y76810D03*
X34130Y76810D03*
X34130Y121310D03*
X29130Y121310D03*
X24130Y121310D03*
X19130Y121310D03*
X14130Y121310D03*
M02*

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

1
mechanical/cad/README.md Normal file
View File

@ -0,0 +1 @@
Parametrische CAD-Quellen für fusion von Autodesk

BIN
mechanical/exports/FireNose-Dose.step (Stored with Git LFS) Normal file

Binary file not shown.

BIN
mechanical/exports/FireNose-Dose.stl (Stored with Git LFS) Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More