45 Commits

Author SHA1 Message Date
Kévin Redon
28eff3dced schematic: add DNP note on JTAG and UART debug connectors
Change-Id: Id1c03418af021ce8febd666946bed3d8c01ceb77
2019-10-01 13:09:04 +02:00
Kévin Redon
06b45f17b6 schematic: mark P1 and P2 as dot no place
P1 (JTAG) and P2 (FTDI UART) are onlz needed to be placed on
boards meant for development.
this can by done by hand separately.

Change-Id: I039ecff7d910f3de549bf2cec264a860c8ea1d34
2019-09-03 21:26:05 +02:00
Kévin Redon
bea9406bb1 schematic: mark USB reset circuit as dot no place
the additional circuit to reset USB (by pulling D+ low) is not
required anymore since the USB controller in the SAM3S integrates
this capability.
the SAM3S-EK Development Board also demonstrates only the inline
27 Ohm termination resistors are required.

this change has been tested (behind 2 USB HUBs).
the RESET button still works.
resetting using DFU into the bootloader and starting the
application from the bootloader still works.

Change-Id: I648a041f6d3cf456f1783249546078961f85e662
2019-09-03 21:13:44 +02:00
Kévin Redon
614ce7a7d8 schematic: mark R19 as dot no place
R19 pulls VCC_PHONE low for better power on detection.
but the voltage divider R20 + R21 also pull this line low using
a stronger pull down resistor ok 20 kOhm.
thus R19 is unnecessary-

this change has been tested with a real simtrace device.
trace and card emulation worked with a Nokia 3310.

Change-Id: I0dd2025a8634f0ec38060cfbaae68618a4198fca
2019-09-03 20:33:57 +02:00
Kévin Redon
af693b2ee0 schematic: rename NP to DNP for clarity
Change-Id: I06c38e353f2b804faa0dcbf4a9405d5d5042af3e
2019-09-03 17:52:24 +02:00
Kévin Redon
31f31e24eb schematic: mark JP1 and JP2 as dot no place
the protruding through hole pins of the header for the jumper
might get shorted when the board lies on a conductive surface,
leading to unwanted flash erase (JP2) or false TST signal (JP1)

Change-Id: I7fc6176d8c63ab8274b641e7bcd990093af3c4ca
2019-09-03 17:47:55 +02:00
Kévin Redon
2ad8ff8100 schematic: mark R22 as dot no place
R22 is use to pull the FLAGB output of the FPF2109 high since this
is an open-drain output.
but we actually don't read FLAGB do get the error conditions, thus
thus pull-up resistor is not required.

this change has been tested with a real simtrace device.
trace and card emulation worked with a Nokia 3310.

Change-Id: I3dd82864708f1ecb30ddbaa4c60aa600325455e2
2019-09-03 17:40:31 +02:00
Kévin Redon
3df5a7f274 schematic: mark R24 as no place
R24 is pulling the voltage regulator output for VCC_SIM down.
it has probably been added at the same time as R15.
since we don't read VCC_SIM it is not important to have it in a
defined state.
also the card, phone, or simtrace will provide power to the card
when required (else the card load is high enough to immediately
pull it down).

this change has been tested with a real simtrace device.
trace and card emulation worked with a Nokia 3310.

Change-Id: Iaae0959b62bc9348279bc5d840addbeb28fdf98f
2019-09-03 17:20:50 +02:00
Kévin Redon
9cb8f504cb schematic: mark R15 as no place
R15 is pulling VCC_SIM down.
it has probably been added because a load resistor is present in
the FPF2109 datasheet example application, or to not have VCC_SIM
in tri-state.
since we don't read VCC_SIM it is not important to have it in a
defined state.
also the card, phone, or simtrace will provide power to the card
when required (else the card load is high enough to immediately
pull it down).
current flowing from the other card pins back to VCC should not
happen, and if it happens this high value resistor will not have
any effect.

this change has been tested with a real device.
trace and card emulation worked with a Nokia 3310.

Change-Id: I002b1fcf1039c8910d902e476a47183172d70761
2019-09-03 17:08:46 +02:00
Kévin Redon
7fc392aabf schematic: make it more readable
- VCC is up
- GND is down
- group the parts by functionality and use net name
- separate decoupling capacitors
- arrange groups from left input to right output

Change-Id: I2d894dd10b8b619ccbce1ae8b7e25316963157c8
2019-09-03 14:48:23 +02:00
Kévin Redon
9bf63354e7 updated libraries to KiCad 5
the library system changed from KiCad 4 to KiCad 5.
the custom libraries have been re-added to the project, and all
symbol names have been updated.
some symbols are a bit smaller, requiring to add some wires.

Change-Id: Id8e61aab6f05c633f455ef0d338c1658a62a2c4a
2019-08-27 17:31:37 +02:00
Kévin Redon
2bdf944c11 remove unused cable project
the layout for the FPC cable was not existing, and the schematic
is not an actual part of SIMtrace.
the FPC cables are designed separately.

Change-Id: I9138476c96404e18161b58b7b3a7a450ce633e81
2019-08-27 17:28:21 +02:00
King Kévin
6279da6fe0 change microcontroller to SAM3S 2015-07-05 09:58:19 +02:00
Harald Welte
3fc0e7da79 Update BOM for v1.4
* AT91SAM128D, not C, as old is EOL
* New ferrite bead / filter, as old is EOL.
* Flash S25FL032P0XMFI011, was already populated in v1.3
2014-06-26 11:34:44 +02:00
Kevin Redon
2a63d76a74 export schematic, and pcb (with minor esthetic corrections) 2014-06-23 00:23:40 -07:00
Harald Welte
21f7718e2f v1.4: Connect PA0 to 3V3; pull-up for PA1/PA2 (R25,R26)
PA0, PA1 and PA2 must be high during reset to enter SAM-BA mode.
2014-06-20 15:39:02 +02:00
Harald Welte
e24db8d2b4 Schematic: Make sure PA0 to PA2 are high on power-up
any other level is interfering with SAM-BA operation.  This fixes
the PA0=GND bug in the previous v1.3 version.
2014-06-20 09:44:09 +02:00
Harald Welte
bea975a05d add datasheet of SPI flash component mounted on recent boards
At some point during v1.2p production, we switched from the S25FL016
to the S25FL032P SPI flash model.  v1.3 all have that flash (so far).
2013-11-16 10:41:48 +01:00
Harald Welte
2aed3f177b simtrace 1.3: move point of origin to lower left corner of PCB 2013-11-11 15:30:59 +01:00
Kevin Redon
e9e54e8d80 merge 2013-10-28 11:15:44 +01:00
Kevin Redon
976b0a0a9f BOM corrected (sorted by value) and reformated 2013-10-28 11:00:33 +01:00
Harald Welte
c5b69fb194 re-add BOM spreadsheet with updated v1.3 components 2013-10-27 18:54:45 +01:00
Kevin Redon
ab6f2d1a19 MCU pin 48 used to identify v1.3 by putting it to ground (with internal pull-up) 2013-10-27 17:11:29 +01:00
Kevin Redon
b8671cab1f exported fabrication files 2013-10-27 12:49:58 +01:00
Kevin Redon
99b90117ab new components placed and routed 2013-10-27 12:19:55 +01:00
Kevin Redon
f03312679e MBR0530 pin numbers corrected 2013-10-27 12:17:14 +01:00
Kevin Redon
276f58ba54 new KiCAD layout format, silkscreen refdes 0.5mm, text 0.75mm, new components loaded 2013-10-27 11:43:33 +01:00
Kevin Redon
d62ac311d2 set footprints to symbols 2013-10-27 11:41:41 +01:00
Kevin Redon
b12dd78254 exported v1.3 netlist 2013-10-27 11:40:21 +01:00
Kevin Redon
ee65e36d5c v1.3 modifications: replaced IC switch with FPF2109, added schottky and pull-down resistors 2013-10-27 11:39:42 +01:00
Kevin Redon
1b9c77bfd9 added FPF210X symbol to library 2013-10-27 11:37:38 +01:00
Harald Welte
4f0bebb1f9 Mark IC5 as "do not place" (VCC_Forward) as it doesn't work anyway
If the LDO is switched off, then even if we try to forward power from
the phone to the SIM, the current will sink inside the LDO (no reverse
current protection).
2012-05-19 22:02:35 +02:00
Kevin Redon
6dcf692dfa RST_PHONE pulldown added on PCB 2012-05-18 19:30:06 +02:00
Harald Welte
2590ed2f5b Add R23 (pull-up for !SIM_RST signal)
While the SAM7 has an internal pull-up, this is of no use if the bus
switch input is left open and collects noise resulting in bogus nRST
interrupts.
2012-05-17 16:15:10 +02:00
Kevin Redon
1c82a64101 v1.2p fabrication exported 2012-05-16 19:52:14 +02:00
Kevin Redon
f0bf11b541 C14 change to 4.7uF 0805, silkscreen improved, more space for JTAG 2012-05-16 13:09:38 +02:00
Kevin Redon
436872bb86 DRC rules violations corrected 2012-05-15 20:30:52 +02:00
Harald Welte
2ebce55aa4 SIMtrace: Improve PCB routing of GND, 3V3 and VCC traces
We have to make sure the impedance of the supply lanes is not too high.
Particularly bad was passing GND in 0.2mm under several resistors before
even reaching the LDO from the USB socket.

This attempts to address the major issues.  Also, the input capacitor is
moved closer to the LDO once again
2012-05-15 11:20:41 +02:00
Kevin Redon
2b9d0c26a1 hw: fabrication output generated 2011-12-06 00:39:30 +01:00
Kevin Redon
88a018b3e2 hw: sysmocom added to copper, gerber rendered 2011-11-05 21:30:26 +01:00
Kevin Redon
e2ae9ddbde hw: solder mask between at91sam7s added 2011-11-05 19:06:28 +01:00
Kevin Redon
e3e4d3a783 VPP connected through bus switch 2011-11-05 18:47:04 +01:00
Kevin Redon
776b703b7e +1.8V line enlarged on C12, C15, C16. not possible on C19 2011-11-03 20:53:43 +01:00
Kevin Redon
2188a0bccb footprint refreched, cap near LDO 2011-11-03 20:38:04 +01:00
Kevin Redon
e27231b676 ftdi 3.3v cut in schema 2011-11-01 10:20:53 +01:00
54 changed files with 101042 additions and 353678 deletions

Binary file not shown.

View File

@@ -0,0 +1,682 @@
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# Device_Battery
#
DEF Device_Battery BT 0 0 N N 1 F N
F0 "BT" 100 100 50 H V L CNN
F1 "Device_Battery" 100 0 50 H V L CNN
F2 "" 0 60 50 V I C CNN
F3 "" 0 60 50 V I C CNN
DRAW
S -80 -55 80 -65 0 1 0 F
S -80 70 80 60 0 1 0 F
S -52 -78 50 -98 0 1 0 F
S -52 47 50 27 0 1 0 F
P 2 0 1 0 0 -60 0 -50 N
P 2 0 1 0 0 -40 0 -30 N
P 2 0 1 0 0 -20 0 -10 N
P 2 0 1 0 0 0 0 10 N
P 2 0 1 0 0 20 0 30 N
P 2 0 1 0 0 70 0 100 N
P 2 0 1 10 10 105 50 105 N
P 2 0 1 10 30 125 30 85 N
X + 1 0 200 100 D 50 50 1 1 P
X - 2 0 -200 100 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_C
#
DEF Device_C C 0 10 N Y 1 F N
F0 "C" 25 100 50 H V L CNN
F1 "Device_C" 25 -100 50 H V L CNN
F2 "" 38 -150 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
C_*
$ENDFPLIST
DRAW
P 2 0 1 20 -80 -30 80 -30 N
P 2 0 1 20 -80 30 80 30 N
X ~ 1 0 150 110 D 50 50 1 1 P
X ~ 2 0 -150 110 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_Crystal
#
DEF Device_Crystal Y 0 40 N N 1 F N
F0 "Y" 0 150 50 H V C CNN
F1 "Device_Crystal" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Crystal*
$ENDFPLIST
DRAW
S -45 100 45 -100 0 1 12 N
P 2 0 1 0 -100 0 -75 0 N
P 2 0 1 20 -75 -50 -75 50 N
P 2 0 1 20 75 -50 75 50 N
P 2 0 1 0 100 0 75 0 N
X 1 1 -150 0 50 R 50 50 1 1 P
X 2 2 150 0 50 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_Ferrite_Bead
#
DEF Device_Ferrite_Bead FB 0 0 N Y 1 F N
F0 "FB" -150 25 50 V V C CNN
F1 "Device_Ferrite_Bead" 150 0 50 V V C CNN
F2 "" -70 0 50 V I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Inductor_*
L_*
*Ferrite*
$ENDFPLIST
DRAW
P 2 0 1 0 0 -50 0 -48 N
P 2 0 1 0 0 50 0 51 N
P 5 0 1 0 -109 16 -67 89 109 -12 66 -85 -109 16 N
X ~ 1 0 150 100 D 50 50 1 1 P
X ~ 2 0 -150 100 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_Jumper
#
DEF Device_Jumper JP 0 30 Y N 1 F N
F0 "JP" 0 150 50 H V C CNN
F1 "Device_Jumper" 0 -80 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
SolderJumper*
$ENDFPLIST
DRAW
A 0 -26 125 1426 373 0 1 0 N -98 50 99 50
C -100 0 35 0 1 0 N
C 100 0 35 0 1 0 N
X 1 1 -300 0 165 R 50 50 0 1 P
X 2 2 300 0 165 L 50 50 0 1 P
ENDDRAW
ENDDEF
#
# Device_LED
#
DEF Device_LED D 0 40 N N 1 F N
F0 "D" 0 100 50 H V C CNN
F1 "Device_LED" 0 -100 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
LED*
LED_SMD:*
LED_THT:*
$ENDFPLIST
DRAW
P 2 0 1 8 -50 -50 -50 50 N
P 2 0 1 0 -50 0 50 0 N
P 4 0 1 8 50 -50 50 50 -50 0 50 -50 N
P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N
P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N
X K 1 -150 0 100 R 50 50 1 1 P
X A 2 150 0 100 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_R
#
DEF Device_R R 0 0 N Y 1 F N
F0 "R" 80 0 50 V V C CNN
F1 "Device_R" 0 0 50 V V C CNN
F2 "" -70 0 50 V I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
R_*
$ENDFPLIST
DRAW
S -40 -100 40 100 0 1 10 N
X ~ 1 0 150 50 D 50 50 1 1 P
X ~ 2 0 -150 50 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# SIMtrace_AP7332
#
DEF SIMtrace_AP7332 IC 0 40 Y Y 1 F N
F0 "IC" 0 250 60 H V C CNN
F1 "SIMtrace_AP7332" 0 -250 60 H V C CNN
F2 "" 0 0 60 H V C CNN
F3 "" 0 0 60 H V C CNN
DRAW
S -300 200 300 -200 0 1 0 N
X VOUT2 1 450 0 150 L 50 50 1 1 w
X GND 2 450 -100 150 L 50 50 1 1 W
X EN2 3 -450 -100 150 R 50 50 1 1 I
X EN1 4 -450 0 150 R 50 50 1 1 I
X VIN 5 -450 100 150 R 50 50 1 1 W
X VOUT1 6 450 100 150 L 50 50 1 1 w
ENDDRAW
ENDDEF
#
# SIMtrace_BC847
#
DEF SIMtrace_BC847 Q 0 0 Y Y 1 F N
F0 "Q" 0 -150 50 H V R CNN
F1 "SIMtrace_BC847" 0 150 50 H V R CNN
F2 "" 0 0 60 H V C CNN
F3 "" 0 0 60 H V C CNN
DRAW
C 50 0 111 0 1 10 N
P 2 0 1 0 0 0 100 100 N
P 3 0 1 10 0 75 0 -75 0 -75 N
P 3 0 1 0 50 -50 0 0 0 0 N
P 3 0 1 0 90 -90 100 -100 100 -100 N
P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F
X B 1 -200 0 200 R 40 40 1 1 I
X E 2 100 -200 100 U 40 40 1 1 P
X C 3 100 200 100 D 40 40 1 1 P
ENDDRAW
ENDDEF
#
# SIMtrace_CB3Q3244
#
DEF SIMtrace_CB3Q3244 IC 0 0 Y Y 9 L N
F0 "IC" -150 200 60 H V C CNN
F1 "SIMtrace_CB3Q3244" -300 -150 60 H V C CNN
F2 "" 0 0 60 H V C CNN
F3 "" 0 0 60 H V C CNN
DRAW
C -85 0 10 1 1 0 N
C -85 0 10 2 1 0 N
C -85 0 10 3 1 0 N
C -85 0 10 4 1 0 N
C -85 0 10 5 1 0 N
C -85 0 10 6 1 0 N
C -85 0 10 7 1 0 N
C -85 0 10 8 1 0 N
P 3 1 1 0 -200 0 -250 0 -250 0 N
P 3 1 1 0 0 0 -75 0 -75 0 N
P 3 1 1 0 0 50 0 -50 0 -50 N
P 3 1 1 0 25 50 25 -50 25 -50 N
P 4 1 1 0 25 -25 100 -25 100 -100 100 -100 N
P 4 1 1 0 25 25 100 25 100 100 100 100 N
P 5 1 1 0 -200 50 -100 0 -200 -50 -200 50 -200 50 N
P 3 2 1 0 -200 0 -250 0 -250 0 N
P 3 2 1 0 0 0 -75 0 -75 0 N
P 3 2 1 0 0 50 0 -50 0 -50 N
P 3 2 1 0 25 50 25 -50 25 -50 N
P 4 2 1 0 25 -25 100 -25 100 -100 100 -100 N
P 4 2 1 0 25 25 100 25 100 100 100 100 N
P 5 2 1 0 -200 50 -200 -50 -100 0 -200 50 -200 50 N
P 3 3 1 0 -200 0 -250 0 -250 0 N
P 3 3 1 0 0 0 -75 0 -75 0 N
P 3 3 1 0 0 50 0 -50 0 -50 N
P 3 3 1 0 25 50 25 -50 25 -50 N
P 4 3 1 0 25 -25 100 -25 100 -100 100 -100 N
P 4 3 1 0 25 25 100 25 100 100 100 100 N
P 5 3 1 0 -200 50 -200 -50 -100 0 -200 50 -200 50 N
P 3 4 1 0 -200 0 -250 0 -250 0 N
P 3 4 1 0 0 0 -75 0 -75 0 N
P 3 4 1 0 0 50 0 -50 0 -50 N
P 3 4 1 0 25 50 25 -50 25 -50 N
P 4 4 1 0 25 -25 100 -25 100 -100 100 -100 N
P 4 4 1 0 25 25 100 25 100 100 100 100 N
P 5 4 1 0 -200 50 -200 -50 -100 0 -200 50 -200 50 N
P 3 5 1 0 -250 0 -200 0 -200 0 N
P 3 5 1 0 0 0 -75 0 -75 0 N
P 3 5 1 0 0 50 0 -50 0 -50 N
P 3 5 1 0 25 50 25 -50 25 -50 N
P 4 5 1 0 25 -25 100 -25 100 -100 100 -100 N
P 4 5 1 0 25 25 100 25 100 100 100 100 N
P 5 5 1 0 -200 50 -200 -50 -100 0 -200 50 -200 50 N
P 3 6 1 0 0 0 -75 0 -75 0 N
P 3 6 1 0 0 50 0 -50 0 -50 N
P 3 6 1 0 25 50 25 -50 25 -50 N
P 4 6 1 0 -200 0 -250 0 -250 0 -250 0 N
P 4 6 1 0 25 -25 100 -25 100 -100 100 -100 N
P 4 6 1 0 25 25 100 25 100 100 100 100 N
P 5 6 1 0 -200 50 -200 -50 -100 0 -200 50 -200 50 N
P 3 7 1 0 -200 0 -250 0 -250 0 N
P 3 7 1 0 0 0 -75 0 -75 0 N
P 3 7 1 0 0 50 0 -50 0 -50 N
P 3 7 1 0 25 50 25 -50 25 -50 N
P 4 7 1 0 25 -25 100 -25 100 -100 100 -100 N
P 4 7 1 0 25 25 100 25 100 100 100 100 N
P 5 7 1 0 -200 50 -200 -50 -100 0 -200 50 -200 50 N
P 3 8 1 0 -200 0 -250 0 -250 0 N
P 3 8 1 0 0 0 -75 0 -75 0 N
P 3 8 1 0 0 50 0 -50 0 -50 N
P 3 8 1 0 25 50 25 -50 25 -50 N
P 4 8 1 0 25 -25 100 -25 100 -100 100 -100 N
P 4 8 1 0 25 25 100 25 100 100 100 100 N
P 5 8 1 0 -200 50 -200 -50 -100 0 -200 50 -200 50 N
X /1OE 1 -400 0 150 R 60 60 1 1 I
X 1B1 18 100 -250 150 U 60 60 1 1 B
X 1A1 2 100 250 150 D 60 60 1 1 B
X /1OE 1 -400 0 150 R 60 60 2 1 I
X 1B2 16 100 -250 150 U 60 60 2 1 B
X 1A2 4 100 250 150 D 60 60 2 1 B
X /1OE 1 -400 0 150 R 60 60 3 1 I
X 1B3 14 100 -250 150 U 60 60 3 1 B
X 1A3 6 100 250 150 D 60 60 3 1 B
X /1OE 1 -400 0 150 R 60 60 4 1 I
X 1B4 12 100 -250 150 U 60 60 4 1 B
X 1A4 8 100 250 150 D 60 60 4 1 B
X 2A1 11 100 250 150 D 60 60 5 1 B
X /2OE 19 -400 0 150 R 60 60 5 1 I
X 2B1 9 100 -250 150 U 60 60 5 1 B
X 2A2 13 100 250 150 D 60 60 6 1 B
X /2OE 19 -400 0 150 R 60 60 6 1 I
X 2B2 7 100 -250 150 U 60 60 6 1 B
X 2A3 15 100 250 150 D 60 60 7 1 B
X /2OE 19 -400 0 150 R 60 60 7 1 I
X 2B3 5 100 -250 150 U 60 60 7 1 B
X 2A4 17 100 250 150 D 60 60 8 1 B
X /2OE 19 -400 0 150 R 60 60 8 1 I
X 2B4 3 100 -250 150 U 60 60 8 1 B
X GND 10 100 -250 150 U 60 60 9 1 W
X VCC 20 100 250 150 D 60 60 9 1 W
ENDDRAW
ENDDEF
#
# SIMtrace_DEBUG
#
DEF SIMtrace_DEBUG P 0 30 Y Y 1 F N
F0 "P" 0 350 60 H V C CNN
F1 "SIMtrace_DEBUG" 200 0 60 V V C CNN
F2 "" 0 0 60 H V C CNN
F3 "" 0 0 60 H V C CNN
DRAW
S -100 300 150 -300 0 1 0 N
X GND 1 -350 250 250 R 60 60 1 1 W I
X CTS 2 -350 150 250 R 60 60 1 1 O I
X VCC 3 -350 50 250 R 60 60 1 1 W I
X TXD 4 -350 -50 250 R 60 60 1 1 O I
X RXD 5 -350 -150 250 R 60 60 1 1 I I
X RTS 6 -350 -250 250 R 60 60 1 1 I I
ENDDRAW
ENDDEF
#
# SIMtrace_FLASH_SPI
#
DEF SIMtrace_FLASH_SPI U 0 40 Y Y 1 F N
F0 "U" 0 300 60 H V C CNN
F1 "SIMtrace_FLASH_SPI" 0 -300 60 H V C CNN
F2 "" 0 0 60 H V C CNN
F3 "" 0 0 60 H V C CNN
DRAW
S -350 250 350 -250 0 1 0 N
X /CS 1 -600 150 250 R 60 60 1 1 I
X SO 2 -600 50 250 R 60 60 1 1 O
X /WP 3 -600 -50 250 R 60 60 1 1 O
X GND 4 -600 -150 250 R 60 60 1 1 W
X SI 5 600 -150 250 L 60 60 1 1 I
X SCK 6 600 -50 250 L 60 60 1 1 I
X /HOLD 7 600 50 250 L 60 60 1 1 I
X VCC 8 600 150 250 L 60 60 1 1 W
ENDDRAW
ENDDEF
#
# SIMtrace_FPF210X
#
DEF SIMtrace_FPF210X IC 0 40 Y Y 1 F N
F0 "IC" 0 350 60 H V C CNN
F1 "SIMtrace_FPF210X" 0 250 60 H V C CNN
F2 "SOT23-5" 0 450 60 H I C CNN
F3 "https://www.fairchildsemi.com/ds/FP/FPF2110.pdf" 0 -600 60 H I C CNN
DRAW
S -250 200 250 -350 0 1 0 N
X VIN 1 -400 100 150 R 50 50 1 1 W
X GND 2 0 -500 150 U 50 50 1 1 W
X ON 3 -400 -100 150 R 50 50 1 1 I
X FLAGB 4 400 -100 150 L 50 50 1 1 I
X VOUT 5 400 100 150 L 50 50 1 1 w
ENDDRAW
ENDDEF
#
# SIMtrace_JACK_2.5
#
DEF SIMtrace_JACK_2.5 J 0 0 Y Y 1 F N
F0 "J" -50 150 50 H V L BNN
F1 "SIMtrace_JACK_2.5" -150 -200 50 H V L BNN
F2 "" 0 0 60 H V C CNN
F3 "" 0 0 60 H V C CNN
DRAW
S -180 -100 -120 50 1 1 0 F
P 2 1 0 0 -150 100 -150 50 N
P 3 0 1 0 -150 100 250 100 250 100 N
P 5 0 1 0 250 -100 150 -100 100 -50 50 -100 50 -100 N
P 5 0 1 0 250 0 50 0 0 -50 -50 0 -50 0 N
X SLEEVE 1 350 100 100 L 40 30 1 1 P
X TIP 2 350 -100 100 L 40 30 1 1 P
X RING 3 350 0 100 L 40 30 1 1 P
ENDDRAW
ENDDEF
#
# SIMtrace_JTAG
#
DEF SIMtrace_JTAG P 0 10 Y Y 1 F N
F0 "P" 0 550 60 H V C CNN
F1 "SIMtrace_JTAG" 0 -550 50 H V C CNN
F2 "" 0 0 60 H V C CNN
F3 "" 0 0 60 H V C CNN
DRAW
S -150 500 150 -500 0 1 0 N
X VREF 1 -450 450 300 R 60 30 1 1 P I
X GND 10 450 50 300 L 60 30 1 1 P I
X RTCK 11 -450 -50 300 R 60 30 1 1 P I
X GND 12 450 -50 300 L 60 30 1 1 P I
X TDO 13 -450 -150 300 R 60 30 1 1 P I
X GND 14 450 -150 300 L 60 30 1 1 P I
X nSRST 15 -450 -250 300 R 60 30 1 1 P I
X GND 16 450 -250 300 L 60 30 1 1 P I
X DBGRQ 17 -450 -350 300 R 60 30 1 1 P I
X GND 18 450 -350 300 L 60 30 1 1 P I
X DGBACK 19 -450 -450 300 R 60 30 1 1 P I
X VCC 2 450 450 300 L 60 30 1 1 P I
X GND 20 450 -450 300 L 60 30 1 1 P I
X nTRST 3 -450 350 300 R 60 30 1 1 P I
X GND 4 450 350 300 L 60 30 1 1 P I
X TDI 5 -450 250 300 R 60 30 1 1 P I
X GND 6 450 250 300 L 60 30 1 1 P I
X TMS 7 -450 150 300 R 60 30 1 1 P I
X GND 8 450 150 300 L 60 30 1 1 P I
X TCK 9 -450 50 300 R 60 30 1 1 P I
ENDDRAW
ENDDEF
#
# SIMtrace_SCHOTTKY
#
DEF SIMtrace_SCHOTTKY D 0 40 Y N 1 F N
F0 "D" 0 100 40 H V C CNN
F1 "SIMtrace_SCHOTTKY" 0 -100 40 H V C CNN
F2 "" 0 0 60 H V C CNN
F3 "" 0 0 60 H V C CNN
$FPLIST
D?
S*
$ENDFPLIST
DRAW
P 3 0 1 0 -50 50 50 0 -50 -50 F
P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N
X K 1 200 0 150 L 40 40 1 1 P
X A 2 -200 0 150 R 40 40 1 1 P
ENDDRAW
ENDDEF
#
# SIMtrace_USB-B_MINI
#
DEF SIMtrace_USB-B_MINI J 0 40 Y Y 1 F N
F0 "J" 50 450 50 H V L BNN
F1 "SIMtrace_USB-B_MINI" -100 -450 50 H V L BNN
F2 "" 0 150 50 H I C CNN
F3 "" 0 0 60 H V C CNN
DRAW
A -50 -250 50 -1799 -901 1 1 0 N -100 -250 -50 -300
A -50 250 50 901 1799 1 1 0 N -50 300 -100 250
A 0 -350 50 370 899 1 1 0 N 40 -320 0 -300
A 0 350 50 -899 -369 1 1 0 N 0 300 40 320
A 100 -275 75 -1430 -901 1 1 0 N 40 -320 100 -350
A 100 275 75 901 1431 1 1 0 N 100 350 40 320
A 200 -300 50 -899 -1 1 1 0 N 200 -350 250 -300
A 200 300 50 1 899 1 1 0 N 250 300 200 350
P 2 1 0 0 -100 250 -100 -250 N
P 2 1 0 0 -50 -300 0 -300 N
P 2 1 0 0 -50 300 0 300 N
P 2 1 0 0 0 -200 50 -250 N
P 2 1 0 0 0 200 0 -200 N
P 2 1 0 0 50 -250 150 -250 N
P 2 1 0 0 50 250 0 200 N
P 2 1 0 0 100 -350 200 -350 N
P 2 1 0 0 100 350 200 350 N
P 2 1 0 0 150 -250 150 250 N
P 2 1 0 0 150 250 50 250 N
P 2 1 0 0 250 -300 250 300 N
X VCC 1 400 200 250 L 40 40 1 1 w
X D- 2 400 100 250 L 40 40 1 1 B
X D+ 3 400 0 250 L 40 40 1 1 B
X ID 4 400 -100 250 L 40 40 1 1 P
X GND 5 400 -200 250 L 40 40 1 1 W
ENDDRAW
ENDDEF
#
# Switch_SW_Push
#
DEF Switch_SW_Push SW 0 40 N N 1 F N
F0 "SW" 50 100 50 H V L CNN
F1 "Switch_SW_Push" 0 -60 50 H V C CNN
F2 "" 0 200 50 H I C CNN
F3 "" 0 200 50 H I C CNN
DRAW
C -80 0 20 0 1 0 N
C 80 0 20 0 1 0 N
P 2 0 1 0 0 50 0 120 N
P 2 0 1 0 100 50 -100 50 N
X 1 1 -200 0 100 R 50 50 0 1 P
X 2 2 200 0 100 L 50 50 0 1 P
ENDDRAW
ENDDEF
#
# at91sam7sxxx-au_AT91SAM7S512_256_128_64_321-AU
#
DEF at91sam7sxxx-au_AT91SAM7S512_256_128_64_321-AU IC 0 40 Y Y 1 L N
F0 "IC" -1000 2300 50 H V L BNN
F1 "at91sam7sxxx-au_AT91SAM7S512_256_128_64_321-AU" -1000 -2400 50 H V L BNN
F2 "at91sam7sxxx-au-LQFP64" 0 150 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 1 0 0 -1000 -2300 1000 -2300 N
P 2 1 0 0 -1000 2200 -1000 -2300 N
P 2 1 0 0 1000 -2300 1000 2200 N
P 2 1 0 0 1000 2200 -1000 2200 N
X ADVREF 1 1200 -1800 200 L 40 40 1 1 P
X PA18/RD/PCK2/AD1 10 1200 800 200 L 40 40 1 1 B
X PA21/RXD1/PCK1 11 1200 1100 200 L 40 40 1 1 B
X VDDCORE@0 12 -1200 -1500 200 R 40 40 1 1 W
X PA19/RK/FIQ 13 1200 900 200 L 40 40 1 1 B
X PA22/TXD1/NPCS3 14 1200 1200 200 L 40 40 1 1 B
X PA23/SCK1/PWM0 15 1200 1300 200 L 40 40 1 1 B
X PA20/RF/IRQ0/AD3 16 1200 1000 200 L 40 40 1 1 B
X GND@1 17 -1200 -2000 200 R 40 40 1 1 W
X VDDIO@0 18 -1200 -700 200 R 40 40 1 1 W
X PA16/TK/TIOB1 19 1200 600 200 L 40 40 1 1 B
X GND@0 2 -1200 -1900 200 R 40 40 1 1 W
X PA15/TF/TIOA1 20 1200 500 200 L 40 40 1 1 B
X PA14/SPCK/PWM3 21 1200 400 200 L 40 40 1 1 B
X PA13/MOSI/PWM2 22 1200 300 200 L 40 40 1 1 B
X PA24/RTS1/PWM1 23 1200 1400 200 L 40 40 1 1 B
X VDDCORE@1 24 -1200 -1600 200 R 40 40 1 1 W
X PA25/CTS1/PWM2 25 1200 1500 200 L 40 40 1 1 B
X PA26/DCD1/TIOA2 26 1200 1600 200 L 40 40 1 1 B
X PA12/MISO/PWM1 27 1200 200 200 L 40 40 1 1 B
X PA11/NPCS0/PWM0 28 1200 100 200 L 40 40 1 1 B
X PA10/DTXD/NPCS2 29 1200 0 200 L 40 40 1 1 B
X AD4 3 1200 -1600 200 L 40 40 1 1 P
X PA9/DRXD/NPCS1 30 1200 -100 200 L 40 40 1 1 B
X PA8/CTS0/ADTRG 31 1200 -200 200 L 40 40 1 1 B
X PA7/RTS0/PWM3 32 1200 -300 200 L 40 40 1 1 B
X TDI 33 -1200 1600 200 R 40 40 1 1 I
X PA6/TXD0/PCK0 34 1200 -400 200 L 40 40 1 1 B
X PA5/RXD0/NPCS3 35 1200 -500 200 L 40 40 1 1 B
X PA4/TWCK/TLCK0 36 1200 -600 200 L 40 40 1 1 B
X PA27/DTR1/TIOB2 37 1200 1700 200 L 40 40 1 1 B
X PA28/DSR1/TCLK1 38 1200 1800 200 L 40 40 1 1 B
X /NRST 39 -1200 1900 200 R 40 40 1 1 B I
X AD5 4 1200 -1500 200 L 40 40 1 1 P
X TST 40 -1200 2000 200 R 40 40 1 1 I
X PA29/RI1/TCLK2 41 1200 1900 200 L 40 40 1 1 B
X PA30/IRQ1/NPCS2 42 1200 2000 200 L 40 40 1 1 B
X PA3/TWD/NPCS3 43 1200 -700 200 L 40 40 1 1 B
X PA2/PWM2/SCK0 44 1200 -800 200 L 40 40 1 1 B
X VDDIO@1 45 -1200 -800 200 R 40 40 1 1 W
X GND@2 46 -1200 -2100 200 R 40 40 1 1 W
X PA1/PWM1/TIOB0 47 1200 -900 200 L 40 40 1 1 B
X PA0/PWM0/TIOA0 48 1200 -1000 200 L 40 40 1 1 B
X TDO 49 -1200 1300 200 R 40 40 1 1 O
X AD6 5 1200 -1400 200 L 40 40 1 1 P
X JTAGSEL 50 -1200 1200 200 R 40 40 1 1 I
X TMS 51 -1200 1500 200 R 40 40 1 1 I
X PA31/NPCS1/PCK2 52 1200 2100 200 L 40 40 1 1 B
X TCK 53 -1200 1400 200 R 40 40 1 1 I
X VDDCORE@2 54 -1200 -1700 200 R 40 40 1 1 W
X ERASE 55 -1200 2100 200 R 40 40 1 1 I
X DDM 56 -1200 900 200 R 40 40 1 1 P
X DDP 57 -1200 800 200 R 40 40 1 1 P
X VDDIO@2 58 -1200 -900 200 R 40 40 1 1 W
X VDDFLASH 59 -1200 -500 200 R 40 40 1 1 W
X AD7 6 1200 -1300 200 L 40 40 1 1 P
X GND@3 60 -1200 -2200 200 R 40 40 1 1 W
X XOUT 61 -1200 500 200 R 40 40 1 1 P
X XIN 62 -1200 300 200 R 40 40 1 1 P
X PLLRC 63 -1200 0 200 R 40 40 1 1 P
X VDDPLL 64 -1200 -1300 200 R 40 40 1 1 W
X VDDIN 7 -1200 -300 200 R 40 40 1 1 W
X VDDOUT 8 -1200 -1100 200 R 40 40 1 1 w
X PA17/TD/PCK1/AD0 9 1200 700 200 L 40 40 1 1 B
ENDDRAW
ENDDEF
#
# power_+1V8
#
DEF power_+1V8 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power_+1V8" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X +1V8 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power_+3.3V
#
DEF power_+3.3V #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power_+3.3V" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X +3V3 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power_+3V3
#
DEF power_+3V3 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power_+3V3" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
ALIAS +3.3V
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X +3V3 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power_GND
#
DEF power_GND #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -250 50 H I C CNN
F1 "power_GND" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
X GND 1 0 0 0 D 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power_PWR_FLAG
#
DEF power_PWR_FLAG #FLG 0 0 N N 1 F P
F0 "#FLG" 0 75 50 H I C CNN
F1 "power_PWR_FLAG" 0 150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 6 0 1 0 0 0 0 50 -40 75 0 100 40 75 0 50 N
X pwr 1 0 0 0 U 50 50 0 0 w
ENDDRAW
ENDDEF
#
# power_VBUS
#
DEF power_VBUS #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power_VBUS" 0 150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X VBUS 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# smartcard_ISO7816_NO
#
DEF smartcard_ISO7816_NO P 0 40 Y Y 2 F N
F0 "P" 0 250 60 H V C CNN
F1 "smartcard_ISO7816_NO" 0 -250 60 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
C -150 0 50 2 1 0 N
C 150 0 50 2 1 0 N
S -250 200 250 -200 1 1 0 N
P 3 1 1 0 -250 -100 250 -100 250 -100 N
P 3 1 1 0 -250 0 -50 0 -50 0 N
P 3 1 1 0 -50 100 -250 100 -250 100 N
P 3 1 1 0 0 -100 0 -200 0 -200 N
P 3 1 1 0 50 -100 50 100 50 100 N
P 3 1 1 0 50 0 250 0 250 0 N
P 3 1 1 0 50 100 250 100 250 100 N
P 5 1 1 0 0 200 0 100 -50 100 -50 -100 -50 -100 N
P 4 2 1 0 -100 0 100 100 100 100 100 100 N
X VCC C1 -550 150 300 R 50 50 1 1 W
X RST C2 -550 50 300 R 50 50 1 1 I
X CLK C3 -550 -50 300 R 50 50 1 1 I
X RFU C4 -550 -150 300 R 50 50 1 1 U
X GND C5 550 150 300 L 50 50 1 1 W
X VPP C6 550 50 300 L 50 50 1 1 W
X I/O C7 550 -50 300 L 50 50 1 1 B
X RFU C8 550 -150 300 L 50 50 1 1 U
X ~ SW1 -500 0 300 R 50 50 2 1 P
X ~ SW2 500 0 300 L 50 50 2 1 P
ENDDRAW
ENDDEF
#
# smartcard_REBELSIM
#
DEF smartcard_REBELSIM P 0 30 Y Y 1 F N
F0 "P" 50 350 60 H V C CNN
F1 "smartcard_REBELSIM" 200 0 60 V V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
S -100 300 250 -300 0 1 0 N
X VCC 1 -350 250 250 R 60 60 1 1 w I
X RST 2 -350 150 250 R 60 60 1 1 O I
X CLK 3 -350 50 250 R 60 60 1 1 O I
X I/O 4 -350 -50 250 R 60 60 1 1 B I
X VPP 5 -350 -150 250 R 60 60 1 1 w I
X GND 6 -350 -250 250 R 60 60 1 1 w I
ENDDRAW
ENDDEF
#
#End Library

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
Cmp-Mod V01 Created by CvPCB (2011-06-08)-testing date = Sa 02 Jul 2011 19:41:58 CEST
Cmp-Mod V01 Created by CvPcb (2013-may-18)-stable date = Mo 28 Okt 2013 10:59:43 CET
BeginCmp
TimeStamp = /4DC804A6;
@@ -87,8 +87,8 @@ EndCmp
BeginCmp
TimeStamp = /4DC6A5DE;
Reference = C14;
ValeurCmp = 1uF;
IdModule = SM0603;
ValeurCmp = 4.7uF;
IdModule = SM0805;
EndCmp
BeginCmp
@@ -162,24 +162,24 @@ IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = /4DC7A27C;
TimeStamp = /526C4CBB;
Reference = D1;
ValeurCmp = Schottky;
IdModule = SMB_STPS340U;
ValeurCmp = MBR0530;
IdModule = SOD123;
EndCmp
BeginCmp
TimeStamp = /4DCB8C13;
TimeStamp = /526C4CDD;
Reference = D2;
ValeurCmp = Schottky;
IdModule = SMB_STPS340U;
ValeurCmp = MBR0530;
IdModule = SOD123;
EndCmp
BeginCmp
TimeStamp = /4DCB8C0D;
TimeStamp = /526C4CEC;
Reference = D3;
ValeurCmp = Schottky;
IdModule = SMB_STPS340U;
ValeurCmp = MBR0530;
IdModule = SOD123;
EndCmp
BeginCmp
@@ -196,6 +196,13 @@ ValeurCmp = GREEN;
IdModule = LED-0805;
EndCmp
BeginCmp
TimeStamp = /526C4D13;
Reference = D6;
ValeurCmp = MBR0530;
IdModule = SOD123;
EndCmp
BeginCmp
TimeStamp = /4DC79E48;
Reference = FB1;
@@ -210,6 +217,13 @@ ValeurCmp = FILTER;
IdModule = SM0805;
EndCmp
BeginCmp
TimeStamp = /526C41E4;
Reference = IC1;
ValeurCmp = FPF2109;
IdModule = SOT23-5;
EndCmp
BeginCmp
TimeStamp = /4DFF8B97;
Reference = IC2;
@@ -225,19 +239,12 @@ IdModule = TQFP_64;
EndCmp
BeginCmp
TimeStamp = /4DC6A187;
TimeStamp = /4EB57076;
Reference = IC4;
ValeurCmp = CB3Q3244;
IdModule = SSOP20_BDQ;
EndCmp
BeginCmp
TimeStamp = /4DFF9774;
Reference = IC5;
ValeurCmp = FPF2005;
IdModule = SOT353;
EndCmp
BeginCmp
TimeStamp = /4CFAC6EA;
Reference = J1;
@@ -270,7 +277,7 @@ BeginCmp
TimeStamp = /4CFCD6C9;
Reference = P1;
ValeurCmp = JTAG;
IdModule = pin_array_10x2;
IdModule = PIN_ARRAY_10X2;
EndCmp
BeginCmp
@@ -406,6 +413,13 @@ ValeurCmp = 150R;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = /526C5035;
Reference = R15;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = /4DC7A441;
Reference = R16;
@@ -455,6 +469,20 @@ ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = /4FB50700;
Reference = R23;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = /526C5026;
Reference = R24;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = /4D020733;
Reference = SW1;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,76 +1,7 @@
update=Sa 02 Jul 2011 12:46:46 CEST
last_client=cvpcb
update=Di 03 Sep 2019 14:46:50 CEST
last_client=kicad
[general]
version=1
[eeschema]
version=1
LibDir=
NetFmt=1
HPGLSpd=20
HPGLDm=15
HPGLNum=1
offX_A4=0
offY_A4=0
offX_A3=0
offY_A3=0
offX_A2=0
offY_A2=0
offX_A1=0
offY_A1=0
offX_A0=0
offY_A0=0
offX_A=0
offY_A=0
offX_B=0
offY_B=0
offX_C=0
offY_C=0
offX_D=0
offY_D=0
offX_E=0
offY_E=0
RptD_X=0
RptD_Y=100
RptLab=1
SimCmd=
UseNetN=0
LabSize=60
PrintMonochrome=1
ShowSheetReferenceAndTitleBlock=1
[eeschema/libraries]
LibName1=power
LibName2=device
LibName3=transistors
LibName4=conn
LibName5=linear
LibName6=regul
LibName7=74xx
LibName8=cmos4000
LibName9=adc-dac
LibName10=memory
LibName11=xilinx
LibName12=special
LibName13=microcontrollers
LibName14=dsp
LibName15=microchip
LibName16=analog_switches
LibName17=motorola
LibName18=texas
LibName19=intel
LibName20=audio
LibName21=interface
LibName22=digital-audio
LibName23=philips
LibName24=display
LibName25=cypress
LibName26=siliconi
LibName27=opto
LibName28=atmel
LibName29=contrib
LibName30=valves
LibName31=lib/at91sam7sxxx-au
LibName32=lib/SIMtrace
LibName33=lib/smartcard
[pcbnew]
version=1
PadDrlX=0
@@ -110,3 +41,16 @@ version=1
NetIExt=net
[cvpcb/libraries]
EquName1=devcms
[eeschema]
version=1
LibDir=
[schematic_editor]
version=1
PageLayoutDescrFile=
PlotDirectoryName=../pcb/schema/
SubpartIdSeparator=0
SubpartFirstId=65
NetFmtName=
SpiceAjustPassiveValues=0
LabSize=50
ERC_TestSimilarLabels=1

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
EESchema-DOCLIB Version 2.0 Date: Mo 20 Jun 2011 20:03:28 CEST
EESchema-DOCLIB Version 2.0 Date: So 27 Okt 2013 10:58:11 CET
#
$CMP BC847
F transistors/bipolar/*.*
@@ -8,6 +8,10 @@ $CMP CB3Q3244
D SN74CB3Q3244
$ENDCMP
#
$CMP FPF210X
D Fairchild Semiconductors FPF2108-FPF2110 IC-switch
$ENDCMP
#
$CMP JTAG
D symbole general de connecteur
K CONN

View File

@@ -1,4 +1,4 @@
EESchema-DOCLIB Version 2.0 Date: Mo 20 Jun 2011 20:53:23 CEST
EESchema-DOCLIB Version 2.0 Date: So 27 Okt 2013 12:00:41 CET
#
$CMP BC847
F transistors/bipolar/*.*
@@ -8,6 +8,10 @@ $CMP CB3Q3244
D SN74CB3Q3244
$ENDCMP
#
$CMP FPF210X
D Fairchild Semiconductors FPF2108-FPF2110 IC-switch
$ENDCMP
#
$CMP JTAG
D symbole general de connecteur
K CONN
@@ -21,4 +25,8 @@ $CMP LM3046M
F datasheet/LM3046.pdf
$ENDCMP
#
$CMP SCHOTTKY
D Diode schottky
$ENDCMP
#
#End Doc Library

View File

@@ -1,10 +1,13 @@
EESchema-LIBRARY Version 2.3 Date: Mo 20 Jun 2011 20:53:23 CEST
EESchema-LIBRARY Version 2.3 Date: So 27 Okt 2013 12:00:41 CET
#encoding utf-8
#
# AP7332
#
DEF AP7332 IC 0 40 Y Y 1 F N
F0 "IC" 0 250 60 H V C CNN
F1 "AP7332" 0 -250 60 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
S -300 200 300 -200 0 1 0 N
X VOUT2 1 450 0 150 L 50 50 1 1 w
@@ -21,6 +24,8 @@ ENDDEF
DEF BC847 Q 0 0 Y Y 1 F N
F0 "Q" 0 -150 50 H V R CNN
F1 "BC847" 0 150 50 H V R CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
C 50 0 111 0 1 10 N
P 2 0 1 0 0 0 100 100 N
@@ -39,6 +44,8 @@ ENDDEF
DEF CB3Q3244 IC 0 0 Y Y 9 L N
F0 "IC" -150 200 60 H V C CNN
F1 "CB3Q3244" -300 -150 60 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
C -85 0 10 1 1 0 N
P 3 1 1 0 -200 0 -250 0 -250 0 N
@@ -138,6 +145,8 @@ ENDDEF
DEF DEBUG P 0 30 Y Y 1 F N
F0 "P" 0 350 60 H V C CNN
F1 "DEBUG" 200 0 60 V V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
S -100 300 150 -300 0 1 0 N
X GND 1 -350 250 250 R 60 60 1 1 W I
@@ -154,6 +163,8 @@ ENDDEF
DEF FLASH_SPI U 0 40 Y Y 1 F N
F0 "U" 0 300 60 H V C CNN
F1 "FLASH_SPI" 0 -300 60 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
S -350 250 350 -250 0 1 0 N
X /CS 1 -600 150 250 R 60 60 1 1 I
@@ -172,6 +183,8 @@ ENDDEF
DEF FPF200X IC 0 40 Y Y 1 F N
F0 "IC" 0 350 60 H V C CNN
F1 "FPF200X" 0 250 60 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
S -250 200 250 -350 0 1 0 N
X VOUT 1 400 100 150 L 50 50 1 1 w
@@ -182,11 +195,30 @@ X VIN 5 -400 100 150 R 50 50 1 1 W
ENDDRAW
ENDDEF
#
# FPF210X
#
DEF FPF210X IC 0 40 Y Y 1 F N
F0 "IC" 0 350 60 H V C CNN
F1 "FPF210X" 0 250 60 H V C CNN
F2 "SOT23-5" 0 450 60 H I C CNN
F3 "https://www.fairchildsemi.com/ds/FP/FPF2110.pdf" 0 -600 60 H I C CNN
DRAW
S -250 200 250 -350 0 1 0 N
X VIN 1 -400 100 150 R 50 50 1 1 W
X GND 2 0 -500 150 U 50 50 1 1 W
X ON 3 -400 -100 150 R 50 50 1 1 I
X FLAGB 4 400 -100 150 L 50 50 1 1 I
X VOUT 5 400 100 150 L 50 50 1 1 w
ENDDRAW
ENDDEF
#
# JACK
#
DEF JACK J 0 0 Y Y 1 F N
F0 "J" 0 150 50 H V L BNN
F1 "JACK" -50 -200 50 H V L BNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
P 2 1 0 0 -100 100 -100 50 N
P 2 1 0 0 0 -40 -30 -100 N
@@ -209,6 +241,8 @@ ENDDEF
DEF JACK_2.5 J 0 0 Y Y 1 F N
F0 "J" -50 150 50 H V L BNN
F1 "JACK_2.5" -150 -200 50 H V L BNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
P 2 1 0 0 -150 100 -150 50 N
P 3 0 1 0 -150 100 250 100 250 100 N
@@ -226,6 +260,8 @@ ENDDEF
DEF JTAG P 0 10 Y Y 1 F N
F0 "P" 0 550 60 H V C CNN
F1 "JTAG" 0 -550 50 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
S -150 500 150 -500 0 1 0 N
X VREF 1 -450 450 300 R 60 30 1 1 P I
@@ -256,6 +292,8 @@ ENDDEF
DEF LM3046 Q 0 40 Y Y 5 F N
F0 "Q" 0 225 50 H V C CNN
F1 "LM3046" 0 -175 50 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
$FPLIST
SO14E
$ENDFPLIST
@@ -290,6 +328,8 @@ ENDDEF
DEF LM3046M Q 0 40 Y Y 5 F N
F0 "Q" 0 225 50 H V C CNN
F1 "LM3046M" 0 -175 50 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
$FPLIST
SO14E
$ENDFPLIST
@@ -324,6 +364,8 @@ ENDDEF
DEF QS3244 IC 0 0 Y Y 9 L N
F0 "IC" -150 200 60 H V C CNN
F1 "QS3244" -225 -175 60 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
C -85 0 10 1 1 0 N
P 3 1 1 0 -200 0 -250 0 -250 0 N
@@ -423,6 +465,8 @@ ENDDEF
DEF QS3245 IC 0 0 Y Y 9 L N
F0 "IC" -150 200 60 H V C CNN
F1 "QS3245" -225 -175 60 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
C -85 0 10 1 1 0 N
P 3 1 1 0 0 0 -75 0 -75 0 N
@@ -514,6 +558,8 @@ ENDDEF
DEF SC120 IC 0 40 Y Y 1 F N
F0 "IC" 0 350 60 H V C CNN
F1 "SC120" 0 -350 60 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
S -250 250 250 -250 0 1 0 N
X IN 1 -500 150 250 R 60 60 1 1 W
@@ -525,11 +571,32 @@ X EN 6 -500 0 250 R 60 60 1 1 I
ENDDRAW
ENDDEF
#
# SCHOTTKY
#
DEF SCHOTTKY D 0 40 Y N 1 F N
F0 "D" 0 100 40 H V C CNN
F1 "SCHOTTKY" 0 -100 40 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
$FPLIST
D?
S*
$ENDFPLIST
DRAW
P 3 0 1 0 -50 50 50 0 -50 -50 F
P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N
X K 1 200 0 150 L 40 40 1 1 P
X A 2 -200 0 150 R 40 40 1 1 P
ENDDRAW
ENDDEF
#
# TPS736XX
#
DEF TPS736XX IC 0 40 Y Y 1 F N
F0 "IC" 0 450 60 H V C CNN
F1 "TPS736XX" 0 350 60 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
S -300 300 300 -50 0 1 0 N
X IN 1 -450 200 150 R 60 60 1 1 W
@@ -547,6 +614,7 @@ DEF USB-B_MINI J 0 40 Y Y 1 F N
F0 "J" 50 450 50 H V L BNN
F1 "USB-B_MINI" -100 -450 50 H V L BNN
F2 "~" 0 150 50 H I C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
P 2 1 0 0 -100 250 -100 -250 N
P 2 1 0 0 -50 -300 0 -300 N
@@ -581,6 +649,8 @@ ENDDEF
DEF USBUF IC 0 40 Y Y 1 F N
F0 "IC" 0 400 60 H V C CNN
F1 "USBUF" 0 -300 60 H V C CNN
F2 "~" 0 0 60 H V C CNN
F3 "~" 0 0 60 H V C CNN
DRAW
S -250 300 250 -200 0 1 0 N
X D1 1 -400 200 150 R 60 60 1 1 B

View File

@@ -1,4 +1,5 @@
PCBNEW-LibModule-V1 Mo 20 Jun 2011 21:34:10 CEST
PCBNEW-LibModule-V1 Thu 03 Nov 2011 11:53:58 CET
# encoding utf-8
$INDEX
CAP_AVE_E
SC_ID0
@@ -370,167 +371,6 @@ Ne 0 ""
Po 1181 0
$EndPAD
$EndMODULE JACK_2.5
$MODULE pin_array_10x2
Po 0 0 0 15 4DCBEF17 00000000 ~~
Li pin_array_10x2
Cd Double rangee de contacts 2 x 12 pins
Kw CONN
Sc 00000000
AR
Op 0 0 0
T0 0 -1500 400 400 0 100 N V 21 N"PIN_ARRAY_10X2"
T1 0 1500 400 400 0 80 N V 21 N"Val**"
DS 4000 1000 -6000 1000 150 21
DS 4000 -1000 -6000 -1000 150 21
DS -6000 -1000 -6000 1000 150 21
DS 4002 1000 4002 -1000 150 21
$PAD
Sh "1" R 600 600 0 0 0
Dr 320 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -5500 500
$EndPAD
$PAD
Sh "2" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -5500 -500
$EndPAD
$PAD
Sh "3" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -4500 500
$EndPAD
$PAD
Sh "4" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -4500 -500
$EndPAD
$PAD
Sh "5" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -3500 500
$EndPAD
$PAD
Sh "6" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -3500 -500
$EndPAD
$PAD
Sh "7" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -2500 500
$EndPAD
$PAD
Sh "8" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -2500 -500
$EndPAD
$PAD
Sh "9" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -1500 500
$EndPAD
$PAD
Sh "10" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -1500 -500
$EndPAD
$PAD
Sh "11" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -500 500
$EndPAD
$PAD
Sh "12" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -500 -500
$EndPAD
$PAD
Sh "13" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 500 500
$EndPAD
$PAD
Sh "14" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 500 -500
$EndPAD
$PAD
Sh "15" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 1500 500
$EndPAD
$PAD
Sh "16" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 1500 -500
$EndPAD
$PAD
Sh "17" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 2500 500
$EndPAD
$PAD
Sh "18" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 2500 -500
$EndPAD
$PAD
Sh "19" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 3500 500
$EndPAD
$PAD
Sh "20" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 3500 -500
$EndPAD
$SHAPE3D
Na "pin_array/pins_array_12x2.wrl"
Sc 1.000000 1.000000 1.000000
Of 0.000000 0.000000 0.000000
Ro 0.000000 0.000000 0.000000
$EndSHAPE3D
$EndMODULE pin_array_10x2
$MODULE FFC_REBELSIM
Po 0 0 0 15 4DCBF7BC 00000000 ~~
Li FFC_REBELSIM
@@ -1152,7 +992,7 @@ $MODULE SOT353
Po 0 0 0 15 4DFFA09C 00000000 ~~
Li SOT353
Sc 00000000
AR
AR
Op 0 0 0
T0 0 846 299 299 0 59 N V 21 N"SOT353"
T1 0 -768 299 299 0 59 N V 21 N"VAL**"
@@ -1196,4 +1036,165 @@ Ne 0 ""
Po 256 -374
$EndPAD
$EndMODULE SOT353
$MODULE PIN_ARRAY_10X2
Po 0 0 0 15 4DCBEF17 00000000 ~~
Li PIN_ARRAY_10X2
Cd Double rangee de contacts 2 x 12 pins
Kw CONN
Sc 00000000
AR
Op 0 0 0
T0 0 -1500 400 400 0 100 N V 21 N "PIN_ARRAY_10X2"
T1 0 1500 400 400 0 80 N V 21 N "Val**"
DS 4000 1000 -6000 1000 150 21
DS 4000 -1000 -6000 -1000 150 21
DS -6000 -1000 -6000 1000 150 21
DS 4002 1000 4002 -1000 150 21
$PAD
Sh "1" R 600 600 0 0 0
Dr 320 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -5500 500
$EndPAD
$PAD
Sh "2" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -5500 -500
$EndPAD
$PAD
Sh "3" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -4500 500
$EndPAD
$PAD
Sh "4" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -4500 -500
$EndPAD
$PAD
Sh "5" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -3500 500
$EndPAD
$PAD
Sh "6" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -3500 -500
$EndPAD
$PAD
Sh "7" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -2500 500
$EndPAD
$PAD
Sh "8" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -2500 -500
$EndPAD
$PAD
Sh "9" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -1500 500
$EndPAD
$PAD
Sh "10" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -1500 -500
$EndPAD
$PAD
Sh "11" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -500 500
$EndPAD
$PAD
Sh "12" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po -500 -500
$EndPAD
$PAD
Sh "13" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 500 500
$EndPAD
$PAD
Sh "14" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 500 -500
$EndPAD
$PAD
Sh "15" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 1500 500
$EndPAD
$PAD
Sh "16" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 1500 -500
$EndPAD
$PAD
Sh "17" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 2500 500
$EndPAD
$PAD
Sh "18" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 2500 -500
$EndPAD
$PAD
Sh "19" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 3500 500
$EndPAD
$PAD
Sh "20" C 600 600 0 0 0
Dr 400 0 0
At STD N 00E0FFFF
Ne 0 ""
Po 3500 -500
$EndPAD
$SHAPE3D
Na "pin_array/pins_array_12x2.wrl"
Sc 1.000000 1.000000 1.000000
Of 0.000000 0.000000 0.000000
Ro 0.000000 0.000000 0.000000
$EndSHAPE3D
$EndMODULE PIN_ARRAY_10X2
$EndLIBRARY

File diff suppressed because it is too large Load Diff

View File

@@ -1,38 +0,0 @@
Cmp-Mod V01 Created by CvPCB (2011-06-08)-testing date = Di 21 Jun 2011 22:38:14 CEST
BeginCmp
TimeStamp = /4E0084D9;
Reference = P1;
ValeurCmp = FFC;
IdModule = FFC;
EndCmp
BeginCmp
TimeStamp = /4E0084DD;
Reference = P2;
ValeurCmp = FFC;
IdModule = FFC;
EndCmp
BeginCmp
TimeStamp = /4E0084E2;
Reference = P3;
ValeurCmp = FFC;
IdModule = FFC;
EndCmp
BeginCmp
TimeStamp = /4E0084D4;
Reference = P4;
ValeurCmp = FFC;
IdModule = FFC;
EndCmp
BeginCmp
TimeStamp = /4E0085A5;
Reference = SIM1;
ValeurCmp = ISO7816_CARD;
IdModule = SIM;
EndCmp
EndListe

View File

@@ -1,46 +0,0 @@
# EESchema Netlist Version 1.1 created Di 21 Jun 2011 22:38:14 CEST
(
( /4E0084D9 FFC P1 FFC
( 1 /VCC )
( 2 /RST )
( 3 /CLK )
( 4 /I/O )
( 5 /VPP )
( 6 /GND )
)
( /4E0084DD FFC P2 FFC
( 1 /VCC )
( 2 /RST )
( 3 /CLK )
( 4 /I/O )
( 5 /VPP )
( 6 /GND )
)
( /4E0084E2 FFC P3 FFC
( 1 /VCC )
( 2 /RST )
( 3 /CLK )
( 4 /I/O )
( 5 /VPP )
( 6 /GND )
)
( /4E0084D4 FFC P4 FFC
( 1 /VCC )
( 2 /RST )
( 3 /CLK )
( 4 /I/O )
( 5 /VPP )
( 6 /GND )
)
( /4E0085A5 SIM SIM1 ISO7816_CARD
( C1 /VCC )
( C2 /RST )
( C3 /CLK )
( C4 ? )
( C5 /GND )
( C6 /VPP )
( C7 /I/O )
( C8 ? )
)
)
*

View File

@@ -1,100 +0,0 @@
update=Di 21 Jun 2011 21:05:47 CEST
last_client=pcbnew
[eeschema]
version=1
LibDir=lib
NetFmt=1
HPGLSpd=20
HPGLDm=15
HPGLNum=1
offX_A4=0
offY_A4=0
offX_A3=0
offY_A3=0
offX_A2=0
offY_A2=0
offX_A1=0
offY_A1=0
offX_A0=0
offY_A0=0
offX_A=0
offY_A=0
offX_B=0
offY_B=0
offX_C=0
offY_C=0
offX_D=0
offY_D=0
offX_E=0
offY_E=0
RptD_X=0
RptD_Y=100
RptLab=1
LabSize=60
[eeschema/libraries]
LibName1=power
LibName2=device
LibName3=transistors
LibName4=conn
LibName5=linear
LibName6=regul
LibName7=74xx
LibName8=cmos4000
LibName9=adc-dac
LibName10=memory
LibName11=xilinx
LibName12=special
LibName13=microcontrollers
LibName14=dsp
LibName15=microchip
LibName16=analog_switches
LibName17=motorola
LibName18=texas
LibName19=intel
LibName20=audio
LibName21=interface
LibName22=digital-audio
LibName23=philips
LibName24=display
LibName25=cypress
LibName26=siliconi
LibName27=opto
LibName28=atmel
LibName29=contrib
LibName30=valves
LibName31=smartcard
[cvpcb]
version=1
NetIExt=net
[cvpcb/libraries]
EquName1=devcms
[pcbnew]
version=1
PadDrlX=320
PadDimH=600
PadDimV=600
BoardThickness=630
TxtPcbV=800
TxtPcbH=600
TxtModV=600
TxtModH=600
TxtModW=120
VEgarde=100
DrawLar=150
EdgeLar=150
TxtLar=120
MSegLar=150
LastNetListRead=simcable.net
[pcbnew/libraries]
LibDir=
LibName1=sockets
LibName2=connect
LibName3=discret
LibName4=pin_array
LibName5=divers
LibName6=libcms
LibName7=display
LibName8=valves
LibName9=led
LibName10=dip_sockets
LibName11=lib/smartcard

View File

@@ -1,215 +0,0 @@
EESchema Schematic File Version 2 date Di 21 Jun 2011 14:36:44 CEST
LIBS:power
LIBS:device
LIBS:transistors
LIBS:conn
LIBS:linear
LIBS:regul
LIBS:74xx
LIBS:cmos4000
LIBS:adc-dac
LIBS:memory
LIBS:xilinx
LIBS:special
LIBS:microcontrollers
LIBS:dsp
LIBS:microchip
LIBS:analog_switches
LIBS:motorola
LIBS:texas
LIBS:intel
LIBS:audio
LIBS:interface
LIBS:digital-audio
LIBS:philips
LIBS:display
LIBS:cypress
LIBS:siliconi
LIBS:opto
LIBS:atmel
LIBS:contrib
LIBS:valves
LIBS:smartcard
LIBS:SIMtrace-cache
EELAYER 25 0
EELAYER END
$Descr A4 11700 8267
encoding utf-8
Sheet 1 1
Title "SIM card for FFC"
Date "21 jun 2011"
Rev "v1.0"
Comp ""
Comment1 ""
Comment2 ""
Comment3 ""
Comment4 ""
$EndDescr
$Comp
L ISO7816_CARD SIM1
U 1 1 4E0085A5
P 5900 4000
F 0 "SIM1" H 5900 4250 60 0000 C CNN
F 1 "ISO7816_CARD" H 5900 3750 60 0000 C CNN
1 5900 4000
1 0 0 -1
$EndComp
$Comp
L FFC P3
U 1 1 4E0084E2
P 5900 5250
F 0 "P3" H 5950 5600 60 0000 C CNN
F 1 "FFC" V 6100 5250 60 0000 C CNN
1 5900 5250
0 1 1 0
$EndComp
$Comp
L FFC P2
U 1 1 4E0084DD
P 7550 4000
F 0 "P2" H 7600 4350 60 0000 C CNN
F 1 "FFC" V 7750 4000 60 0000 C CNN
1 7550 4000
1 0 0 -1
$EndComp
$Comp
L FFC P1
U 1 1 4E0084D9
P 5900 2750
F 0 "P1" H 5950 3100 60 0000 C CNN
F 1 "FFC" V 6100 2750 60 0000 C CNN
1 5900 2750
0 -1 -1 0
$EndComp
$Comp
L FFC P4
U 1 1 4E0084D4
P 4200 4000
F 0 "P4" H 4250 4350 60 0000 C CNN
F 1 "FFC" V 4400 4000 60 0000 C CNN
1 4200 4000
-1 0 0 1
$EndComp
NoConn ~ 5350 4150
NoConn ~ 6450 4150
Text Label 5650 3150 3 60 ~ 0
VCC
Text Label 5750 3150 3 60 ~ 0
RST
Text Label 5850 3150 3 60 ~ 0
CLK
Text Label 5950 3150 3 60 ~ 0
I/O
Text Label 6050 3150 3 60 ~ 0
VPP
Text Label 6150 3150 3 60 ~ 0
GND
Text Label 5650 4800 1 60 ~ 0
GND
Text Label 5750 4800 1 60 ~ 0
VPP
Text Label 5850 4800 1 60 ~ 0
I/O
Text Label 5950 4800 1 60 ~ 0
CLK
Text Label 6050 4800 1 60 ~ 0
RST
Text Label 6150 4800 1 60 ~ 0
VCC
Text Label 7000 4250 0 60 ~ 0
GND
Text Label 7000 4150 0 60 ~ 0
VPP
Text Label 7000 4050 0 60 ~ 0
I/O
Text Label 7000 3950 0 60 ~ 0
CLK
Text Label 7000 3850 0 60 ~ 0
RST
Text Label 7000 3750 0 60 ~ 0
VCC
Text Label 6500 4050 0 60 ~ 0
I/O
Text Label 6500 3950 0 60 ~ 0
VPP
Text Label 6500 3850 0 60 ~ 0
GND
Text Label 5150 4050 0 60 ~ 0
CLK
Text Label 5150 3950 0 60 ~ 0
RST
Text Label 5150 3850 0 60 ~ 0
VCC
Wire Wire Line
7200 4250 6950 4250
Wire Wire Line
7200 4050 6950 4050
Wire Wire Line
7200 3850 6950 3850
Wire Wire Line
6050 3100 6050 3350
Wire Wire Line
5850 3100 5850 3350
Wire Wire Line
5650 3100 5650 3350
Wire Wire Line
6700 4050 6450 4050
Wire Wire Line
6450 3950 6700 3950
Wire Wire Line
5100 3950 5350 3950
Wire Wire Line
5650 4900 5650 4600
Wire Wire Line
5850 4900 5850 4600
Wire Wire Line
6050 4900 6050 4600
Wire Wire Line
4550 4250 4800 4250
Wire Wire Line
4550 4050 4800 4050
Wire Wire Line
4550 3850 4800 3850
Wire Wire Line
4550 3750 4800 3750
Wire Wire Line
4550 3950 4800 3950
Wire Wire Line
4550 4150 4800 4150
Wire Wire Line
6150 4900 6150 4600
Wire Wire Line
5950 4900 5950 4600
Wire Wire Line
5750 4900 5750 4600
Wire Wire Line
5100 3850 5350 3850
Wire Wire Line
5100 4050 5350 4050
Wire Wire Line
6450 3850 6700 3850
Wire Wire Line
5750 3100 5750 3350
Wire Wire Line
5950 3100 5950 3350
Wire Wire Line
6150 3100 6150 3350
Wire Wire Line
7200 3950 6950 3950
Wire Wire Line
7200 3750 6950 3750
Wire Wire Line
7200 4150 6950 4150
Text Label 4600 4250 0 60 ~ 0
VCC
Text Label 4600 4150 0 60 ~ 0
RST
Text Label 4600 4050 0 60 ~ 0
CLK
Text Label 4600 3950 0 60 ~ 0
I/O
Text Label 4600 3850 0 60 ~ 0
VPP
Text Label 4600 3750 0 60 ~ 0
GND
$EndSCHEMATC

View File

@@ -0,0 +1,5 @@
(sym_lib_table
(lib (name at91sam7sxxx-au)(type Legacy)(uri ${KIPRJMOD}/lib/at91sam7sxxx-au.lib)(options "")(descr ""))
(lib (name SIMtrace)(type Legacy)(uri ${KIPRJMOD}/lib/SIMtrace.lib)(options "")(descr ""))
(lib (name smartcard)(type Legacy)(uri ${KIPRJMOD}/lib/smartcard.lib)(options "")(descr ""))
)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,129 +0,0 @@
%!PS-Adobe-3.0
%%Creator: PCBNEW-PS
%%CreationDate: Sat Jul 2 20:52:11 2011
%%Title: /media/data/gsm/sim/production/hardware/pcb/board/SIMtrace-Mask_Back.ps
%%Pages: 1
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 843
%%DocumentMedia: A4 595 842 0 () ()
%%Orientation: Landscape
%%EndComments
%%Page: 1 1
/line {
newpath
moveto
lineto
stroke
} bind def
/cir0 { newpath 0 360 arc stroke } bind def
/cir1 { newpath 0 360 arc gsave fill grestore stroke } bind def
/cir2 { newpath 0 360 arc gsave fill grestore stroke } bind def
/arc0 { newpath arc stroke } bind def
/arc1 { newpath 4 index 4 index moveto arc closepath gsave fill grestore stroke } bind def
/arc2 { newpath 4 index 4 index moveto arc closepath gsave fill grestore stroke } bind def
/poly0 { stroke } bind def
/poly1 { closepath gsave fill grestore stroke } bind def
/poly2 { closepath gsave fill grestore stroke } bind def
/rect0 { rectstroke } bind def
/rect1 { rectfill } bind def
/rect2 { rectfill } bind def
/linemode0 { 0 setlinecap 0 setlinejoin 0 setlinewidth } bind def
/linemode1 { 1 setlinecap 1 setlinejoin } bind def
/dashedline { [50 50] 0 setdash } bind def
/solidline { [] 0 setdash } bind def
gsave
0.0072 0.0072 scale
linemode1
82670 0 translate 90 rotate
60 setlinewidth
80 setlinewidth
newpath
14450 26370 moveto
14450 47720 lineto
stroke
newpath
48250 26370 moveto
14450 26370 lineto
stroke
newpath
48250 47720 moveto
48250 26370 lineto
stroke
newpath
15250 47720 moveto
48250 47720 lineto
stroke
newpath
14450 47720 moveto
15250 47720 lineto
stroke
60 setlinewidth
46331 42570 267 cir1
43969 42570 267 cir1
newpath
26330 45100 moveto
26330 45840 lineto
27070 45840 lineto
27070 45100 lineto
26330 45100 lineto
poly1
26700 46470 370 cir1
27700 45470 370 cir1
27700 46470 370 cir1
28700 45470 370 cir1
28700 46470 370 cir1
29700 45470 370 cir1
29700 46470 370 cir1
30700 45470 370 cir1
30700 46470 370 cir1
31700 45470 370 cir1
31700 46470 370 cir1
32700 45470 370 cir1
32700 46470 370 cir1
33700 45470 370 cir1
33700 46470 370 cir1
34700 45470 370 cir1
34700 46470 370 cir1
35700 45470 370 cir1
35700 46470 370 cir1
newpath
36880 43350 moveto
36880 44090 lineto
37620 44090 lineto
37620 43350 lineto
36880 43350 lineto
poly1
38250 43720 370 cir1
newpath
38880 43350 moveto
38880 44090 lineto
39620 44090 lineto
39620 43350 lineto
38880 43350 lineto
poly1
40250 43720 370 cir1
newpath
46230 29340 moveto
46970 29340 lineto
46970 28600 lineto
46230 28600 lineto
46230 29340 lineto
poly1
46600 27970 370 cir1
newpath
41830 46100 moveto
41830 46840 lineto
42570 46840 lineto
42570 46100 lineto
41830 46100 lineto
poly1
43200 46470 370 cir1
44200 46470 370 cir1
45200 46470 370 cir1
46200 46470 370 cir1
47200 46470 370 cir1
45650 31981 247 cir1
45650 33359 247 cir1
showpage
grestore
%%EOF

File diff suppressed because it is too large Load Diff

View File

@@ -1,62 +0,0 @@
%!PS-Adobe-3.0
%%Creator: PCBNEW-PS
%%CreationDate: Sat Jul 2 20:52:11 2011
%%Title: /media/data/gsm/sim/production/hardware/pcb/board/SIMtrace-PCB_Edges.ps
%%Pages: 1
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 843
%%DocumentMedia: A4 595 842 0 () ()
%%Orientation: Landscape
%%EndComments
%%Page: 1 1
/line {
newpath
moveto
lineto
stroke
} bind def
/cir0 { newpath 0 360 arc stroke } bind def
/cir1 { newpath 0 360 arc gsave fill grestore stroke } bind def
/cir2 { newpath 0 360 arc gsave fill grestore stroke } bind def
/arc0 { newpath arc stroke } bind def
/arc1 { newpath 4 index 4 index moveto arc closepath gsave fill grestore stroke } bind def
/arc2 { newpath 4 index 4 index moveto arc closepath gsave fill grestore stroke } bind def
/poly0 { stroke } bind def
/poly1 { closepath gsave fill grestore stroke } bind def
/poly2 { closepath gsave fill grestore stroke } bind def
/rect0 { rectstroke } bind def
/rect1 { rectfill } bind def
/rect2 { rectfill } bind def
/linemode0 { 0 setlinecap 0 setlinejoin 0 setlinewidth } bind def
/linemode1 { 1 setlinecap 1 setlinejoin } bind def
/dashedline { [50 50] 0 setdash } bind def
/solidline { [] 0 setdash } bind def
gsave
0.0072 0.0072 scale
linemode1
82670 0 translate 90 rotate
60 setlinewidth
80 setlinewidth
newpath
14450 26370 moveto
14450 47720 lineto
stroke
newpath
48250 26370 moveto
14450 26370 lineto
stroke
newpath
48250 47720 moveto
48250 26370 lineto
stroke
newpath
15250 47720 moveto
48250 47720 lineto
stroke
newpath
14450 47720 moveto
15250 47720 lineto
stroke
showpage
grestore
%%EOF

View File

@@ -1,62 +0,0 @@
%!PS-Adobe-3.0
%%Creator: PCBNEW-PS
%%CreationDate: Sat Jul 2 20:52:11 2011
%%Title: /media/data/gsm/sim/production/hardware/pcb/board/SIMtrace-SilkS_Back.ps
%%Pages: 1
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 843
%%DocumentMedia: A4 595 842 0 () ()
%%Orientation: Landscape
%%EndComments
%%Page: 1 1
/line {
newpath
moveto
lineto
stroke
} bind def
/cir0 { newpath 0 360 arc stroke } bind def
/cir1 { newpath 0 360 arc gsave fill grestore stroke } bind def
/cir2 { newpath 0 360 arc gsave fill grestore stroke } bind def
/arc0 { newpath arc stroke } bind def
/arc1 { newpath 4 index 4 index moveto arc closepath gsave fill grestore stroke } bind def
/arc2 { newpath 4 index 4 index moveto arc closepath gsave fill grestore stroke } bind def
/poly0 { stroke } bind def
/poly1 { closepath gsave fill grestore stroke } bind def
/poly2 { closepath gsave fill grestore stroke } bind def
/rect0 { rectstroke } bind def
/rect1 { rectfill } bind def
/rect2 { rectfill } bind def
/linemode0 { 0 setlinecap 0 setlinejoin 0 setlinewidth } bind def
/linemode1 { 1 setlinecap 1 setlinejoin } bind def
/dashedline { [50 50] 0 setdash } bind def
/solidline { [] 0 setdash } bind def
gsave
0.0072 0.0072 scale
linemode1
82670 0 translate 90 rotate
60 setlinewidth
80 setlinewidth
newpath
14450 26370 moveto
14450 47720 lineto
stroke
newpath
48250 26370 moveto
14450 26370 lineto
stroke
newpath
48250 47720 moveto
48250 26370 lineto
stroke
newpath
15250 47720 moveto
48250 47720 lineto
stroke
newpath
14450 47720 moveto
15250 47720 lineto
stroke
showpage
grestore
%%EOF

File diff suppressed because it is too large Load Diff

View File

@@ -1,62 +0,0 @@
%!PS-Adobe-3.0
%%Creator: PCBNEW-PS
%%CreationDate: Sat Jul 2 20:52:11 2011
%%Title: /media/data/gsm/sim/production/hardware/pcb/board/SIMtrace-SoldP_Back.ps
%%Pages: 1
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 843
%%DocumentMedia: A4 595 842 0 () ()
%%Orientation: Landscape
%%EndComments
%%Page: 1 1
/line {
newpath
moveto
lineto
stroke
} bind def
/cir0 { newpath 0 360 arc stroke } bind def
/cir1 { newpath 0 360 arc gsave fill grestore stroke } bind def
/cir2 { newpath 0 360 arc gsave fill grestore stroke } bind def
/arc0 { newpath arc stroke } bind def
/arc1 { newpath 4 index 4 index moveto arc closepath gsave fill grestore stroke } bind def
/arc2 { newpath 4 index 4 index moveto arc closepath gsave fill grestore stroke } bind def
/poly0 { stroke } bind def
/poly1 { closepath gsave fill grestore stroke } bind def
/poly2 { closepath gsave fill grestore stroke } bind def
/rect0 { rectstroke } bind def
/rect1 { rectfill } bind def
/rect2 { rectfill } bind def
/linemode0 { 0 setlinecap 0 setlinejoin 0 setlinewidth } bind def
/linemode1 { 1 setlinecap 1 setlinejoin } bind def
/dashedline { [50 50] 0 setdash } bind def
/solidline { [] 0 setdash } bind def
gsave
0.0072 0.0072 scale
linemode1
82670 0 translate 90 rotate
60 setlinewidth
80 setlinewidth
newpath
14450 26370 moveto
14450 47720 lineto
stroke
newpath
48250 26370 moveto
14450 26370 lineto
stroke
newpath
48250 47720 moveto
48250 26370 lineto
stroke
newpath
15250 47720 moveto
48250 47720 lineto
stroke
newpath
14450 47720 moveto
15250 47720 lineto
stroke
showpage
grestore
%%EOF

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,37 +1,37 @@
"Id";"Designator";"Package";"Quantity";"Designation";"Supplier and ref";
1;"P3";"FFC_REBELSIM";1;"FFC_SIM";;;
2;"J2";"JACK_2.5";1;"SERIAL";;;
3;"P1";"pin_array_10x2";1;"JTAG";;;
4;"JP2";"PIN_ARRAY_2X1";1;"ERASE";;;
5;"JP1";"PIN_ARRAY_2X1";1;"TEST";;;
6;"BT1";"PIN_ARRAY_2X1";1;"4.5-6V";;;
7;"X1";"Q_49U3HMS";1;"18.432MHz";;;
8;"R18,R17,R16,R2";"SM0603";4;"10K";;;
9;"R14,R13";"SM0603";2;"150R";;;
10;"R12,R8,R7,R6,R5,R4,R1,R22,R19";"SM0603";9;"100K";;;
11;"R11,R3";"SM0603";2;"1K5";;;
12;"R10,R9";"SM0603";2;"27R";;;
13;"C23,C20,C19,C16,C15,C9,C7,C4,C3,C24";"SM0603";10;"100nF";;;
14;"C22,C21,C14";"SM0603";3;"1uF";;;
15;"C18,C17";"SM0603";2;"10pF";;;
16;"C13,C11";"SM0603";2;"15pF";;;
17;"C12,C1";"SM0603";2;"2.2uF";;;
18;"C10";"SM0603";1;"1nF";;;
19;"C6";"SM0603";1;"10nF";;;
20;"C5";"SM0603";1;"33pF";;;
21;"FB2,FB1";"SM0805";2;"FILTER";;;
22;"IC3";"TQFP_64";1;"AT91SAM7S";;;
23;"P2";"PIN_ARRAY-6X1";1;"DEBUG";;;
24;"Q2,Q1";"SOT23_BC847";2;"BC847";;;
25;"SW1";"PUSH_BUTTON";1;"RESET";;;
26;"SW2";"PUSH_BUTTON";1;"BOOTLOADER";;;
27;"J1";"USB-MINI-B_UX60";1;"USB";;;
28;"P4";"SIM_AMPHENOL";1;"SIM";;;
29;"IC4";"SSOP20_BDQ";1;"CB3Q3244";;;
30;"R21,R20";"SM0603";2;"10k1%";;;
31;"IC5";"SOT353";1;"FPF2005";;;
32;"IC2";"SOT26";1;"AP7332";;;
33;"D1,D2,D3";"SMB_STPS340U";3;"Schottky";;;
34;"D4";"LED-0805";1;"RED";;;
35;"D5";"LED-0805";1;"GREEN";;;
36;"U1";"SOC008_WIDE";1;"FLASH";;;
4.5-6V,1,"BT1"
10pF,2,"C17 C18"
15pF,2,"C11 C13"
33pF,1,"C5"
1nF,1,"C10"
10nF,1,"C6"
100nF,10,"C3 C4 C7 C9 C15 C16 C19 C20 C23 C24"
1uF,2,"C21 C22"
2.2uF,2,"C1 C12"
4.7uF,1,"C14"
RED,1,"D4"
GREEN,1,"D5"
MBR0530,4,"D1 D2 D3 D6"
FILTER,2,"FB1 FB2"
FPF2109,1,"IC1"
AP7332,1,"IC2"
CB3Q3244,1,"IC4"
ATSAM3S2B,1,"IC3"
JACK_2.5,1,"J2"
USB-B_MINI,1,"J1"
TEST,1,"JP1"
ERASE,1,"JP2"
REBELSIM,1,"P3"
DEBUG,1,"P2"
JTAG,1,"P1"
SIM,1,"P4"
BC847,2,"Q1 Q2"
27R,2,"R9 R10"
150R,2,"R13 R14"
1K5,2,"R3 R11"
10K,4,"R2 R16 R17 R18"
10k1%,2,"R20 R21"
100K,14,"R1 R4 R5 R6 R7 R8 R12 R15 R19 R22 R23 R24 R25 R26"
RESET,1,"SW1"
BOOTLOADER,1,"SW2"
FLASH,1,"U1"
18.432MHz,1,"X1"
1 Id 4.5-6V Designator 1 Package BT1 Quantity Designation Supplier and ref
2 1 10pF P3 2 FFC_REBELSIM C17 C18 1 FFC_SIM
3 2 15pF J2 2 JACK_2.5 C11 C13 1 SERIAL
4 3 33pF P1 1 pin_array_10x2 C5 1 JTAG
5 4 1nF JP2 1 PIN_ARRAY_2X1 C10 1 ERASE
6 5 10nF JP1 1 PIN_ARRAY_2X1 C6 1 TEST
7 6 100nF BT1 10 PIN_ARRAY_2X1 C3 C4 C7 C9 C15 C16 C19 C20 C23 C24 1 4.5-6V
8 7 1uF X1 2 Q_49U3HMS C21 C22 1 18.432MHz
9 8 2.2uF R18,R17,R16,R2 2 SM0603 C1 C12 4 10K
10 9 4.7uF R14,R13 1 SM0603 C14 2 150R
11 10 RED R12,R8,R7,R6,R5,R4,R1,R22,R19 1 SM0603 D4 9 100K
12 11 GREEN R11,R3 1 SM0603 D5 2 1K5
13 12 MBR0530 R10,R9 4 SM0603 D1 D2 D3 D6 2 27R
14 13 FILTER C23,C20,C19,C16,C15,C9,C7,C4,C3,C24 2 SM0603 FB1 FB2 10 100nF
15 14 FPF2109 C22,C21,C14 1 SM0603 IC1 3 1uF
16 15 AP7332 C18,C17 1 SM0603 IC2 2 10pF
17 16 CB3Q3244 C13,C11 1 SM0603 IC4 2 15pF
18 17 ATSAM3S2B C12,C1 1 SM0603 IC3 2 2.2uF
19 18 JACK_2.5 C10 1 SM0603 J2 1 1nF
20 19 USB-B_MINI C6 1 SM0603 J1 1 10nF
21 20 TEST C5 1 SM0603 JP1 1 33pF
22 21 ERASE FB2,FB1 1 SM0805 JP2 2 FILTER
23 22 REBELSIM IC3 1 TQFP_64 P3 1 AT91SAM7S
24 23 DEBUG P2 1 PIN_ARRAY-6X1 P2 1 DEBUG
25 24 JTAG Q2,Q1 1 SOT23_BC847 P1 2 BC847
26 25 SIM SW1 1 PUSH_BUTTON P4 1 RESET
27 26 BC847 SW2 2 PUSH_BUTTON Q1 Q2 1 BOOTLOADER
28 27 27R J1 2 USB-MINI-B_UX60 R9 R10 1 USB
29 28 150R P4 2 SIM_AMPHENOL R13 R14 1 SIM
30 29 1K5 IC4 2 SSOP20_BDQ R3 R11 1 CB3Q3244
31 30 10K R21,R20 4 SM0603 R2 R16 R17 R18 2 10k1%
32 31 10k1% IC5 2 SOT353 R20 R21 1 FPF2005
33 32 100K IC2 14 SOT26 R1 R4 R5 R6 R7 R8 R12 R15 R19 R22 R23 R24 R25 R26 1 AP7332
34 33 RESET D1,D2,D3 1 SMB_STPS340U SW1 3 Schottky
35 34 BOOTLOADER D4 1 LED-0805 SW2 1 RED
36 35 FLASH D5 1 LED-0805 U1 1 GREEN
37 36 18.432MHz U1 1 SOC008_WIDE X1 1 FLASH

View File

@@ -0,0 +1,6 @@
### Module positions - created on So 17 Mai 2015 14:58:54 CEST ###
### Printed by Pcbnew version pcbnew (2013-may-18)-stable
## Unit = mm, Angle = deg.
## Side : Front
# Ref Val Package PosX PosY Rot Side
## End

View File

@@ -0,0 +1,74 @@
### Module positions - created on So 17 Mai 2015 14:58:54 CEST ###
### Printed by Pcbnew version pcbnew (2013-may-18)-stable
## Unit = mm, Angle = deg.
## Side : Front
# Ref Val Package PosX PosY Rot Side
C1 2.2uF SM0603 39.3700 25.9080 90.0 Front
C3 100nF SM0603 46.2204 35.0418 90.0 Front
C4 100nF SM0603 42.6720 15.3035 180.0 Front
C5 33pF SM0603 69.4690 21.4630 90.0 Front
C6 10nF SM0603 30.8610 28.4480 90.0 Front
C7 100nF SM0603 54.8640 26.8605 90.0 Front
C9 100nF SM0603 48.0060 35.0520 90.0 Front
C10 1nF SM0603 27.6860 27.4320 180.0 Front
C11 15pF SM0603 58.6740 35.9410 90.0 Front
C12 2.2uF SM0603 37.7190 25.1460 90.0 Front
C13 15pF SM0603 61.0870 35.9410 90.0 Front
C14 4.7uF SM0805 67.0560 9.7790 270.0 Front
C15 100nF SM0603 41.4020 31.7500 90.0 Front
C16 100nF SM0603 38.4810 20.5740 270.0 Front
C17 10pF SM0603 44.0690 35.0520 90.0 Front
C18 10pF SM0603 37.3380 35.0520 270.0 Front
C19 100nF SM0603 45.6565 14.9860 180.0 Front
C20 100nF SM0603 51.8160 32.6390 0.0 Front
C21 1uF SM0603 61.3410 6.3500 90.0 Front
C22 1uF SM0603 61.3410 9.9060 270.0 Front
C23 100nF SM0603 32.5145 31.8440 180.0 Front
C24 100nF SM0603 58.2970 16.5020 270.0 Front
D1 MBR0530 SOD123 74.2970 34.5020 270.0 Front
D2 MBR0530 SOD123 73.2790 8.1280 0.0 Front
D3 MBR0530 SOD123 73.2790 3.4290 0.0 Front
D4 RED LED-0805 40.1320 5.0800 180.0 Front
D5 GREEN LED-0805 40.1320 7.7470 180.0 Front
D6 MBR0530 SOD123 61.7970 3.0020 0.0 Front
FB1 FILTER SM0805 73.7870 12.8270 270.0 Front
FB2 FILTER SM0805 28.0543 31.8694 180.0 Front
IC1 FPF2109 SOT23-5 61.2970 16.0020 0.0 Front
IC2 AP7332 SOT26 64.3890 9.3980 0.0 Front
IC3 MCU TQFP_64 46.9900 24.1300 270.0 Front
IC4 CB3Q3244 SSOP20_BDQ 18.4150 35.4330 180.0 Front
P3 FFC FFC_REBELSIM 5.8420 36.1950 270.0 Front
P4 SIM SIM_AMPHENOL 26.6700 13.3350 180.0 Front
Q1 BC847 SOT23_BC847 78.6130 25.7810 90.0 Front
Q2 BC847 SOT23_BC847 70.4850 30.9880 0.0 Front
R1 100K SM0603 80.0100 29.3370 180.0 Front
R2 10K SM0603 73.6600 21.3360 90.0 Front
R3 1K5 SM0603 71.8820 21.3360 90.0 Front
R4 100K SM0603 33.6550 44.8310 270.0 Front
R5 100K SM0603 36.1950 44.8310 270.0 Front
R6 100K SM0603 38.7350 44.8310 270.0 Front
R7 100K SM0603 41.2750 44.8310 270.0 Front
R8 100K SM0603 46.3550 44.8310 270.0 Front
R9 27R SM0603 66.0400 22.8600 0.0 Front
R10 27R SM0603 66.0400 24.7650 0.0 Front
R11 1K5 SM0603 27.6860 29.4640 0.0 Front
R12 100K SM0603 67.7970 38.5020 0.0 Front
R13 150R SM0603 43.9420 5.4610 180.0 Front
R14 150R SM0603 43.9420 7.4930 180.0 Front
R15 100K SM0603 56.2970 15.0020 270.0 Front
R16 10K SM0603 68.6943 27.3380 180.0 Front
R17 10K SM0603 49.6240 12.4460 0.0 Front
R18 10K SM0603 47.5691 5.7506 270.0 Front
R19 100K SM0603 18.6690 42.9260 270.0 Front
R20 10k1% SM0603 21.4630 42.9260 90.0 Front
R21 10k1% SM0603 24.2570 42.9260 270.0 Front
R22 100K SM0603 64.2620 17.2720 180.0 Front
R23 100K SM0603 14.2240 42.1640 270.0 Front
R24 100K SM0603 65.7970 3.0020 0.0 Front
R25 100K SM0603 32.1310 14.4780 90.0 Front
R26 100K SM0603 30.2260 15.2400 90.0 Front
SW1 RESET PUSH_BUTTON 7.2390 49.4030 180.0 Front
SW2 BOOTLOADER PUSH_BUTTON 20.7010 49.4030 180.0 Front
U1 FLASH SOC008_WIDE 53.4670 7.2390 270.0 Front
X1 18.432MHz Q_49U3HMS 42.0370 39.6240 180.0 Front
## End

View File

@@ -1,555 +0,0 @@
Cmp-Mod V01 Genere par PcbNew le Sa 02 Jul 2011 20:50:33 CEST
BeginCmp
TimeStamp = 4DCD07C6
Path = /4DC51F05
Reference = P3;
ValeurCmp = FFC_SIM;
IdModule = FFC_REBELSIM;
EndCmp
BeginCmp
TimeStamp = 4DCD07C7
Path = /4DCBE233
Reference = J2;
ValeurCmp = SERIAL;
IdModule = JACK_2.5;
EndCmp
BeginCmp
TimeStamp = 4DCD07CB
Path = /4CFCD6C9
Reference = P1;
ValeurCmp = JTAG;
IdModule = pin_array_10x2;
EndCmp
BeginCmp
TimeStamp = 4DCD07CC
Path = /4DC683ED
Reference = JP2;
ValeurCmp = ERASE;
IdModule = PIN_ARRAY_2X1;
EndCmp
BeginCmp
TimeStamp = 4DCD07CE
Path = /4DC68259
Reference = JP1;
ValeurCmp = TEST;
IdModule = PIN_ARRAY_2X1;
EndCmp
BeginCmp
TimeStamp = 4DD21AFA
Path = /4DC804A6
Reference = BT1;
ValeurCmp = 4.5-6V;
IdModule = PIN_ARRAY_2X1;
EndCmp
BeginCmp
TimeStamp = 4DCD07D5
Path = /4CE915DE
Reference = X1;
ValeurCmp = 18.432MHz;
IdModule = Q_49U3HMS;
EndCmp
BeginCmp
TimeStamp = 4DCD07D7
Path = /4DC5A30D
Reference = R18;
ValeurCmp = 10K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07D9
Path = /4DC799F2
Reference = R17;
ValeurCmp = 10K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07DB
Path = /4DC7A441
Reference = R16;
ValeurCmp = 10K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07DF
Path = /4DC555D0
Reference = R14;
ValeurCmp = 150R;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07E1
Path = /4CF7BAEE
Reference = R13;
ValeurCmp = 150R;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07E3
Path = /4D0206C7
Reference = R12;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07E5
Path = /4D020DC6
Reference = R11;
ValeurCmp = 1K5;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07E7
Path = /4DC79EA7
Reference = R10;
ValeurCmp = 27R;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07E9
Path = /4DC79EAD
Reference = R9;
ValeurCmp = 27R;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07EB
Path = /4CE9A6AE
Reference = R8;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07ED
Path = /4CE9A6A9
Reference = R7;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07EF
Path = /4CE9A6A5
Reference = R6;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07F1
Path = /4CE9A69A
Reference = R5;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07F3
Path = /4CE9A68C
Reference = R4;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07F5
Path = /4DC79ECE
Reference = R3;
ValeurCmp = 1K5;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07F7
Path = /4DC79E9A
Reference = R2;
ValeurCmp = 10K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07F9
Path = /4DC79ED1
Reference = R1;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07FB
Path = /4DC68E45
Reference = C23;
ValeurCmp = 100nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07FD
Path = /4DC6A5D9
Reference = C22;
ValeurCmp = 1uF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD07FF
Path = /4DC6A5CB
Reference = C21;
ValeurCmp = 1uF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0801
Path = /4D020EDF
Reference = C20;
ValeurCmp = 100nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0803
Path = /4DC664E0
Reference = C19;
ValeurCmp = 100nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0805
Path = /4CE91633
Reference = C18;
ValeurCmp = 10pF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0807
Path = /4CE9162F
Reference = C17;
ValeurCmp = 10pF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0809
Path = /4DC664DD
Reference = C16;
ValeurCmp = 100nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD080B
Path = /4D020ED8
Reference = C15;
ValeurCmp = 100nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD080D
Path = /4DC6A5DE
Reference = C14;
ValeurCmp = 1uF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD080F
Path = /4DC79EDC
Reference = C13;
ValeurCmp = 15pF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0811
Path = /4DC8F97A
Reference = C12;
ValeurCmp = 2.2uF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0813
Path = /4DC79ED8
Reference = C11;
ValeurCmp = 15pF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0815
Path = /4D020DCD
Reference = C10;
ValeurCmp = 1nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0817
Path = /4D020BEB
Reference = C9;
ValeurCmp = 100nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0819
Path = /4D020BDE
Reference = C7;
ValeurCmp = 100nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD081B
Path = /4D020DD3
Reference = C6;
ValeurCmp = 10nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DFF297E
Path = /4DC79EDF
Reference = C5;
ValeurCmp = 33pF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD081F
Path = /4DC66392
Reference = C4;
ValeurCmp = 100nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0821
Path = /4D037E30
Reference = C3;
ValeurCmp = 100nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0823
Path = /4DC8F975
Reference = C1;
ValeurCmp = 2.2uF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DCD0824
Path = /4DC68E1D
Reference = FB2;
ValeurCmp = FILTER;
IdModule = SM0805;
EndCmp
BeginCmp
TimeStamp = 4DCD0826
Path = /4DC79E48
Reference = FB1;
ValeurCmp = FILTER;
IdModule = SM0805;
EndCmp
BeginCmp
TimeStamp = 4DCD0831
Path = /4CE84486
Reference = IC3;
ValeurCmp = AT91SAM7S;
IdModule = TQFP_64;
EndCmp
BeginCmp
TimeStamp = 4DCD07D1
Path = /4CE9ADCF
Reference = P2;
ValeurCmp = DEBUG;
IdModule = PIN_ARRAY-6X1;
EndCmp
BeginCmp
TimeStamp = 4DFFCD2F
Path = /4DC7A43A
Reference = Q2;
ValeurCmp = BC847;
IdModule = SOT23_BC847;
EndCmp
BeginCmp
TimeStamp = 4DCD0827
Path = /4DC7A1CA
Reference = Q1;
ValeurCmp = BC847;
IdModule = SOT23_BC847;
EndCmp
BeginCmp
TimeStamp = 4DCD07D4
Path = /4D020733
Reference = SW1;
ValeurCmp = RESET;
IdModule = PUSH_BUTTON;
EndCmp
BeginCmp
TimeStamp = 4DCD07D2
Path = /4DC6852C
Reference = SW2;
ValeurCmp = BOOTLOADER;
IdModule = PUSH_BUTTON;
EndCmp
BeginCmp
TimeStamp = 4DD21AF7
Path = /4CFAC6EA
Reference = J1;
ValeurCmp = USB;
IdModule = USB-MINI-B_UX60;
EndCmp
BeginCmp
TimeStamp = 4DCD07D6
Path = /4DC8FA06
Reference = P4;
ValeurCmp = SIM;
IdModule = SIM_AMPHENOL;
EndCmp
BeginCmp
TimeStamp = 4DCD0830
Path = /4DC6A187
Reference = IC4;
ValeurCmp = CB3Q3244;
IdModule = SSOP20_BDQ;
EndCmp
BeginCmp
TimeStamp = 4DFFA0F3
Path = /4DFF9902
Reference = R22;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DFFA2A6
Path = /4DFF746C
Reference = R21;
ValeurCmp = 10k1%;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DFFA0F7
Path = /4DFF7469
Reference = R20;
ValeurCmp = 10k1%;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DFFA0F9
Path = /4DFF73B0
Reference = R19;
ValeurCmp = 100K;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DFFA0FB
Path = /4DFF9964
Reference = C24;
ValeurCmp = 100nF;
IdModule = SM0603;
EndCmp
BeginCmp
TimeStamp = 4DFFA0FC
Path = /4DFF9774
Reference = IC5;
ValeurCmp = FPF2005;
IdModule = SOT353;
EndCmp
BeginCmp
TimeStamp = 4DCD082E
Path = /4DFF8B97
Reference = IC2;
ValeurCmp = AP7332;
IdModule = SOT26;
EndCmp
BeginCmp
TimeStamp = 4DCD082C
Path = /4DC7A27C
Reference = D1;
ValeurCmp = Schottky;
IdModule = SMB_STPS340U;
EndCmp
BeginCmp
TimeStamp = 4DCD07CA
Path = /4CF54717
Reference = D4;
ValeurCmp = RED;
IdModule = LED-0805;
EndCmp
BeginCmp
TimeStamp = 4DCD07C8
Path = /4CF5471F
Reference = D5;
ValeurCmp = GREEN;
IdModule = LED-0805;
EndCmp
BeginCmp
TimeStamp = 4DCD082D
Path = /4DC5A250
Reference = U1;
ValeurCmp = FLASH;
IdModule = SOC008_WIDE;
EndCmp
BeginCmp
TimeStamp = 4DCD082A
Path = /4DCB8C13
Reference = D2;
ValeurCmp = Schottky;
IdModule = SMB_STPS340U;
EndCmp
BeginCmp
TimeStamp = 4DCD0828
Path = /4DCB8C0D
Reference = D3;
ValeurCmp = Schottky;
IdModule = SMB_STPS340U;
EndCmp
EndListe

View File

@@ -1,5 +1,5 @@
M48
;DRILL file {PCBnew (2011-06-08)-testing} date Sa 02 Jul 2011 20:50:16 CEST
;DRILL file {Pcbnew (2013-may-18)-stable} date So 17 Mai 2015 15:00:01 CEST
;FORMAT={-:-/ absolute / metric / decimal}
FMAT,2
METRIC,TZ
@@ -13,68 +13,87 @@ G90
G05
M71
T1
X45.898Y-108.265
X52.705Y-113.157
X39.878Y-107.696
X45.72Y-106.426
X47.371Y-109.347
X51.054Y-111.252
X57.953Y-107.302
X59.083Y-108.410
X59.083Y-108.41
X60.457Y-109.499
X60.686Y-105.672
X70.348Y-118.392
X65.024Y-90.17
X69.596Y-101.219
X71.112Y-114.475
X71.356Y-112.156
X72.690Y-108.623
X73.152Y-136.525
X73.957Y-118.008
X74.145Y-120.805
X75.298Y-120.970
X71.501Y-123.19
X71.755Y-129.159
X71.755Y-136.017
X72.69Y-108.623
X73.152Y-136.017
X73.66Y-120.65
X73.914Y-133.731
X74.803Y-124.587
X74.93Y-120.65
X75.634Y-112.685
X75.768Y-124.440
X76.233Y-125.593
X76.327Y-132.842
X76.340Y-122.918
X78.544Y-111.877
X78.671Y-126.401
X76.835Y-123.952
X77.47Y-131.572
X78.486Y-126.238
X79.073Y-124.559
X79.121Y-131.887
X79.291Y-120.124
X79.809Y-121.440
X79.375Y-106.807
X79.809Y-121.44
X79.822Y-122.657
X79.883Y-111.379
X80.046Y-118.123
X80.602Y-119.911
X81.216Y-131.636
X81.244Y-121.224
X81.326Y-127.005
X81.28Y-126.619
X82.095Y-122.852
X83.241Y-110.170
X83.271Y-131.613
X83.342Y-116.332
X83.566Y-120.485
X83.980Y-119.154
X84.262Y-114.953
X83.241Y-110.17
X83.439Y-120.142
X83.693Y-117.221
X84.201Y-115.189
X84.201Y-119.126
X84.663Y-131.569
X85.341Y-101.1
X85.443Y-127.008
X85.852Y-118.618
X86.685Y-121.867
X86.850Y-111.503
X87.549Y-116.624
X86.85Y-111.503
X87.876Y-126.299
X88.Y-118.25
X88.232Y-121.493
X88.245Y-119.268
X88.301Y-125.087
X89.662Y-104.793
X90.231Y-107.973
X90.632Y-124.099
X91.Y-129.
X91.211Y-120.124
X91.351Y-136.723
X91.821Y-110.363
X92.121Y-122.738
X92.337Y-119.123
X92.837Y-119.888
X92.964Y-116.713
X93.091Y-118.364
X93.853Y-132.27
X96.893Y-122.014
X98.890Y-128.224
X100.132Y-135.319
X98.171Y-114.935
X98.5Y-140.
X102.552Y-136.779
X102.806Y-115.402
X104.211Y-134.236
X103.124Y-108.839
X108.585Y-119.38
X110.363Y-119.888
X112.903Y-117.221
X114.554Y-115.443
X119.634Y-102.743
T2
X67.818Y-94.488
T3
X115.951Y-125.250
X115.951Y-128.750
X115.951Y-125.25
X115.951Y-128.75
T4
X111.681Y-101.854
X117.681Y-101.854
@@ -98,10 +117,10 @@ X88.138Y-91.948
X88.138Y-94.488
X90.678Y-91.948
X90.678Y-94.488
X94.615Y-98.933
X97.155Y-98.933
X99.695Y-98.933
X102.235Y-98.933
X95.885Y-98.933
X98.425Y-98.933
X100.965Y-98.933
X103.505Y-98.933
X107.188Y-91.948
X109.728Y-91.948
X112.268Y-91.948

View File

@@ -1,55 +0,0 @@
### Module positions - created on Sa 02 Jul 2011 20:49:55 CEST ###
### Printed by PcbNew version pcbnew (2011-06-08)-testing
## Unit = inches, Angle = deg.
## Side : Front
# Ref Val PosX PosY Rot Side
C1 2.2uF -3.4350 2.0250 180.0 Front
C3 100nF -3.0103 1.6304 90.0 Front
C4 100nF -3.1330 2.4909 270.0 Front
C5 33pF -2.0950 2.1650 90.0 Front
C6 10nF -3.6150 1.8900 90.0 Front
C7 100nF -2.4950 1.9700 0.0 Front
C9 100nF -2.9400 1.6300 90.0 Front
C10 1nF -3.7400 1.9300 180.0 Front
C11 15pF -2.5200 1.5950 90.0 Front
C12 2.2uF -3.4350 2.0950 180.0 Front
C13 15pF -2.4250 1.5950 90.0 Front
C14 1uF -2.2000 2.8650 180.0 Front
C15 100nF -3.2150 1.6300 90.0 Front
C16 100nF -3.4350 2.2300 180.0 Front
C17 10pF -3.0950 1.6300 90.0 Front
C18 10pF -3.3600 1.6300 270.0 Front
C19 100nF -2.9900 2.4900 270.0 Front
C20 100nF -2.7735 1.6285 90.0 Front
C21 1uF -2.4102 2.8657 0.0 Front
C22 1uF -2.4100 2.7850 0.0 Front
C23 100nF -3.5499 1.7563 180.0 Front
C24 100nF -2.4500 2.4300 270.0 Front
D4 RED -3.2500 2.8100 180.0 Front
D5 GREEN -3.2500 2.7050 180.0 Front
FB1 FILTER -2.0600 2.5100 270.0 Front
FB2 FILTER -3.7255 1.7553 180.0 Front
IC4 CB3Q3244 -4.1050 1.6150 180.0 Front
IC5 FPF2005 -2.2950 2.4400 0.0 Front
R1 100K -1.6800 1.8550 180.0 Front
R2 10K -1.9000 2.0950 90.0 Front
R3 1K5 -2.0000 2.1700 90.0 Front
R4 100K -3.5050 1.2450 270.0 Front
R5 100K -3.4050 1.2450 270.0 Front
R6 100K -3.3050 1.2450 270.0 Front
R7 100K -3.2050 1.2450 270.0 Front
R8 100K -3.0050 1.2450 270.0 Front
R9 27R -2.2300 2.1100 0.0 Front
R10 27R -2.2300 2.0350 0.0 Front
R11 1K5 -3.7400 1.8500 0.0 Front
R12 100K -2.1608 1.5067 0.0 Front
R13 150R -3.1000 2.7950 180.0 Front
R14 150R -3.1000 2.7150 180.0 Front
R16 10K -2.1255 1.9337 180.0 Front
R17 10K -2.8763 2.5200 0.0 Front
R18 10K -2.9572 2.7836 270.0 Front
R19 100K -4.2750 1.3400 0.0 Front
R20 10k1% -4.1300 1.3400 0.0 Front
R21 10k1% -3.9850 1.3400 180.0 Front
R22 100K -2.3000 2.3300 180.0 Front
## End

View File

@@ -1,17 +1,17 @@
G04 (created by PCBNEW-RS274X (2011-06-08)-testing) date Sa 02 Jul 2011 20:51:35 CEST*
G01*
G70*
G90*
G04 (created by PCBNEW (2013-may-18)-stable) date So 17 Mai 2015 15:01:41 CEST*
%MOIN*%
G04 Gerber Fmt 3.4, Leading zero omitted, Abs format*
%FSLAX34Y34*%
G01*
G70*
G90*
G04 APERTURE LIST*
%ADD10C,0.006000*%
%ADD11C,0.008000*%
%ADD12C,0.059400*%
%ADD13R,0.080000X0.080000*%
%ADD14C,0.080000*%
%ADD15C,0.055400*%
%ADD10C,0.00590551*%
%ADD11C,0.008*%
%ADD12R,0.08X0.08*%
%ADD13C,0.08*%
%ADD14C,0.0554*%
%ADD15C,0.0594*%
G04 APERTURE END LIST*
G54D10*
G54D11*
@@ -26,11 +26,23 @@ X48250Y-34950D01*
X14450Y-34950D02*
X15250Y-34950D01*
G54D12*
X46331Y-40100D03*
X43969Y-40100D03*
X42200Y-36200D03*
G54D13*
X26700Y-37200D03*
X43200Y-36200D03*
X44200Y-36200D03*
X45200Y-36200D03*
X46200Y-36200D03*
X47200Y-36200D03*
G54D14*
X45650Y-50689D03*
X45650Y-49311D03*
G54D12*
X46600Y-53700D03*
G54D13*
X46600Y-54700D03*
G54D12*
X26700Y-37200D03*
G54D13*
X26700Y-36200D03*
X27700Y-37200D03*
X27700Y-36200D03*
@@ -50,27 +62,15 @@ X34700Y-37200D03*
X34700Y-36200D03*
X35700Y-37200D03*
X35700Y-36200D03*
G54D12*
X37750Y-38950D03*
G54D13*
X37250Y-38950D03*
G54D14*
X38250Y-38950D03*
X38750Y-38950D03*
G54D12*
X39750Y-38950D03*
G54D13*
X39250Y-38950D03*
G54D14*
X40250Y-38950D03*
G54D13*
X46600Y-53700D03*
G54D14*
X46600Y-54700D03*
G54D13*
X42200Y-36200D03*
G54D14*
X43200Y-36200D03*
X44200Y-36200D03*
X45200Y-36200D03*
X46200Y-36200D03*
X47200Y-36200D03*
X40750Y-38950D03*
G54D15*
X45650Y-50689D03*
X45650Y-49311D03*
X46331Y-40100D03*
X43969Y-40100D03*
M02*

View File

@@ -1,13 +1,13 @@
G04 (created by PCBNEW-RS274X (2011-06-08)-testing) date Sa 02 Jul 2011 20:51:35 CEST*
G01*
G70*
G90*
G04 (created by PCBNEW (2013-may-18)-stable) date So 17 Mai 2015 15:01:41 CEST*
%MOIN*%
G04 Gerber Fmt 3.4, Leading zero omitted, Abs format*
%FSLAX34Y34*%
G01*
G70*
G90*
G04 APERTURE LIST*
%ADD10C,0.006000*%
%ADD11C,0.008000*%
%ADD10C,0.00590551*%
%ADD11C,0.008*%
G04 APERTURE END LIST*
G54D10*
G54D11*

View File

@@ -0,0 +1,77 @@
G04 (created by PCBNEW (2013-may-18)-stable) date So 17 Mai 2015 15:01:41 CEST*
%MOIN*%
G04 Gerber Fmt 3.4, Leading zero omitted, Abs format*
%FSLAX34Y34*%
G01*
G70*
G90*
G04 APERTURE LIST*
%ADD10C,0.00590551*%
%ADD11C,0.008*%
%ADD12R,0.08X0.08*%
%ADD13C,0.08*%
%ADD14C,0.0554*%
%ADD15C,0.0594*%
G04 APERTURE END LIST*
G54D10*
G54D11*
X14450Y-56300D02*
X14450Y-34950D01*
X48250Y-56300D02*
X14450Y-56300D01*
X48250Y-34950D02*
X48250Y-56300D01*
X15250Y-34950D02*
X48250Y-34950D01*
X14450Y-34950D02*
X15250Y-34950D01*
%LPC*%
G54D12*
X42200Y-36200D03*
G54D13*
X43200Y-36200D03*
X44200Y-36200D03*
X45200Y-36200D03*
X46200Y-36200D03*
X47200Y-36200D03*
G54D14*
X45650Y-50689D03*
X45650Y-49311D03*
G54D12*
X46600Y-53700D03*
G54D13*
X46600Y-54700D03*
G54D12*
X26700Y-37200D03*
G54D13*
X26700Y-36200D03*
X27700Y-37200D03*
X27700Y-36200D03*
X28700Y-37200D03*
X28700Y-36200D03*
X29700Y-37200D03*
X29700Y-36200D03*
X30700Y-37200D03*
X30700Y-36200D03*
X31700Y-37200D03*
X31700Y-36200D03*
X32700Y-37200D03*
X32700Y-36200D03*
X33700Y-37200D03*
X33700Y-36200D03*
X34700Y-37200D03*
X34700Y-36200D03*
X35700Y-37200D03*
X35700Y-36200D03*
G54D12*
X37750Y-38950D03*
G54D13*
X38750Y-38950D03*
G54D12*
X39750Y-38950D03*
G54D13*
X40750Y-38950D03*
G54D15*
X46331Y-40100D03*
X43969Y-40100D03*
M02*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,13 @@
G04 (created by PCBNEW-RS274X (2011-06-08)-testing) date Sa 02 Jul 2011 20:51:35 CEST*
G01*
G70*
G90*
G04 (created by PCBNEW (2013-may-18)-stable) date So 17 Mai 2015 15:01:41 CEST*
%MOIN*%
G04 Gerber Fmt 3.4, Leading zero omitted, Abs format*
%FSLAX34Y34*%
G01*
G70*
G90*
G04 APERTURE LIST*
%ADD10C,0.006000*%
%ADD11C,0.008000*%
%ADD10C,0.00590551*%
%ADD11C,0.008*%
G04 APERTURE END LIST*
G54D10*
G54D11*

View File

@@ -1,43 +1,44 @@
G04 (created by PCBNEW-RS274X (2011-06-08)-testing) date Sa 02 Jul 2011 20:51:35 CEST*
G01*
G70*
G90*
G04 (created by PCBNEW (2013-may-18)-stable) date So 17 Mai 2015 15:01:41 CEST*
%MOIN*%
G04 Gerber Fmt 3.4, Leading zero omitted, Abs format*
%FSLAX34Y34*%
G01*
G70*
G90*
G04 APERTURE LIST*
%ADD10C,0.006000*%
%ADD11C,0.008000*%
%ADD12R,0.098700X0.043600*%
%ADD13R,0.185400X0.047600*%
%ADD14R,0.114500X0.136100*%
%ADD15R,0.114500X0.124300*%
%ADD16C,0.059400*%
%ADD17R,0.080000X0.080000*%
%ADD18C,0.080000*%
%ADD19R,0.236500X0.098700*%
%ADD20R,0.065000X0.045000*%
%ADD21R,0.045000X0.065000*%
%ADD22R,0.055000X0.075000*%
%ADD23R,0.075000X0.055000*%
%ADD24R,0.080000X0.029800*%
%ADD25O,0.080000X0.029800*%
%ADD26O,0.029800X0.080000*%
%ADD27R,0.051500X0.055400*%
%ADD28R,0.055400X0.051500*%
%ADD29R,0.146000X0.059400*%
%ADD30C,0.055400*%
%ADD31R,0.098700X0.039700*%
%ADD32R,0.106600X0.118400*%
%ADD33R,0.110600X0.059400*%
%ADD34R,0.110600X0.039700*%
%ADD35R,0.177500X0.086900*%
%ADD36R,0.036000X0.094800*%
%ADD37R,0.040000X0.032000*%
%ADD38R,0.043600X0.063300*%
%ADD39R,0.079800X0.110600*%
%ADD40R,0.067200X0.067200*%
%ADD41R,0.057900X0.039700*%
%ADD10C,0.00590551*%
%ADD11C,0.008*%
%ADD12R,0.045X0.065*%
%ADD13R,0.065X0.045*%
%ADD14R,0.055X0.075*%
%ADD15R,0.075X0.055*%
%ADD16R,0.066X0.0158*%
%ADD17O,0.066X0.0158*%
%ADD18O,0.0158X0.066*%
%ADD19R,0.08X0.08*%
%ADD20C,0.08*%
%ADD21R,0.0515X0.0554*%
%ADD22R,0.0554X0.0515*%
%ADD23R,0.146X0.0594*%
%ADD24C,0.0554*%
%ADD25R,0.0987X0.0397*%
%ADD26R,0.1066X0.1184*%
%ADD27R,0.1106X0.0594*%
%ADD28R,0.1106X0.0397*%
%ADD29R,0.1775X0.0869*%
%ADD30R,0.036X0.0948*%
%ADD31R,0.0436X0.0633*%
%ADD32R,0.0579X0.0397*%
%ADD33R,0.0672X0.0672*%
%ADD34R,0.1145X0.1361*%
%ADD35R,0.1145X0.1243*%
%ADD36C,0.0594*%
%ADD37R,0.2365X0.0987*%
%ADD38R,0.0987X0.0436*%
%ADD39R,0.1854X0.0476*%
%ADD40R,0.0558X0.068*%
%ADD41R,0.068X0.0558*%
%ADD42R,0.04X0.05*%
G04 APERTURE END LIST*
G54D10*
G54D11*
@@ -52,64 +53,6 @@ X48250Y-34950D01*
X14450Y-34950D02*
X15250Y-34950D01*
G54D12*
X16947Y-41066D03*
X16947Y-41459D03*
X16947Y-41853D03*
X16947Y-42247D03*
X16947Y-42641D03*
X16947Y-43034D03*
G54D13*
X16120Y-40672D03*
X16120Y-43428D03*
G54D14*
X46843Y-38811D03*
X45780Y-41281D03*
G54D15*
X43024Y-38752D03*
G54D16*
X46331Y-40100D03*
X43969Y-40100D03*
G54D17*
X26700Y-37200D03*
G54D18*
X26700Y-36200D03*
X27700Y-37200D03*
X27700Y-36200D03*
X28700Y-37200D03*
X28700Y-36200D03*
X29700Y-37200D03*
X29700Y-36200D03*
X30700Y-37200D03*
X30700Y-36200D03*
X31700Y-37200D03*
X31700Y-36200D03*
X32700Y-37200D03*
X32700Y-36200D03*
X33700Y-37200D03*
X33700Y-36200D03*
X34700Y-37200D03*
X34700Y-36200D03*
X35700Y-37200D03*
X35700Y-36200D03*
G54D17*
X37250Y-38950D03*
G54D18*
X38250Y-38950D03*
G54D17*
X39250Y-38950D03*
G54D18*
X40250Y-38950D03*
G54D17*
X46600Y-53700D03*
G54D18*
X46600Y-54700D03*
G54D19*
X32850Y-40700D03*
X29150Y-40700D03*
G54D20*
X33178Y-53736D03*
X33178Y-54336D03*
G54D21*
X33687Y-51400D03*
X34287Y-51400D03*
X41795Y-45537D03*
@@ -118,15 +61,15 @@ X32050Y-53350D03*
X31450Y-53350D03*
X32050Y-54150D03*
X31450Y-54150D03*
X40842Y-41267D03*
X41442Y-41267D03*
X40841Y-41141D03*
X41441Y-41141D03*
X25050Y-44700D03*
X25650Y-44700D03*
X40150Y-46550D03*
X40750Y-46550D03*
X40150Y-47300D03*
X40750Y-47300D03*
G54D20*
G54D13*
X32700Y-38350D03*
X32700Y-38950D03*
X30700Y-38350D03*
@@ -139,74 +82,67 @@ X27700Y-38350D03*
X27700Y-38950D03*
X42750Y-48200D03*
X42750Y-47600D03*
X43750Y-47450D03*
X43750Y-46850D03*
G54D21*
X43450Y-48200D03*
X43450Y-47600D03*
G54D12*
X46250Y-44750D03*
X45650Y-44750D03*
X27551Y-43763D03*
X26951Y-43763D03*
X38350Y-54050D03*
X38950Y-54050D03*
X38348Y-54857D03*
X38948Y-54857D03*
G54D20*
X35015Y-42785D03*
X35015Y-42185D03*
X32850Y-50800D03*
X32850Y-51400D03*
G54D13*
X38600Y-52100D03*
X38600Y-52700D03*
X38600Y-54100D03*
X38600Y-53500D03*
G54D12*
X34550Y-43450D03*
X35150Y-43450D03*
X32725Y-50400D03*
X32125Y-50400D03*
G54D13*
X29150Y-42200D03*
X29150Y-42800D03*
X31800Y-42800D03*
X31800Y-42200D03*
G54D21*
X28700Y-48500D03*
X28100Y-48500D03*
G54D20*
X30600Y-42800D03*
X30600Y-42200D03*
G54D21*
X41050Y-54850D03*
X40450Y-54850D03*
G54D20*
X29600Y-47900D03*
X29600Y-48500D03*
X30750Y-44100D03*
X30750Y-43500D03*
X38500Y-42450D03*
X38500Y-41850D03*
G54D21*
X28700Y-47150D03*
X28100Y-47150D03*
G54D20*
X29300Y-46700D03*
X29300Y-46100D03*
X37550Y-42450D03*
X37550Y-41850D03*
G54D21*
G54D12*
X25650Y-45500D03*
X25050Y-45500D03*
G54D20*
G54D13*
X33350Y-42800D03*
X33350Y-42200D03*
G54D21*
X37500Y-45900D03*
X38100Y-45900D03*
G54D20*
X36050Y-46025D03*
X36050Y-45425D03*
X26600Y-45400D03*
X26600Y-44800D03*
X41800Y-48150D03*
X41800Y-47550D03*
X31420Y-50809D03*
X31420Y-51409D03*
G54D12*
X31550Y-50275D03*
X30950Y-50275D03*
G54D13*
X32647Y-42804D03*
X32647Y-42204D03*
G54D21*
X28700Y-46450D03*
X28100Y-46450D03*
G54D22*
X29950Y-46400D03*
X29950Y-45800D03*
G54D14*
X25870Y-43753D03*
X25120Y-43753D03*
G54D23*
X42150Y-50925D03*
X42150Y-51675D03*
G54D24*
G54D15*
X43500Y-50875D03*
X43500Y-51625D03*
G54D16*
X30639Y-45324D03*
G54D25*
G54D17*
X30639Y-45521D03*
X30639Y-45718D03*
X30639Y-45915D03*
@@ -222,7 +158,7 @@ X30639Y-47686D03*
X30639Y-47883D03*
X30639Y-48080D03*
X30639Y-48277D03*
G54D26*
G54D18*
X31474Y-49175D03*
X31671Y-49175D03*
X31868Y-49175D03*
@@ -239,7 +175,7 @@ X33836Y-49175D03*
X34033Y-49175D03*
X34230Y-49175D03*
X34427Y-49175D03*
G54D25*
G54D17*
X35325Y-48277D03*
X35325Y-48080D03*
X35325Y-47883D03*
@@ -256,7 +192,7 @@ X35325Y-45915D03*
X35325Y-45718D03*
X35325Y-45521D03*
X35325Y-45324D03*
G54D26*
G54D18*
X34427Y-44489D03*
X34230Y-44489D03*
X33836Y-44489D03*
@@ -273,23 +209,23 @@ X32067Y-44489D03*
X31870Y-44489D03*
X31674Y-44489D03*
X31477Y-44489D03*
G54D17*
G54D19*
X42200Y-36200D03*
G54D18*
G54D20*
X43200Y-36200D03*
X44200Y-36200D03*
X45200Y-36200D03*
X46200Y-36200D03*
X47200Y-36200D03*
G54D27*
G54D21*
X41806Y-44533D03*
X42594Y-44533D03*
X42200Y-43667D03*
G54D28*
G54D22*
X45833Y-46544D03*
X45833Y-45756D03*
X44967Y-46150D03*
G54D29*
G54D23*
X18639Y-36063D03*
X18639Y-37637D03*
X15961Y-37637D03*
@@ -298,21 +234,21 @@ X23939Y-36063D03*
X23939Y-37637D03*
X21261Y-37637D03*
X21261Y-36063D03*
G54D30*
G54D24*
X45650Y-50689D03*
X45650Y-49311D03*
G54D31*
G54D25*
X44764Y-50315D03*
X44764Y-50000D03*
X44764Y-49685D03*
X44764Y-49370D03*
X44764Y-50630D03*
G54D32*
G54D26*
X44863Y-51654D03*
X44863Y-48346D03*
X46949Y-51654D03*
X46949Y-48346D03*
G54D33*
G54D27*
X25403Y-52294D03*
X25403Y-51794D03*
X25403Y-50794D03*
@@ -321,13 +257,13 @@ X25403Y-50294D03*
X25403Y-49794D03*
X25403Y-49294D03*
X25403Y-48794D03*
G54D34*
G54D28*
X25403Y-48400D03*
X25403Y-47889D03*
G54D35*
G54D29*
X15954Y-47172D03*
X15954Y-54928D03*
G54D36*
G54D30*
X22850Y-41300D03*
X22600Y-41300D03*
X22340Y-41300D03*
@@ -348,40 +284,30 @@ X22080Y-43400D03*
X22340Y-43400D03*
X22600Y-43400D03*
X22850Y-43400D03*
G54D21*
G54D12*
X40050Y-49500D03*
X39450Y-49500D03*
X23200Y-39600D03*
X22600Y-39600D03*
X21150Y-39600D03*
X21750Y-39600D03*
X19700Y-39600D03*
X20300Y-39600D03*
G54D13*
X24000Y-39100D03*
X24000Y-39700D03*
X22900Y-39700D03*
X22900Y-39100D03*
X21800Y-39100D03*
X21800Y-39700D03*
X37401Y-49503D03*
X37401Y-50103D03*
G54D31*
X39426Y-53112D03*
X39800Y-53112D03*
X40174Y-53112D03*
X39426Y-52088D03*
X39800Y-52088D03*
X40174Y-52088D03*
G54D19*
X46600Y-53700D03*
G54D20*
X38250Y-50200D03*
X38250Y-50800D03*
G54D37*
X39400Y-50350D03*
X39400Y-50850D03*
X40200Y-50350D03*
X39400Y-50600D03*
X40200Y-50850D03*
G54D38*
X40326Y-53362D03*
X40700Y-53362D03*
X41074Y-53362D03*
X40326Y-52338D03*
X40700Y-52338D03*
X41074Y-52338D03*
G54D39*
X45089Y-43600D03*
X43411Y-43600D03*
G54D40*
X30663Y-54300D03*
X29837Y-54300D03*
X30663Y-53250D03*
X29837Y-53250D03*
G54D41*
X46600Y-54700D03*
G54D32*
X36955Y-52700D03*
X36955Y-54200D03*
X36955Y-53700D03*
@@ -390,9 +316,97 @@ X34045Y-54200D03*
X34045Y-53700D03*
X34046Y-53200D03*
X34045Y-52700D03*
G54D33*
X30663Y-53250D03*
X29837Y-53250D03*
X30663Y-54300D03*
X29837Y-54300D03*
G54D19*
X26700Y-37200D03*
G54D20*
X26700Y-36200D03*
X27700Y-37200D03*
X27700Y-36200D03*
X28700Y-37200D03*
X28700Y-36200D03*
X29700Y-37200D03*
X29700Y-36200D03*
X30700Y-37200D03*
X30700Y-36200D03*
X31700Y-37200D03*
X31700Y-36200D03*
X32700Y-37200D03*
X32700Y-36200D03*
X33700Y-37200D03*
X33700Y-36200D03*
X34700Y-37200D03*
X34700Y-36200D03*
X35700Y-37200D03*
X35700Y-36200D03*
G54D19*
X37750Y-38950D03*
G54D20*
X38750Y-38950D03*
G54D19*
X39750Y-38950D03*
G54D20*
X40750Y-38950D03*
G54D34*
X46843Y-38811D03*
X45780Y-41281D03*
G54D35*
X43024Y-38752D03*
G54D36*
X46331Y-40100D03*
X43969Y-40100D03*
G54D37*
X32850Y-40700D03*
X29150Y-40700D03*
G54D13*
X33178Y-53736D03*
X33178Y-54336D03*
G54D38*
X16947Y-41066D03*
X16947Y-41459D03*
X16947Y-41853D03*
X16947Y-42247D03*
X16947Y-42641D03*
X16947Y-43034D03*
G54D39*
X44139Y-53100D03*
X42461Y-53100D03*
X44139Y-54950D03*
X42461Y-54950D03*
X16120Y-40672D03*
X16120Y-43428D03*
G54D15*
X40850Y-52075D03*
X40850Y-52825D03*
G54D13*
X20050Y-39400D03*
X20050Y-40000D03*
G54D40*
X39424Y-55118D03*
X38134Y-55118D03*
G54D12*
X40054Y-55118D03*
X40654Y-55118D03*
G54D13*
X36614Y-50093D03*
X36614Y-50693D03*
G54D41*
X43700Y-43361D03*
X43700Y-42071D03*
G54D40*
X43945Y-53100D03*
X42655Y-53100D03*
X43945Y-54950D03*
X42655Y-54950D03*
G54D42*
X38207Y-50500D03*
X38957Y-50500D03*
X38207Y-49500D03*
X38582Y-50500D03*
X38957Y-49500D03*
G54D13*
X26350Y-50600D03*
X26350Y-50000D03*
X27100Y-50900D03*
X27100Y-50300D03*
M02*

View File

@@ -1,39 +1,40 @@
G04 (created by PCBNEW-RS274X (2011-06-08)-testing) date Sa 02 Jul 2011 20:51:35 CEST*
G01*
G70*
G90*
G04 (created by PCBNEW (2013-may-18)-stable) date So 17 Mai 2015 15:01:41 CEST*
%MOIN*%
G04 Gerber Fmt 3.4, Leading zero omitted, Abs format*
%FSLAX34Y34*%
G01*
G70*
G90*
G04 APERTURE LIST*
%ADD10C,0.006000*%
%ADD11C,0.008000*%
%ADD12R,0.078700X0.023600*%
%ADD13R,0.165400X0.027600*%
%ADD14R,0.094500X0.116100*%
%ADD15R,0.094500X0.104300*%
%ADD16R,0.216500X0.078700*%
%ADD17R,0.045000X0.025000*%
%ADD18R,0.025000X0.045000*%
%ADD19R,0.035000X0.055000*%
%ADD20R,0.055000X0.035000*%
%ADD21R,0.060000X0.009800*%
%ADD22O,0.060000X0.009800*%
%ADD23O,0.009800X0.060000*%
%ADD24R,0.031500X0.035400*%
%ADD25R,0.035400X0.031500*%
%ADD26R,0.126000X0.039400*%
%ADD27R,0.078700X0.019700*%
%ADD28R,0.086600X0.098400*%
%ADD29R,0.090600X0.039400*%
%ADD30R,0.090600X0.019700*%
%ADD31R,0.157500X0.066900*%
%ADD32R,0.016000X0.074800*%
%ADD33R,0.020000X0.012000*%
%ADD34R,0.023600X0.043300*%
%ADD35R,0.059800X0.090600*%
%ADD36R,0.047200X0.047200*%
%ADD37R,0.037900X0.019700*%
%ADD10C,0.00590551*%
%ADD11C,0.008*%
%ADD12R,0.025X0.045*%
%ADD13R,0.045X0.025*%
%ADD14R,0.035X0.055*%
%ADD15R,0.055X0.035*%
%ADD16R,0.06X0.0098*%
%ADD17O,0.06X0.0098*%
%ADD18O,0.0098X0.06*%
%ADD19R,0.0315X0.0354*%
%ADD20R,0.0354X0.0315*%
%ADD21R,0.126X0.0394*%
%ADD22R,0.0787X0.0197*%
%ADD23R,0.0866X0.0984*%
%ADD24R,0.0906X0.0394*%
%ADD25R,0.0906X0.0197*%
%ADD26R,0.1575X0.0669*%
%ADD27R,0.016X0.0748*%
%ADD28R,0.0236X0.0433*%
%ADD29R,0.0379X0.0197*%
%ADD30R,0.0472X0.0472*%
%ADD31R,0.0945X0.1161*%
%ADD32R,0.0945X0.1043*%
%ADD33R,0.2165X0.0787*%
%ADD34R,0.0787X0.0236*%
%ADD35R,0.1654X0.0276*%
%ADD36R,0.0358X0.048*%
%ADD37R,0.048X0.0358*%
%ADD38R,0.02X0.03*%
G04 APERTURE END LIST*
G54D10*
G54D11*
@@ -48,27 +49,6 @@ X48250Y-34950D01*
X14450Y-34950D02*
X15250Y-34950D01*
G54D12*
X16947Y-41066D03*
X16947Y-41459D03*
X16947Y-41853D03*
X16947Y-42247D03*
X16947Y-42641D03*
X16947Y-43034D03*
G54D13*
X16120Y-40672D03*
X16120Y-43428D03*
G54D14*
X46843Y-38811D03*
X45780Y-41281D03*
G54D15*
X43024Y-38752D03*
G54D16*
X32850Y-40700D03*
X29150Y-40700D03*
G54D17*
X33178Y-53736D03*
X33178Y-54336D03*
G54D18*
X33687Y-51400D03*
X34287Y-51400D03*
X41795Y-45537D03*
@@ -77,15 +57,15 @@ X32050Y-53350D03*
X31450Y-53350D03*
X32050Y-54150D03*
X31450Y-54150D03*
X40842Y-41267D03*
X41442Y-41267D03*
X40841Y-41141D03*
X41441Y-41141D03*
X25050Y-44700D03*
X25650Y-44700D03*
X40150Y-46550D03*
X40750Y-46550D03*
X40150Y-47300D03*
X40750Y-47300D03*
G54D17*
G54D13*
X32700Y-38350D03*
X32700Y-38950D03*
X30700Y-38350D03*
@@ -98,74 +78,67 @@ X27700Y-38350D03*
X27700Y-38950D03*
X42750Y-48200D03*
X42750Y-47600D03*
X43750Y-47450D03*
X43750Y-46850D03*
G54D18*
X43450Y-48200D03*
X43450Y-47600D03*
G54D12*
X46250Y-44750D03*
X45650Y-44750D03*
X27551Y-43763D03*
X26951Y-43763D03*
X38350Y-54050D03*
X38950Y-54050D03*
X38348Y-54857D03*
X38948Y-54857D03*
G54D17*
X35015Y-42785D03*
X35015Y-42185D03*
X32850Y-50800D03*
X32850Y-51400D03*
G54D13*
X38600Y-52100D03*
X38600Y-52700D03*
X38600Y-54100D03*
X38600Y-53500D03*
G54D12*
X34550Y-43450D03*
X35150Y-43450D03*
X32725Y-50400D03*
X32125Y-50400D03*
G54D13*
X29150Y-42200D03*
X29150Y-42800D03*
X31800Y-42800D03*
X31800Y-42200D03*
G54D18*
X28700Y-48500D03*
X28100Y-48500D03*
G54D17*
X30600Y-42800D03*
X30600Y-42200D03*
G54D18*
X41050Y-54850D03*
X40450Y-54850D03*
G54D17*
X29600Y-47900D03*
X29600Y-48500D03*
X30750Y-44100D03*
X30750Y-43500D03*
X38500Y-42450D03*
X38500Y-41850D03*
G54D18*
X28700Y-47150D03*
X28100Y-47150D03*
G54D17*
X29300Y-46700D03*
X29300Y-46100D03*
X37550Y-42450D03*
X37550Y-41850D03*
G54D18*
G54D12*
X25650Y-45500D03*
X25050Y-45500D03*
G54D17*
G54D13*
X33350Y-42800D03*
X33350Y-42200D03*
G54D18*
X37500Y-45900D03*
X38100Y-45900D03*
G54D17*
X36050Y-46025D03*
X36050Y-45425D03*
X26600Y-45400D03*
X26600Y-44800D03*
X41800Y-48150D03*
X41800Y-47550D03*
X31420Y-50809D03*
X31420Y-51409D03*
G54D12*
X31550Y-50275D03*
X30950Y-50275D03*
G54D13*
X32647Y-42804D03*
X32647Y-42204D03*
G54D18*
X28700Y-46450D03*
X28100Y-46450D03*
G54D19*
X29950Y-46400D03*
X29950Y-45800D03*
G54D14*
X25870Y-43753D03*
X25120Y-43753D03*
G54D20*
X42150Y-50925D03*
X42150Y-51675D03*
G54D21*
G54D15*
X43500Y-50875D03*
X43500Y-51625D03*
G54D16*
X30639Y-45324D03*
G54D22*
G54D17*
X30639Y-45521D03*
X30639Y-45718D03*
X30639Y-45915D03*
@@ -181,7 +154,7 @@ X30639Y-47686D03*
X30639Y-47883D03*
X30639Y-48080D03*
X30639Y-48277D03*
G54D23*
G54D18*
X31474Y-49175D03*
X31671Y-49175D03*
X31868Y-49175D03*
@@ -198,7 +171,7 @@ X33836Y-49175D03*
X34033Y-49175D03*
X34230Y-49175D03*
X34427Y-49175D03*
G54D22*
G54D17*
X35325Y-48277D03*
X35325Y-48080D03*
X35325Y-47883D03*
@@ -215,7 +188,7 @@ X35325Y-45915D03*
X35325Y-45718D03*
X35325Y-45521D03*
X35325Y-45324D03*
G54D23*
G54D18*
X34427Y-44489D03*
X34230Y-44489D03*
X33836Y-44489D03*
@@ -232,15 +205,15 @@ X32067Y-44489D03*
X31870Y-44489D03*
X31674Y-44489D03*
X31477Y-44489D03*
G54D24*
G54D19*
X41806Y-44533D03*
X42594Y-44533D03*
X42200Y-43667D03*
G54D25*
G54D20*
X45833Y-46544D03*
X45833Y-45756D03*
X44967Y-46150D03*
G54D26*
G54D21*
X18639Y-36063D03*
X18639Y-37637D03*
X15961Y-37637D03*
@@ -249,18 +222,18 @@ X23939Y-36063D03*
X23939Y-37637D03*
X21261Y-37637D03*
X21261Y-36063D03*
G54D27*
G54D22*
X44764Y-50315D03*
X44764Y-50000D03*
X44764Y-49685D03*
X44764Y-49370D03*
X44764Y-50630D03*
G54D28*
G54D23*
X44863Y-51654D03*
X44863Y-48346D03*
X46949Y-51654D03*
X46949Y-48346D03*
G54D29*
G54D24*
X25403Y-52294D03*
X25403Y-51794D03*
X25403Y-50794D03*
@@ -269,13 +242,13 @@ X25403Y-50294D03*
X25403Y-49794D03*
X25403Y-49294D03*
X25403Y-48794D03*
G54D30*
G54D25*
X25403Y-48400D03*
X25403Y-47889D03*
G54D31*
G54D26*
X15954Y-47172D03*
X15954Y-54928D03*
G54D32*
G54D27*
X22850Y-41300D03*
X22600Y-41300D03*
X22340Y-41300D03*
@@ -296,40 +269,26 @@ X22080Y-43400D03*
X22340Y-43400D03*
X22600Y-43400D03*
X22850Y-43400D03*
G54D18*
G54D12*
X40050Y-49500D03*
X39450Y-49500D03*
X23200Y-39600D03*
X22600Y-39600D03*
X21150Y-39600D03*
X21750Y-39600D03*
X19700Y-39600D03*
X20300Y-39600D03*
G54D17*
X38250Y-50200D03*
X38250Y-50800D03*
G54D33*
X39400Y-50350D03*
X39400Y-50850D03*
X40200Y-50350D03*
X39400Y-50600D03*
X40200Y-50850D03*
G54D34*
X40326Y-53362D03*
X40700Y-53362D03*
X41074Y-53362D03*
X40326Y-52338D03*
X40700Y-52338D03*
X41074Y-52338D03*
G54D35*
X45089Y-43600D03*
X43411Y-43600D03*
G54D36*
X30663Y-54300D03*
X29837Y-54300D03*
X30663Y-53250D03*
X29837Y-53250D03*
G54D37*
G54D13*
X24000Y-39100D03*
X24000Y-39700D03*
X22900Y-39700D03*
X22900Y-39100D03*
X21800Y-39100D03*
X21800Y-39700D03*
X37401Y-49503D03*
X37401Y-50103D03*
G54D28*
X39426Y-53112D03*
X39800Y-53112D03*
X40174Y-53112D03*
X39426Y-52088D03*
X39800Y-52088D03*
X40174Y-52088D03*
G54D29*
X36955Y-52700D03*
X36955Y-54200D03*
X36955Y-53700D03*
@@ -338,9 +297,64 @@ X34045Y-54200D03*
X34045Y-53700D03*
X34046Y-53200D03*
X34045Y-52700D03*
G54D30*
X30663Y-53250D03*
X29837Y-53250D03*
X30663Y-54300D03*
X29837Y-54300D03*
G54D31*
X46843Y-38811D03*
X45780Y-41281D03*
G54D32*
X43024Y-38752D03*
G54D33*
X32850Y-40700D03*
X29150Y-40700D03*
G54D13*
X33178Y-53736D03*
X33178Y-54336D03*
G54D34*
X16947Y-41066D03*
X16947Y-41459D03*
X16947Y-41853D03*
X16947Y-42247D03*
X16947Y-42641D03*
X16947Y-43034D03*
G54D35*
X44139Y-53100D03*
X42461Y-53100D03*
X44139Y-54950D03*
X42461Y-54950D03*
X16120Y-40672D03*
X16120Y-43428D03*
G54D15*
X40850Y-52075D03*
X40850Y-52825D03*
G54D13*
X20050Y-39400D03*
X20050Y-40000D03*
G54D36*
X39424Y-55118D03*
X38134Y-55118D03*
G54D12*
X40054Y-55118D03*
X40654Y-55118D03*
G54D13*
X36614Y-50093D03*
X36614Y-50693D03*
G54D37*
X43700Y-43361D03*
X43700Y-42071D03*
G54D36*
X43945Y-53100D03*
X42655Y-53100D03*
X43945Y-54950D03*
X42655Y-54950D03*
G54D38*
X38207Y-50500D03*
X38957Y-50500D03*
X38207Y-49500D03*
X38582Y-50500D03*
X38957Y-49500D03*
G54D13*
X26350Y-50600D03*
X26350Y-50000D03*
X27100Y-50900D03*
X27100Y-50300D03*
M02*

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

View File

@@ -1,24 +0,0 @@
G04 (created by PCBNEW-RS274X (2011-06-08)-testing) date Sa 02 Jul 2011 20:51:35 CEST*
G01*
G70*
G90*
%MOIN*%
G04 Gerber Fmt 3.4, Leading zero omitted, Abs format*
%FSLAX34Y34*%
G04 APERTURE LIST*
%ADD10C,0.006000*%
%ADD11C,0.008000*%
G04 APERTURE END LIST*
G54D10*
G54D11*
X14450Y-56300D02*
X14450Y-34950D01*
X48250Y-56300D02*
X14450Y-56300D01*
X48250Y-34950D02*
X48250Y-56300D01*
X15250Y-34950D02*
X48250Y-34950D01*
X14450Y-34950D02*
X15250Y-34950D01*
M02*

File diff suppressed because it is too large Load Diff

View File

@@ -1,114 +0,0 @@
M48
;DRILL file {PCBnew (2011-06-08)-testing} date Sa 02 Jul 2011 20:51:29 CEST
;FORMAT={-:-/ absolute / metric / decimal}
FMAT,2
METRIC,TZ
T1C0.635
T2C0.813
T3C0.899
T4C1.001
T5C1.016
%
G90
G05
M71
T1
X45.898Y-108.265
X52.705Y-113.157
X57.953Y-107.302
X59.083Y-108.410
X60.457Y-109.499
X60.686Y-105.672
X70.348Y-118.392
X71.112Y-114.475
X71.356Y-112.156
X72.690Y-108.623
X73.152Y-136.525
X73.957Y-118.008
X74.145Y-120.805
X75.298Y-120.970
X75.634Y-112.685
X75.768Y-124.440
X76.233Y-125.593
X76.327Y-132.842
X76.340Y-122.918
X78.544Y-111.877
X78.671Y-126.401
X79.073Y-124.559
X79.121Y-131.887
X79.291Y-120.124
X79.809Y-121.440
X79.822Y-122.657
X80.046Y-118.123
X80.602Y-119.911
X81.244Y-121.224
X81.326Y-127.005
X82.095Y-122.852
X83.241Y-110.170
X83.271Y-131.613
X83.342Y-116.332
X83.566Y-120.485
X83.980Y-119.154
X84.262Y-114.953
X84.663Y-131.569
X85.443Y-127.008
X86.685Y-121.867
X86.850Y-111.503
X87.549Y-116.624
X87.876Y-126.299
X88.232Y-121.493
X88.245Y-119.268
X88.301Y-125.087
X90.231Y-107.973
X90.632Y-124.099
X91.211Y-120.124
X91.351Y-136.723
X92.121Y-122.738
X92.337Y-119.123
X96.893Y-122.014
X98.890Y-128.224
X100.132Y-135.319
X102.806Y-115.402
X104.211Y-134.236
T2
X67.818Y-94.488
T3
X115.951Y-125.250
X115.951Y-128.750
T4
X111.681Y-101.854
X117.681Y-101.854
T5
X67.818Y-91.948
X70.358Y-91.948
X70.358Y-94.488
X72.898Y-91.948
X72.898Y-94.488
X75.438Y-91.948
X75.438Y-94.488
X77.978Y-91.948
X77.978Y-94.488
X80.518Y-91.948
X80.518Y-94.488
X83.058Y-91.948
X83.058Y-94.488
X85.598Y-91.948
X85.598Y-94.488
X88.138Y-91.948
X88.138Y-94.488
X90.678Y-91.948
X90.678Y-94.488
X94.615Y-98.933
X97.155Y-98.933
X99.695Y-98.933
X102.235Y-98.933
X107.188Y-91.948
X109.728Y-91.948
X112.268Y-91.948
X114.808Y-91.948
X117.348Y-91.948
X118.364Y-136.398
X118.364Y-138.938
X119.888Y-91.948
T0
M30

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff