1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-17 22:21:53 +02:00

atusb: new layout for the ATmega32U2

- atusb.pro, atusb.cmp: updated for ATmega32U2-based design
- usb.sch: rearranged LED, nRST_RF, and SLP_TR, to make layout easier
- atusb.brd: redid layout for the ATmega32U2-based design
This commit is contained in:
Werner Almesberger 2011-01-31 04:57:02 -03:00
parent 318f29c5d5
commit d8dfb509ac
4 changed files with 3292 additions and 2776 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
Cmp-Mod V01 Genere par PcbNew le Sun Jan 23 01:25:02 2011 Cmp-Mod V01 Created by CvPCB (2010-12-27 BZR 2685)-unstable date = Fri Jan 28 09:41:59 2011
BeginCmp BeginCmp
TimeStamp = /4C609C08/4C63FE17; TimeStamp = /4C609C08/4C63FE17;
@ -17,14 +17,14 @@ EndCmp
BeginCmp BeginCmp
TimeStamp = /4C609BEF/4C6401AA; TimeStamp = /4C609BEF/4C6401AA;
Reference = C1; Reference = C1;
ValeurCmp = 1uF; ValeurCmp = 10uF;
IdModule = 0402; IdModule = 0603;
EndCmp EndCmp
BeginCmp BeginCmp
TimeStamp = /4C609BEF/4C6401B3; TimeStamp = /4C609BEF/4C6401B3;
Reference = C2; Reference = C2;
ValeurCmp = 100nF; ValeurCmp = 1uF;
IdModule = 0402; IdModule = 0402;
EndCmp EndCmp
@ -98,6 +98,13 @@ ValeurCmp = NC;
IdModule = 0402; IdModule = 0402;
EndCmp EndCmp
BeginCmp
TimeStamp = /4C609C08/4D425FF1;
Reference = C17;
ValeurCmp = 1pF;
IdModule = 0402;
EndCmp
BeginCmp BeginCmp
TimeStamp = /4C609BEF/4CF4AD1B; TimeStamp = /4C609BEF/4CF4AD1B;
Reference = CON1; Reference = CON1;
@ -141,9 +148,16 @@ IdModule = PAD_60x60;
EndCmp EndCmp
BeginCmp BeginCmp
TimeStamp = /4C609C08/4C640CD5; TimeStamp = /4C609BEF/4D425D53;
Reference = P15;
ValeurCmp = CONN_1;
IdModule = PAD_60x60;
EndCmp
BeginCmp
TimeStamp = /4C609BEF/4D425D62;
Reference = P16; Reference = P16;
ValeurCmp = TST; ValeurCmp = CONN_1;
IdModule = PAD_60x60; IdModule = PAD_60x60;
EndCmp EndCmp
@ -162,10 +176,31 @@ IdModule = 0402;
EndCmp EndCmp
BeginCmp BeginCmp
TimeStamp = /4C609BEF/4C609C36; TimeStamp = /4C609BEF/4D4258D9;
Reference = R4;
ValeurCmp = 22;
IdModule = 0402;
EndCmp
BeginCmp
TimeStamp = /4C609BEF/4D4258DC;
Reference = R5;
ValeurCmp = 22;
IdModule = 0402;
EndCmp
BeginCmp
TimeStamp = /4C609C08/4D425FEE;
Reference = R6;
ValeurCmp = 180;
IdModule = 0402;
EndCmp
BeginCmp
TimeStamp = /4C609BEF/4D425860;
Reference = U1; Reference = U1;
ValeurCmp = C8051F326; ValeurCmp = ATMEGA32U2;
IdModule = QFN28-SiLabs; IdModule = QFN32-VHHD-2;
EndCmp EndCmp
BeginCmp BeginCmp

View File

@ -1,37 +1,10 @@
update=Fri Jan 28 03:23:56 2011 update=Mon Jan 31 04:55:59 2011
last_client=eeschema last_client=pcbnew
[cvpcb] [cvpcb]
version=1 version=1
NetIExt=net NetIExt=net
[cvpcb/libraries] [cvpcb/libraries]
EquName1=devcms EquName1=devcms
[pcbnew]
version=1
PadDrlX=320
PadDimH=600
PadDimV=600
BoardThickness=630
SgPcb45=1
TxtPcbV=800
TxtPcbH=600
TxtModV=600
TxtModH=600
TxtModW=120
VEgarde=20
DrawLar=50
EdgeLar=50
TxtLar=120
MSegLar=150
LastNetListRead=atusb.net
[pcbnew/libraries]
LibDir=
LibName1=../ants/meander
LibName2=../modules/usb_a_plug_smt
LibName3=../../kicad-libs/modules/pads
LibName4=../modules/qfn
LibName5=../../kicad-libs/modules/stdpass
LibName6=../modules/xtal-4
LibName7=../modules/0805-6
[eeschema] [eeschema]
version=1 version=1
LibDir= LibDir=
@ -75,3 +48,30 @@ LibName6=../components/usb_a_plug
LibName7=../components/xtal-4 LibName7=../components/xtal-4
LibName8=../components/antenna LibName8=../components/antenna
LibName9=../components/balun-smt6 LibName9=../components/balun-smt6
[pcbnew]
version=1
PadDrlX=320
PadDimH=600
PadDimV=600
BoardThickness=630
SgPcb45=1
TxtPcbV=800
TxtPcbH=600
TxtModV=600
TxtModH=600
TxtModW=120
VEgarde=20
DrawLar=50
EdgeLar=50
TxtLar=120
MSegLar=150
LastNetListRead=atusb.net
[pcbnew/libraries]
LibDir=
LibName1=../ants/meander
LibName2=../modules/usb_a_plug_smt
LibName3=../../kicad-libs/modules/pads
LibName4=../modules/qfn
LibName5=../../kicad-libs/modules/stdpass
LibName6=../modules/xtal-4
LibName7=../modules/0805-6

View File

@ -1,4 +1,4 @@
EESchema Schematic File Version 2 date Fri Jan 28 03:53:22 2011 EESchema Schematic File Version 2 date Sun Jan 30 21:48:01 2011
LIBS:power LIBS:power
LIBS:device LIBS:device
LIBS:conn LIBS:conn
@ -14,7 +14,7 @@ EELAYER END
$Descr A4 11700 8267 $Descr A4 11700 8267
Sheet 2 3 Sheet 2 3
Title "IEEE 802.15.4 USB Transceiver (AT86RF230)" Title "IEEE 802.15.4 USB Transceiver (AT86RF230)"
Date "28 jan 2011" Date "31 jan 2011"
Rev "20110123" Rev "20110123"
Comp "Werner Almesberger" Comp "Werner Almesberger"
Comment1 "" Comment1 ""
@ -22,50 +22,55 @@ Comment2 ""
Comment3 "" Comment3 ""
Comment4 "" Comment4 ""
$EndDescr $EndDescr
NoConn ~ 7800 5800
NoConn ~ 7650 2600
NoConn ~ 7950 2600
Wire Wire Line
6350 1200 7500 1200
Wire Wire Line
7500 1200 7500 2600
Wire Wire Line
8100 2600 8100 2400
Connection ~ 3700 4200 Connection ~ 3700 4200
Wire Wire Line Wire Wire Line
3700 4000 3700 5350 3700 4000 3700 5350
Wire Wire Line Wire Wire Line
9200 6450 6950 6450 9450 6450 7200 6450
Wire Wire Line Wire Wire Line
6950 6450 6950 5800 7200 6450 7200 5800
Wire Wire Line Wire Wire Line
9000 4200 9200 4200 9450 6150 8100 6150
Wire Wire Line Wire Wire Line
9200 6150 7850 6150 8100 6150 8100 5800
Wire Wire Line Wire Wire Line
7850 6150 7850 5800 8250 2600 8250 1650
Wire Wire Line Wire Wire Line
8000 2600 8000 1650 9650 1650 9650 3750
Wire Wire Line Wire Wire Line
9400 1650 9400 3750 9650 3750 9250 3750
Wire Wire Line Wire Wire Line
9400 3750 9000 3750 6900 1650 6900 2450
Wire Wire Line Wire Wire Line
6650 1650 6650 2450 7650 5800 7650 6000
Wire Wire Line Wire Wire Line
7400 5800 7400 6000 9250 4500 9450 4500
Wire Wire Line Wire Wire Line
9000 4500 9200 4500 9250 3300 9450 3300
Wire Wire Line Wire Wire Line
9000 3300 9200 3300 5850 4200 6050 4200
Wire Wire Line
5600 4200 5800 4200
Connection ~ 3700 4650 Connection ~ 3700 4650
Wire Wire Line Wire Wire Line
5800 4650 3700 4650 6050 4650 3700 4650
Wire Wire Line Wire Wire Line
4850 4350 5800 4350 4850 4350 6050 4350
Wire Wire Line Wire Wire Line
4350 4350 4150 4350 4350 4350 4150 4350
Wire Wire Line Wire Wire Line
2350 4650 2550 4650 2350 4650 2550 4650
Wire Wire Line Wire Wire Line
4100 3300 4300 3300 5050 1200 5250 1200
Wire Wire Line Wire Wire Line
5400 3300 5600 3300 5400 5800 5400 3900
Wire Wire Line
5150 5800 5150 3900
Wire Wire Line Wire Wire Line
4150 4350 4000 4500 4150 4350 4000 4500
Wire Wire Line Wire Wire Line
@ -81,9 +86,9 @@ Wire Wire Line
3100 5350 3100 4500 3100 5350 3100 4500
Wire Wire Line Wire Wire Line
4750 6200 4750 6400 4750 6200 4750 6400
Connection ~ 5150 4800 Connection ~ 5400 4800
Wire Wire Line Wire Wire Line
5800 4800 5150 4800 6050 4800 5400 4800
Wire Wire Line Wire Wire Line
4000 4350 2350 4350 4000 4350 2350 4350
Wire Wire Line Wire Wire Line
@ -96,7 +101,7 @@ Wire Wire Line
Wire Wire Line Wire Wire Line
1000 4200 1200 4200 1000 4200 1200 4200
Wire Wire Line Wire Wire Line
5150 6200 5150 6400 5400 6200 5400 6400
Wire Wire Line Wire Wire Line
3400 5350 3400 4350 3400 5350 3400 4350
Connection ~ 3400 4350 Connection ~ 3400 4350
@ -105,43 +110,48 @@ Wire Wire Line
Wire Wire Line Wire Wire Line
3700 5850 3700 6050 3700 5850 3700 6050
Wire Wire Line Wire Wire Line
4900 3300 4700 3300 5850 1200 5650 1200
Wire Wire Line Wire Wire Line
4150 4500 4350 4500 4150 4500 4350 4500
Wire Wire Line Wire Wire Line
4850 4500 5800 4500 4850 4500 6050 4500
Wire Wire Line Wire Wire Line
4750 5800 4750 4650 4750 5800 4750 4650
Connection ~ 4750 4650 Connection ~ 4750 4650
Wire Wire Line Wire Wire Line
5150 4050 5800 4050 5400 4050 6050 4050
Connection ~ 5150 4050 Connection ~ 5400 4050
Wire Wire Line Wire Wire Line
7250 5800 7250 6000 7500 5800 7500 6000
Wire Wire Line Wire Wire Line
9000 4800 9200 4800 9250 4800 9450 4800
Wire Wire Line Wire Wire Line
6950 1650 6950 2600 7200 1650 7200 2600
Wire Wire Line Wire Wire Line
6800 1650 6800 2450 7050 1650 7050 2450
Wire Wire Line Wire Wire Line
9000 3900 9550 3900 9250 3900 9800 3900
Wire Wire Line Wire Wire Line
9550 3900 9550 1650 9800 3900 9800 1650
Wire Wire Line Wire Wire Line
8000 5800 8000 6000 8250 5800 8250 6000
Wire Wire Line Wire Wire Line
8000 6000 9200 6000 8250 6000 9450 6000
Wire Wire Line Wire Wire Line
7700 5800 7700 6300 7950 5800 7950 6300
Wire Wire Line Wire Wire Line
7700 6300 9200 6300 7950 6300 9450 6300
Wire Wire Line Wire Wire Line
9000 4350 9200 4350 7800 2400 7800 2600
Wire Wire Line NoConn ~ 9250 4200
5800 3750 5600 3750 NoConn ~ 9250 4350
Wire Wire Line NoConn ~ 6050 3750
5600 3750 5600 3300 Text Label 5050 4500 0 60 ~ 0
DN
Text Label 5050 4350 0 60 ~ 0
DP
Text Label 2550 4200 0 60 ~ 0
VBUS
$Comp $Comp
L PWR_FLAG #FLG03 L PWR_FLAG #FLG03
U 1 1 4D426152 U 1 1 4D426152
@ -151,59 +161,53 @@ F 1 "PWR_FLAG" H 3700 4230 30 0000 C CNN
1 3700 4000 1 3700 4000
1 0 0 -1 1 0 0 -1
$EndComp $EndComp
Text Label 6950 2150 1 60 ~ 0 Text Label 7200 2150 1 60 ~ 0
nRESET nRESET
Text Label 9550 2150 1 60 ~ 0 Text Label 9800 2150 1 60 ~ 0
SCK SCK
Text HLabel 9200 6450 2 60 Input ~ 0 Text HLabel 9450 6450 2 60 Input ~ 0
CLK CLK
NoConn ~ 7100 5800 NoConn ~ 7350 5800
NoConn ~ 7700 2600 NoConn ~ 7350 2600
NoConn ~ 7850 2600 NoConn ~ 9250 4050
NoConn ~ 7550 2600 NoConn ~ 9250 4650
NoConn ~ 7400 2600
NoConn ~ 7250 2600
NoConn ~ 7100 2600
NoConn ~ 9000 4050
NoConn ~ 9000 4650
NoConn ~ 7550 5800
$Comp $Comp
L CONN_1 P16 L CONN_1 P16
U 1 1 4D425D62 U 1 1 4D425D62
P 9550 1500 P 9800 1500
F 0 "P16" H 9630 1500 40 0000 L CNN F 0 "P16" H 9880 1500 40 0000 L CNN
F 1 "CONN_1" H 9550 1555 30 0001 C CNN F 1 "CONN_1" H 9800 1555 30 0001 C CNN
F 2 "PAD_60x60" H 9550 1500 60 0001 C CNN F 2 "PAD_60x60" H 9800 1500 60 0001 C CNN
1 9550 1500 1 9800 1500
0 -1 -1 0 0 -1 -1 0
$EndComp $EndComp
$Comp $Comp
L CONN_1 P15 L CONN_1 P15
U 1 1 4D425D53 U 1 1 4D425D53
P 9400 1500 P 9650 1500
F 0 "P15" H 9480 1500 40 0000 L CNN F 0 "P15" H 9730 1500 40 0000 L CNN
F 1 "CONN_1" H 9400 1555 30 0001 C CNN F 1 "CONN_1" H 9650 1555 30 0001 C CNN
F 2 "PAD_60x60" H 9400 1500 60 0001 C CNN F 2 "PAD_60x60" H 9650 1500 60 0001 C CNN
1 9400 1500 1 9650 1500
0 -1 -1 0 0 -1 -1 0
$EndComp $EndComp
$Comp $Comp
L VDD #PWR04 L VDD #PWR04
U 1 1 4D425CE8 U 1 1 4D425CE8
P 6800 2450 P 7050 2450
F 0 "#PWR04" H 6800 2550 30 0001 C CNN F 0 "#PWR04" H 7050 2550 30 0001 C CNN
F 1 "VDD" H 6800 2560 30 0000 C CNN F 1 "VDD" H 7050 2560 30 0000 C CNN
1 6800 2450 1 7050 2450
-1 0 0 1 -1 0 0 1
$EndComp $EndComp
NoConn ~ 5800 3900 NoConn ~ 6050 3900
$Comp $Comp
L VDD #PWR05 L VDD #PWR05
U 1 1 4D425C10 U 1 1 4D425C10
P 7400 6000 P 7650 6000
F 0 "#PWR05" H 7400 6100 30 0001 C CNN F 0 "#PWR05" H 7650 6100 30 0001 C CNN
F 1 "VDD" H 7400 6110 30 0000 C CNN F 1 "VDD" H 7650 6110 30 0000 C CNN
1 7400 6000 1 7650 6000
-1 0 0 1 -1 0 0 1
$EndComp $EndComp
$Comp $Comp
@ -229,11 +233,11 @@ $EndComp
$Comp $Comp
L ATMEGAU2 U1 L ATMEGAU2 U1
U 1 1 4D425860 U 1 1 4D425860
P 7400 4200 P 7650 4200
F 0 "U1" V 8750 5450 60 0000 C CNN F 0 "U1" V 9000 5450 60 0000 C CNN
F 1 "ATMEGA32U2" V 7100 4600 60 0000 C CNN F 1 "ATMEGA32U2" V 7350 4600 60 0000 C CNN
F 2 "QFN32-VHHD-2" H 7400 4200 60 0001 C CNN F 2 "QFN32-VHHD-2" H 7650 4200 60 0001 C CNN
1 7400 4200 1 7650 4200
0 -1 -1 0 0 -1 -1 0
$EndComp $EndComp
Text Notes 2600 6300 0 60 ~ 0 Text Notes 2600 6300 0 60 ~ 0
@ -241,10 +245,10 @@ USB 2.0 limits the capacitative load\non full-speed drivers to 50 pF.
$Comp $Comp
L GND #PWR06 L GND #PWR06
U 1 1 4CF859A9 U 1 1 4CF859A9
P 9200 3300 P 9450 3300
F 0 "#PWR06" H 9200 3300 30 0001 C CNN F 0 "#PWR06" H 9450 3300 30 0001 C CNN
F 1 "GND" H 9200 3230 30 0001 C CNN F 1 "GND" H 9450 3230 30 0001 C CNN
1 9200 3300 1 9450 3300
0 -1 -1 0 0 -1 -1 0
$EndComp $EndComp
$Comp $Comp
@ -256,7 +260,7 @@ F 1 "USB_A_PLUG " H 1750 4050 60 0000 C CNN
1 1750 4450 1 1750 4450
-1 0 0 -1 -1 0 0 -1
$EndComp $EndComp
Text Notes 6550 1000 0 60 ~ 0 Text Notes 6800 1000 0 60 ~ 0
Space P11 through P16 at 100 mil interval close to board edge\nto allow use with a 0.1" header soldered to the board. Space P11 through P16 at 100 mil interval close to board edge\nto allow use with a 0.1" header soldered to the board.
Text Label 2550 4500 0 60 ~ 0 Text Label 2550 4500 0 60 ~ 0
D+ D+
@ -267,19 +271,19 @@ USB
$Comp $Comp
L VDD #PWR07 L VDD #PWR07
U 1 1 4C64122B U 1 1 4C64122B
P 5150 3900 P 5400 3900
F 0 "#PWR07" H 5150 4000 30 0001 C CNN F 0 "#PWR07" H 5400 4000 30 0001 C CNN
F 1 "VDD" H 5150 4010 30 0000 C CNN F 1 "VDD" H 5400 4010 30 0000 C CNN
1 5150 3900 1 5400 3900
1 0 0 -1 1 0 0 -1
$EndComp $EndComp
$Comp $Comp
L GND #PWR08 L GND #PWR08
U 1 1 4C6408C7 U 1 1 4C6408C7
P 5150 6400 P 5400 6400
F 0 "#PWR08" H 5150 6400 30 0001 C CNN F 0 "#PWR08" H 5400 6400 30 0001 C CNN
F 1 "GND" H 5150 6330 30 0001 C CNN F 1 "GND" H 5400 6330 30 0001 C CNN
1 5150 6400 1 5400 6400
1 0 0 -1 1 0 0 -1
$EndComp $EndComp
$Comp $Comp
@ -294,37 +298,37 @@ $EndComp
$Comp $Comp
L GND #PWR010 L GND #PWR010
U 1 1 4C6408BA U 1 1 4C6408BA
P 5600 4200 P 5850 4200
F 0 "#PWR010" H 5600 4200 30 0001 C CNN F 0 "#PWR010" H 5850 4200 30 0001 C CNN
F 1 "GND" H 5600 4130 30 0001 C CNN F 1 "GND" H 5850 4130 30 0001 C CNN
1 5600 4200 1 5850 4200
0 1 1 0 0 1 1 0
$EndComp $EndComp
$Comp $Comp
L GND #PWR011 L GND #PWR011
U 1 1 4C6408AD U 1 1 4C6408AD
P 4100 3300 P 5050 1200
F 0 "#PWR011" H 4100 3300 30 0001 C CNN F 0 "#PWR011" H 5050 1200 30 0001 C CNN
F 1 "GND" H 4100 3230 30 0001 C CNN F 1 "GND" H 5050 1130 30 0001 C CNN
1 4100 3300 1 5050 1200
0 1 -1 0 0 1 -1 0
$EndComp $EndComp
$Comp $Comp
L GND #PWR012 L GND #PWR012
U 1 1 4C6408A8 U 1 1 4C6408A8
P 7250 6000 P 7500 6000
F 0 "#PWR012" H 7250 6000 30 0001 C CNN F 0 "#PWR012" H 7500 6000 30 0001 C CNN
F 1 "GND" H 7250 5930 30 0001 C CNN F 1 "GND" H 7500 5930 30 0001 C CNN
1 7250 6000 1 7500 6000
1 0 0 -1 1 0 0 -1
$EndComp $EndComp
$Comp $Comp
L GND #PWR013 L GND #PWR013
U 1 1 4C6408A3 U 1 1 4C6408A3
P 6650 2450 P 6900 2450
F 0 "#PWR013" H 6650 2450 30 0001 C CNN F 0 "#PWR013" H 6900 2450 30 0001 C CNN
F 1 "GND" H 6650 2380 30 0001 C CNN F 1 "GND" H 6900 2380 30 0001 C CNN
1 6650 2450 1 6900 2450
1 0 0 -1 1 0 0 -1
$EndComp $EndComp
$Comp $Comp
@ -372,17 +376,17 @@ F 1 "GND" H 3100 5980 30 0001 C CNN
1 3100 6050 1 3100 6050
1 0 0 -1 1 0 0 -1
$EndComp $EndComp
Text Label 6650 2150 1 60 ~ 0 Text Label 6900 2150 1 60 ~ 0
GND GND
Text Label 8000 2150 1 60 ~ 0 Text Label 8250 2150 1 60 ~ 0
PDO PDO
Text Label 6800 2150 1 60 ~ 0 Text Label 7050 2150 1 60 ~ 0
VDD VDD
Text Label 9400 2150 1 60 ~ 0 Text Label 9650 2150 1 60 ~ 0
PDI PDI
Text HLabel 9200 4200 2 60 Output ~ 0 Text HLabel 7800 2400 1 60 Output ~ 0
nRST_RF nRST_RF
Text HLabel 9200 4350 2 60 Output ~ 0 Text HLabel 8100 2400 1 60 Output ~ 0
SLP_TR SLP_TR
$Comp $Comp
L VR VR3 L VR VR3
@ -420,81 +424,81 @@ $EndComp
$Comp $Comp
L R R1 L R R1
U 1 1 4C6402F2 U 1 1 4C6402F2
P 5150 3300 P 6100 1200
F 0 "R1" V 5230 3300 50 0000 C CNN F 0 "R1" V 6180 1200 50 0000 C CNN
F 1 "68" V 5150 3300 50 0000 C CNN F 1 "68" V 6100 1200 50 0000 C CNN
F 2 "0402" H 5150 3300 60 0001 C CNN F 2 "0402" H 6100 1200 60 0001 C CNN
1 5150 3300 1 6100 1200
0 -1 -1 0 0 -1 -1 0
$EndComp $EndComp
$Comp $Comp
L LED D1 L LED D1
U 1 1 4C6402EE U 1 1 4C6402EE
P 4500 3300 P 5450 1200
F 0 "D1" H 4500 3400 50 0000 C CNN F 0 "D1" H 5450 1300 50 0000 C CNN
F 1 "LTST-C190KRKT" H 4500 3200 50 0000 C CNN F 1 "LTST-C190KRKT" H 5450 1100 50 0000 C CNN
F 2 "0603" H 4500 3300 60 0001 C CNN F 2 "0603" H 5450 1200 60 0001 C CNN
1 4500 3300 1 5450 1200
-1 0 0 -1 -1 0 0 -1
$EndComp $EndComp
Text HLabel 9200 6300 2 60 Input ~ 0 Text HLabel 9450 6300 2 60 Input ~ 0
IRQ_RF IRQ_RF
Text HLabel 9200 6150 2 60 Output ~ 0 Text HLabel 9450 6150 2 60 Output ~ 0
nSS nSS
Text HLabel 9200 4500 2 60 Output ~ 0 Text HLabel 9450 4500 2 60 Output ~ 0
SCLK SCLK
Text HLabel 9200 4800 2 60 Output ~ 0 Text HLabel 9450 4800 2 60 Output ~ 0
MOSI MOSI
Text HLabel 9200 6000 2 60 Input ~ 0 Text HLabel 9450 6000 2 60 Input ~ 0
MISO MISO
$Comp $Comp
L CONN_1 P14 L CONN_1 P14
U 1 1 4C640203 U 1 1 4C640203
P 8000 1500 P 8250 1500
F 0 "P14" H 8080 1500 40 0000 L CNN F 0 "P14" H 8330 1500 40 0000 L CNN
F 1 "CONN_1" H 8000 1555 30 0001 C CNN F 1 "CONN_1" H 8250 1555 30 0001 C CNN
F 2 "PAD_60x60" H 8000 1500 60 0001 C CNN F 2 "PAD_60x60" H 8250 1500 60 0001 C CNN
1 8000 1500 1 8250 1500
0 -1 -1 0 0 -1 -1 0
$EndComp $EndComp
$Comp $Comp
L CONN_1 P13 L CONN_1 P13
U 1 1 4C640202 U 1 1 4C640202
P 6950 1500 P 7200 1500
F 0 "P13" H 7030 1500 40 0000 L CNN F 0 "P13" H 7280 1500 40 0000 L CNN
F 1 "CONN_1" H 6950 1555 30 0001 C CNN F 1 "CONN_1" H 7200 1555 30 0001 C CNN
F 2 "PAD_60x60" H 6950 1500 60 0001 C CNN F 2 "PAD_60x60" H 7200 1500 60 0001 C CNN
1 6950 1500 1 7200 1500
0 -1 -1 0 0 -1 -1 0
$EndComp $EndComp
$Comp $Comp
L CONN_1 P12 L CONN_1 P12
U 1 1 4C640200 U 1 1 4C640200
P 6800 1500 P 7050 1500
F 0 "P12" H 6880 1500 40 0000 L CNN F 0 "P12" H 7130 1500 40 0000 L CNN
F 1 "CONN_1" H 6800 1555 30 0001 C CNN F 1 "CONN_1" H 7050 1555 30 0001 C CNN
F 2 "PAD_60x60" H 6800 1500 60 0001 C CNN F 2 "PAD_60x60" H 7050 1500 60 0001 C CNN
1 6800 1500 1 7050 1500
0 -1 -1 0 0 -1 -1 0
$EndComp $EndComp
$Comp $Comp
L CONN_1 P11 L CONN_1 P11
U 1 1 4C6401FE U 1 1 4C6401FE
P 6650 1500 P 6900 1500
F 0 "P11" H 6730 1500 40 0000 L CNN F 0 "P11" H 6980 1500 40 0000 L CNN
F 1 "CONN_1" H 6650 1555 30 0001 C CNN F 1 "CONN_1" H 6900 1555 30 0001 C CNN
F 2 "PAD_60x60" H 6650 1500 60 0001 C CNN F 2 "PAD_60x60" H 6900 1500 60 0001 C CNN
1 6650 1500 1 6900 1500
0 -1 -1 0 0 -1 -1 0
$EndComp $EndComp
$Comp $Comp
L C C2 L C C2
U 1 1 4C6401B3 U 1 1 4C6401B3
P 5150 6000 P 5400 6000
F 0 "C2" H 5200 6100 50 0000 L CNN F 0 "C2" H 5450 6100 50 0000 L CNN
F 1 "1uF" H 5200 5900 50 0000 L CNN F 1 "1uF" H 5450 5900 50 0000 L CNN
F 2 "0402" H 5150 6000 60 0001 C CNN F 2 "0402" H 5400 6000 60 0001 C CNN
1 5150 6000 1 5400 6000
1 0 0 -1 1 0 0 -1
$EndComp $EndComp
$Comp $Comp