69 Commits

Author SHA1 Message Date
Kévin Redon
3d2234cf66 update BOM with DNP parts
Change-Id: If650fa0a806e77d72c432a83388c0a7e414333cc
2019-10-01 15:23:12 +02:00
Kévin Redon
6202db5089 Merge branch 'v1.5'
Change-Id: I19221ac1e88ee4ba6b74705f898c145fe76724a2
2019-10-01 15:00:28 +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
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
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
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
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
Kevin Redon
1c82a64101 v1.2p fabrication exported 2012-05-16 19:52:14 +02:00
Harald Welte
7e2c289d2e production version of SIM-SAM adapter 2012-03-16 08:52:00 +01:00
Kevin Redon
9ab3079cbb Merge branch 'master' of git.osmocom.org:simtrace 2011-12-21 15:54:55 +01:00
Harald Welte
4bd25ce274 FFC: add edges of stiffener to Eco1 layer 2011-12-15 12:02:23 +01:00
Harald Welte
56b8045e67 add nicely rendered schematics for v1.0p and v1.1p 2011-12-14 15:19:41 +01:00
Harald Welte
395633e367 FFC: add "sysmocom" text on copper layer of all four adapters 2011-12-14 15:12:09 +01:00
Kevin Redon
1da28c2c5d hw: pdf removed. use the rakefile to generate it 2011-12-08 14:32:41 +01:00
Kevin Redon
cd9c804f1a hw: SIM card is smaller (14.9mm instead of 15mm) to better fit in the slot 2011-12-07 14:40:51 +01:00
Kevin Redon
2b9d0c26a1 hw: fabrication output generated 2011-12-06 00:39:30 +01:00
Kevin Redon
945f0daa51 hw: SIM FFC cables gerber exported. only ppa/paxer kicad could open pcb \!\!\! 2011-11-29 09:47:11 +01:00
Kevin Redon
b1c38515fc hw: kicad schema remove, geda rakefile builds the schema. version set to v1.5 (to go up to v2.0) 2011-11-17 12:18:18 +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
48cea398d5 button are now harder to press (50gf vs 130gf) 2011-07-07 11:50:40 +02:00
Kevin Redon
3fc51e7fc5 v1.0p corrected and rendered. BOM updated 2011-07-02 21:01:21 +02:00
Kevin Redon
ba3363e1c0 D2 and D3 now also use STPS340U instead of 1N5819 2011-07-02 19:59:11 +02:00
Kevin Redon
024bdadddd BOM updated for LED (0805) 2011-07-02 19:06:15 +02:00