This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 951
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1855 from DerekGn/RF_Bluetooth
Added RN4871
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
EESchema-DOCLIB Version 2.0 | ||
# | ||
$CMP RN4871 | ||
D Bluetooth Low Energy 4.2 Module | ||
K Bluetooth Low Energy 4.2 Module | ||
F http://ww1.microchip.com/downloads/en/DeviceDoc/50002489A.pdf | ||
$ENDCMP | ||
# | ||
#End Doc Library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
EESchema-LIBRARY Version 2.3 | ||
#encoding utf-8 | ||
# | ||
# RN4871 | ||
# | ||
DEF RN4871 U 0 40 Y Y 1 F N | ||
F0 "U" -500 550 50 H V C CNN | ||
F1 "RN4871" 450 -600 50 H V C CNN | ||
F2 "RF_Module:Microchip_RN4871" 0 -700 50 H I C CNN | ||
F3 "" -500 550 50 H I C CNN | ||
$FPLIST | ||
RF*Module:Microchip*RN4871* | ||
$ENDFPLIST | ||
DRAW | ||
S -600 500 600 -500 0 1 10 f | ||
X BT_RF 1 700 300 100 L 50 50 1 1 O | ||
X GND 2 -100 -600 100 U 50 50 1 1 W | ||
X P1_2 3 700 200 100 L 50 50 1 1 B | ||
X P1_3 4 700 100 100 L 50 50 1 1 B | ||
X P1_7 5 700 0 100 L 50 50 1 1 B | ||
X P1_6 6 700 -100 100 L 50 50 1 1 B | ||
X UART_RX 7 -700 300 100 R 50 50 1 1 I | ||
X UART_TX 8 -700 200 100 R 50 50 1 1 O | ||
X P3_6 9 -700 100 100 R 50 50 1 1 B | ||
X RST 10 -700 -100 100 R 50 50 1 1 I | ||
X P0_0 11 -700 -200 100 R 50 50 1 1 B | ||
X P0_2 12 700 -200 100 L 50 50 1 1 B | ||
X GND 13 100 -600 100 U 50 50 1 1 W | ||
X VBAT 14 0 600 100 D 50 50 1 1 W | ||
X P2_7 15 700 -300 100 L 50 50 1 1 B | ||
X P2_0 16 -700 -300 100 R 50 50 1 1 I | ||
ENDDRAW | ||
ENDDEF | ||
# | ||
#End Library |