Commit Graph

198 Commits

Author SHA1 Message Date
Kévin Redon
518fb3f40a add parts related datasheets
Change-Id: Ic61f1311d688f5a515385ca992a60f7f0fc75e82
2019-10-01 15:02:49 +02:00
Kévin Redon
6202db5089 Merge branch 'v1.5'
Change-Id: I19221ac1e88ee4ba6b74705f898c145fe76724a2
2019-10-01 15:00:28 +02:00
Kévin Redon
8958907a57 add v1.4 release files
Change-Id: I788d3b970fe8ec277bd77e0fe61bd795d554e94c
2019-10-01 14:58:35 +02:00
Kévin Redon
2714c8d357 Merge branch 'v1.4'
Change-Id: Ie406e2d62adbd2e9914b04b9d874d2bd520026a9
2019-10-01 14:57:42 +02:00
Kévin Redon
f9895d703d add v1.3 release files
Change-Id: I32d82402a8c56ae2b27345bbff20c3214c1ed017
2019-10-01 14:47:45 +02:00
Kévin Redon
83d28736a3 Merge branch 'v1.3'
Change-Id: I8ecde4dd1b6ff749e762bb2c42f99df04723c753
2019-10-01 14:44:15 +02:00
Kévin Redon
eb020e6071 add v1.2p release files
Change-Id: I21c9a9a0b96cdc68aea454b3c72091e02efdc01a
2019-10-01 14:37:39 +02:00
Kévin Redon
02405c014b Merge branch 'v1.2_production'
Change-Id: Ib4cba75e8e3cb795b38db588f6ad452e1ff26faa
2019-10-01 14:34:07 +02:00
Kévin Redon
18ed2c1ed8 add v1.1p release files
Change-Id: Ie0f05b912df1f1c44157be2cea24c12d75627374
2019-10-01 14:30:46 +02:00
Kévin Redon
dc4cb0a9ac Merge branch 'v1.1_production'
Change-Id: Ie064c379c9625b3cf6910912fd859e8e4dd0326e
2019-10-01 14:28:01 +02:00
Kévin Redon
74eb7fad6d add v1.0p release files
Change-Id: Id4b69f1b6deac0a7d0f3725f2d96d75c5b6c6ca8
2019-10-01 14:25:31 +02:00
Kévin Redon
8c202c012b Merge branch 'v1.0_production'
Change-Id: I481a6b1802993ceb6d02e7edcbd3b6d853f1e487
2019-10-01 14:21:04 +02:00
Kévin Redon
ceeb2b1ad8 add v1.0 release files
Change-Id: I879d35bca5bbaf2bc9616d181b085b4af7196fdc
2019-10-01 14:17:35 +02:00
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
Harald Welte
197ed82a32 add 'sysmocom' name to mini-UICC and nano-UICC adapters
As sysmocom is the only company manufacturing them for now, we add this
branding to the design files.
2016-04-01 13:13:53 +02:00
Harald Welte
46aceb222a remove second copy of mini-UICC FPC adapter 2016-04-01 10:06:09 +02:00
Harald Welte
0a530496b5 Add 4FF (nanoSIM) adapter 2015-08-19 15:02:51 +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
b8d4927137 mini-UICC-reverse: re-generate gerber and add outline GBR 2014-04-30 20:27:36 +02:00
Harald Welte
e179a32048 add PCB design of mini-UICC (original and reverse) adapters 2014-04-26 09:37:22 +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
eee3243dda add GEDA and gerber data for microSIM (3FF) adapter cable
Original by Kevin Redon, layout improvements by myself.
2013-06-12 18:41:21 +02:00