Merge pull request #832 from Roman3349/iqrf

rfcom: Add IQRF transceivers (DC)TR-52D and (DC)TR-72D
This commit is contained in:
Jan W. Krieger 2016-12-31 16:11:54 +01:00 committed by GitHub
commit fab461329d
2 changed files with 49 additions and 0 deletions

View file

@ -94,4 +94,28 @@ K Low Power RF Transciever
F http://www.nordicsemi.com/eng/content/download/2726/34069/file/nRF24L01P_Product_Specification_1_0.pdf
$ENDCMP
#
$CMP TR-52D
D IQRF common transceiver, FSK modulation
K IQRF common transceiver, FSK modulation
F http://iqrf.org/weben/downloads.php?id=213
$ENDCMP
#
$CMP TR-72D
D IQRF common transceiver, GMSK modulation
K IQRF common transceiver, GMSK modulation
F http://iqrf.org/weben/downloads.php?id=337
$ENDCMP
#
$CMP DCTR-52D
D IQRF data controlled transceiver, FSK modulation
K IQRF data controlled transceiver, FSK modulation
F http://iqrf.org/weben/downloads.php?id=213
$ENDCMP
#
$CMP DCTR-72D
D IQRF data controlled transceiver, GMSK modulation
K IQRF data controlled transceiver, GMSK modulation
F http://iqrf.org/weben/downloads.php?id=337
$ENDCMP
#
#End Doc Library

View file

@ -721,4 +721,29 @@ X P17-IO/ADC 29 1000 -400 100 L 50 50 1 1 B
ENDDRAW
ENDDEF
#
# TR-52D
#
DEF TR-52D IC 0 50 Y Y 1 F N
F0 "IC" -1400 450 50 H V L CNN
F1 "TR-52D" 1400 450 50 H V R CNN
F2 "Connectors:IQRF_KON-SIM-01" -1400 -550 50 H I L CNN
F3 "" 1400 -650 50 H I R CNN
ALIAS TR-72D DCTR-52D DCTR-72D
$FPLIST
IQRF?KON?SIM?01*
$ENDFPLIST
DRAW
S -1400 400 1400 -500 0 1 10 f
X RA0/AN0/C12IN0 1 -1500 0 100 R 50 50 1 1 B
X RC2/Vout 2 -1500 -100 100 R 50 50 1 1 B
X Vin 3 0 500 100 D 50 50 1 1 W
X GND 4 100 -600 100 U 50 50 1 1 W
X RA5/RB4/RC6/AN4/AN11/TX/~SS~/C2OUT/CCP3 5 1500 -200 100 L 50 50 1 1 B
X RC3/SCK/SCL 6 1500 -100 100 L 50 50 1 1 B
X RC4/SDI/SDA 7 1500 0 100 L 50 50 1 1 B
X RC5/RC7/RX/SDO 8 1500 100 100 L 50 50 1 1 B
X GND 9 -100 -600 100 U 50 50 1 1 W
ENDDRAW
ENDDEF
#
#End Library