Skip to content

Added LoRa Transceiver component #301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 87 additions & 0 deletions misc/lora/lora.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="utf-8"?>
<component version="1.5" xmlns="http://schemas.circuit-diagram.org/circuitDiagramDocument/2012/component/xml">
<declaration>
<meta name="name" value="LoRa Transceiver" />
<meta name="description" value="Can receive and transmit data to other LoRa modules." />
<meta name="minsize" value="120" />
<meta name="author" value="NarekGermirlian" />
<meta name="guid" value="4b29ab95-740e-4575-911d-737ce5d30808" />

<flags>
<option>FlipPrimary</option>
<option>FlipSecondary</option>
</flags>
</declaration>

<connections autorotate="HorizontalToVertical">
<group conditions="horizontal">
<connection name="GND" start="_Start-20y" end="_End-100x-20y" edge="end" />
<connection name="TXD" start="_Start-10y" end="_End-100x-10y" edge="end" />
<connection name="RXD" start="_Start" end="_End-100x" edge="end" />
<connection name="RST" start="_Start+10y" end="_End-100x+10y" edge="end" />
<connection name="VDD" start="_Start+20y" end="_End-100x+20y" edge="end" />
</group>
<group conditions="!horizontal">
<connection name="GND" start="_Start-10y" end="_End-100x-10y" edge="end" />
<connection name="TXD" start="_Start+10y" end="_End-100x+10y" edge="end" />
<connection name="RXD" start="_Start+30y" end="_End-100x+30y" edge="end" />
<connection name="RST" start="_Start+50y" end="_End-100x+50y" edge="end" />
<connection name="VDD" start="_Start+70y" end="_End-100x+70y" edge="end" />
</group>
</connections>

<render autorotate="HorizontalToVertical">
<group conditions="horizontal">
<!-- Container -->
<rect x="_End-100" y="_Start-30" width="60" height="60" />
<ellipse centre="_End-35x-20y" rx="5" ry="10" />
<ellipse centre="_End-30x-20y" rx="5" ry="10" />
<ellipse centre="_End-25x-20y" rx="5" ry="10" />
<ellipse centre="_End-20x-20y" rx="5" ry="10" />
<ellipse centre="_End-15x-20y" rx="5" ry="10" />
<ellipse centre="_End-10x-20y" rx="5" ry="10" />
<ellipse centre="_End-5x-20y" rx="5" ry="10" />

<!-- IO Wires -->
<line start="_Start-20y" end="_End-100x-20y" />
<line start="_Start-10y" end="_End-100x-10y" />
<line start="_Start" end="_End-100x" />
<line start="_Start+10y" end="_End-100x+10y" />
<line start="_Start+20y" end="_End-100x+20y" />

<!-- IO Labels -->
<text value="GND" x="_End-85" y="_End-24" align="TopCentre"/>
<text value="TXD" x="_End-85" y="_End-14" align="TopCentre"/>
<text value="RXD" x="_End-85" y="_End-4" align="TopCentre"/>
<text value="RST" x="_End-85" y="_End+6" align="TopCentre"/>
<text value="VDD" x="_End-85" y="_End+16" align="TopCentre"/>
</group>

<group conditions="!horizontal">
<!-- Container -->
<rect x="_End-100" y="_Start-30" width="60" height="120" />
<ellipse centre="_End-35x-20y" rx="10" ry="5" />
<ellipse centre="_End-30x-20y" rx="10" ry="5" />
<ellipse centre="_End-25x-20y" rx="10" ry="5" />
<ellipse centre="_End-20x-20y" rx="10" ry="5" />
<ellipse centre="_End-15x-20y" rx="10" ry="5" />
<ellipse centre="_End-10x-20y" rx="10" ry="5" />
<ellipse centre="_End-5x-20y" rx="10" ry="5" />

<!-- IO Wires -->
<line start="_Start-10y" end="_End-100x-10y" />
<line start="_Start+10y" end="_End-100x+10y" />
<line start="_Start+30y" end="_End-100x+30y" />
<line start="_Start+50y" end="_End-100x+50y" />
<line start="_Start+70y" end="_End-100x+70y" />

<!-- IO Labels -->
<text value="GND" x="_End-85" y="_End-10" align="TopCentre"/>
<text value="TXD" x="_End-85" y="_End+10" align="TopCentre"/>
<text value="RXD" x="_End-85" y="_End+30" align="TopCentre"/>
<text value="RST" x="_End-85" y="_End+50" align="TopCentre"/>
<text value="VDD" x="_End-85" y="_End+70" align="TopCentre"/>
</group>
</render>

</component>