initial commit

This commit is contained in:
Matthew Nielsen 2021-04-03 21:23:17 -06:00
parent e20434bf1d
commit bf74737c5b
20 changed files with 20608 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

2
LICENSE.md Normal file
View File

@ -0,0 +1,2 @@
Board designs contained herein are distributed under the terms of the [Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License](https://creativecommons.org/licenses/by-nc-sa/4.0/).

View File

@ -1,2 +1,81 @@
# bluescsi_pb
Use BlueSCSI (STM32 SCSI emulator) in the Apple PowerBook, and to replace other 40-pin 2.5in mobile scsi devices
# PowerBook adapter for BlueSCSI
https://github.com/xunker/bluescsi_pb
This project allows you to use [BlueSCSI](https://github.com/erichelgeson/BlueSCSI) (STM32 SCSI emulator) in the Apple PowerBook, or in any other device that uses 40-pin 2.5in mobile SCSI devices.
![Picture of bluescsi_pb connected to PowerBook 520c](images/headline.jpg)
# Gerber Files
[version 1.1](v1.1/gerber) - current
[version 1.0](v1.0/gerber) - provided for history only, DO NOT USE
# Board
![3D rendering of bluescsi_pb v1.0 board ](images/pcb_v1.0_render.jpg)
## 40-pin connector (J1)
This is a 2.0mm, two-row, right angle header connector. It connects to the ribbon cable inside the PowerBook. Most ribbon cables have a "key pin" located at pin 17. If this is the case, you will need to break that pin off the connector on your board. The side the key is located on is indicated by the "[" symbol.
## 8-pin connector (J2)
This is also a 2.0mm, two-row, right angle header connector, located to the right of the 40-pin connector. This connector is **not required* for operation, you do not have to solder headers to it if you don't want to.
This is used in some, but not all, PowerBooks. For example, it *is* present in my PowerBook 520c but it is *not present* in my PowerBook 145.
In some systems, it is used to change the SCSI ID of the drive, trigger spin-up and provide an activity LED. Since BlueSCSI selects SCSI IDs based on filename then this is not needed.
![Picture of unpopulates J2 connector](images/j2.jpg)
## 50-pin connector (J8)
This is provided to connect to a desktop SCSI connection. If you only intend to use this inside a PowerBook then this is not required.
If you do not use a shrouded connector, then you can still know the correct orientation of the SCSI cable by looking for the "[" symbol next to the connector, which represents the key cutout in a shrouded connector.
## Termination Resistors Packs and Termination Enable Jumpers (J4, J5)
Solder two 220-ohm and two 330-ohm in to the correct positions. Please note the position of pin 1, it is different on either side.
Solder 2 standard 2.54mm header pins to J4 and J5, and then cap them with a jumper/shunt to enable termination.
## MicroSD card (J3) and SD Card Breakout (J7)
Pad J3 is used for a Molex 104031-0811 MicroSD card slot.
If you do not have the correct part (or don't like soldering SMD, which is totally understandable), you can also solder 2.54mm male headers to an SD-to-MicroSD adapter and connect it to J7.
![Picure of MicroSD connector pad and SD-to-MicroSD adapter with header pins soldered to it](images/low_rent_microsd_adapter.jpg)
# Caveats
## Termination
Although documentation for the [IBM DHAS-2270](https://stason.org/TULARC/pc/hard-drives-hdd/ibm/DHAS-2270-TRAVELSTAR-270MB-2-5-SSL-SCSI2-FAST.html) drive that originally came in my PowerBook 520c claims:
> The drive does not have termination nor pull up resistors for SCSI interface
.. I have found that this adapter does not want to work as the internal drive unless you enable termination. The PB 520c *does* supply termination power to the internal drive (although it *does not* supply it to the external HDI-30 SCSI connector).
## Clearance
Most SCSI PowerBooks used 17mm-tall SCSI drives. In order for this board to fit in that height, you will either need to permanently solder the STM32 module directly to the bluescsi_pb board or to use ["low-profile" female headers](https://www.adafruit.com/product/3008). If you use standard-height headers, you will need a space of 19-20mm.
Even with low-profile headers, you may have to bend the "boot select" jumpers on the top of the STM32 module off to the side.
## Using the 50-pin connector at the same time as the 40-pin connector
I recommend that you do **not** use the 50-pin and 40-pin connectors at the same time. If you know what you are doing then you are welcome to try, but please *be careful*.
# Credits
This project would not be possible without the work done by [ztto](https://github.com/ztto/ArdSCSino-stm32), [Tambo](https://twitter.com/h_koma2), [Eric Helgeson](https://github.com/erichelgeson/BlueSCSI), and many others.
The "Blue Pill" footprint was originally created by [Yet-Another-Average-Joe](https://github.com/yet-another-average-joe/Kicad-STM32).
# License
See [LICENSE.md](LICENSE.md).

BIN
images/headline.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
images/j2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
images/pcb_v1.0_render.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
v1.0/bluescsi_powerbook.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 KiB

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,272 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8-0-10_14)*%
%TF.CreationDate,2021-04-03T20:08:11-06:00*%
%TF.ProjectId,bluescsi_powerbook,626c7565-7363-4736-995f-706f77657262,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.1.8-0-10_14)) date 2021-04-03 20:08:11*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10O,1.600000X1.600000*%
%ADD11R,1.600000X1.600000*%
%ADD12O,1.700000X1.700000*%
%ADD13R,1.700000X1.700000*%
%ADD14O,1.350000X1.350000*%
%ADD15R,1.350000X1.350000*%
%ADD16C,1.700000*%
G04 APERTURE END LIST*
D10*
%TO.C,RN2*%
X137160000Y-128270000D03*
X137160000Y-125730000D03*
X137160000Y-123190000D03*
X137160000Y-120650000D03*
X137160000Y-118110000D03*
X137160000Y-115570000D03*
X137160000Y-113030000D03*
X137160000Y-110490000D03*
X137160000Y-107950000D03*
D11*
X137160000Y-105410000D03*
%TD*%
D12*
%TO.C,J9*%
X146050000Y-74422000D03*
D13*
X146050000Y-71882000D03*
%TD*%
D12*
%TO.C,J8*%
X153540000Y-133350000D03*
X151000000Y-133350000D03*
X153540000Y-130810000D03*
X151000000Y-130810000D03*
X153540000Y-128270000D03*
X151000000Y-128270000D03*
X153540000Y-125730000D03*
X151000000Y-125730000D03*
X153540000Y-123190000D03*
X151000000Y-123190000D03*
X153540000Y-120650000D03*
X151000000Y-120650000D03*
X153540000Y-118110000D03*
X151000000Y-118110000D03*
X153540000Y-115570000D03*
X151000000Y-115570000D03*
X153540000Y-113030000D03*
X151000000Y-113030000D03*
X153540000Y-110490000D03*
X151000000Y-110490000D03*
X153540000Y-107950000D03*
X151000000Y-107950000D03*
X153540000Y-105410000D03*
X151000000Y-105410000D03*
X153540000Y-102870000D03*
X151000000Y-102870000D03*
X153540000Y-100330000D03*
X151000000Y-100330000D03*
X153540000Y-97790000D03*
X151000000Y-97790000D03*
X153540000Y-95250000D03*
X151000000Y-95250000D03*
X153540000Y-92710000D03*
X151000000Y-92710000D03*
X153540000Y-90170000D03*
X151000000Y-90170000D03*
X153540000Y-87630000D03*
X151000000Y-87630000D03*
X153540000Y-85090000D03*
X151000000Y-85090000D03*
X153540000Y-82550000D03*
X151000000Y-82550000D03*
X153540000Y-80010000D03*
X151000000Y-80010000D03*
X153540000Y-77470000D03*
X151000000Y-77470000D03*
X153540000Y-74930000D03*
X151000000Y-74930000D03*
X153540000Y-72390000D03*
D13*
X151000000Y-72390000D03*
%TD*%
D14*
%TO.C,J2*%
X163290000Y-86000000D03*
X161290000Y-86000000D03*
X163290000Y-84000000D03*
X161290000Y-84000000D03*
X163290000Y-82000000D03*
X161290000Y-82000000D03*
X163290000Y-80000000D03*
D15*
X161290000Y-80000000D03*
%TD*%
D12*
%TO.C,J6*%
X103632000Y-84531200D03*
X103632000Y-87071200D03*
X103632000Y-89611200D03*
D13*
X103632000Y-92151200D03*
%TD*%
D12*
%TO.C,J5*%
X133604000Y-101854000D03*
D13*
X133604000Y-104394000D03*
%TD*%
D12*
%TO.C,J4*%
X145796000Y-104140000D03*
D13*
X145796000Y-101600000D03*
%TD*%
D10*
%TO.C,RN4*%
X142240000Y-128270000D03*
X142240000Y-125730000D03*
X142240000Y-123190000D03*
X142240000Y-120650000D03*
X142240000Y-118110000D03*
X142240000Y-115570000D03*
X142240000Y-113030000D03*
X142240000Y-110490000D03*
X142240000Y-107950000D03*
D11*
X142240000Y-105410000D03*
%TD*%
D10*
%TO.C,RN3*%
X142240000Y-77470000D03*
X142240000Y-80010000D03*
X142240000Y-82550000D03*
X142240000Y-85090000D03*
X142240000Y-87630000D03*
X142240000Y-90170000D03*
X142240000Y-92710000D03*
X142240000Y-95250000D03*
X142240000Y-97790000D03*
D11*
X142240000Y-100330000D03*
%TD*%
D10*
%TO.C,RN1*%
X137160000Y-77470000D03*
X137160000Y-80010000D03*
X137160000Y-82550000D03*
X137160000Y-85090000D03*
X137160000Y-87630000D03*
X137160000Y-90170000D03*
X137160000Y-92710000D03*
X137160000Y-95250000D03*
X137160000Y-97790000D03*
D11*
X137160000Y-100330000D03*
%TD*%
D12*
%TO.C,J7*%
X106680000Y-103886000D03*
X106680000Y-106426000D03*
X106680000Y-108966000D03*
X106680000Y-111506000D03*
X106680000Y-114046000D03*
X106680000Y-116586000D03*
X106680000Y-119126000D03*
X106680000Y-121666000D03*
D13*
X106680000Y-124206000D03*
%TD*%
D14*
%TO.C,J1*%
X163290000Y-128000000D03*
X161290000Y-128000000D03*
X163290000Y-126000000D03*
X161290000Y-126000000D03*
X163290000Y-124000000D03*
X161290000Y-124000000D03*
X163290000Y-122000000D03*
X161290000Y-122000000D03*
X163290000Y-120000000D03*
X161290000Y-120000000D03*
X163290000Y-118000000D03*
X161290000Y-118000000D03*
X163290000Y-116000000D03*
X161290000Y-116000000D03*
X163290000Y-114000000D03*
X161290000Y-114000000D03*
X163290000Y-112000000D03*
X161290000Y-112000000D03*
X163290000Y-110000000D03*
X161290000Y-110000000D03*
X163290000Y-108000000D03*
X161290000Y-108000000D03*
X163290000Y-106000000D03*
X161290000Y-106000000D03*
X163290000Y-104000000D03*
X161290000Y-104000000D03*
X163290000Y-102000000D03*
X161290000Y-102000000D03*
X163290000Y-100000000D03*
X161290000Y-100000000D03*
X163290000Y-98000000D03*
X161290000Y-98000000D03*
X163290000Y-96000000D03*
X161290000Y-96000000D03*
X163290000Y-94000000D03*
X161290000Y-94000000D03*
X163290000Y-92000000D03*
X161290000Y-92000000D03*
X163290000Y-90000000D03*
D15*
X161290000Y-90000000D03*
%TD*%
D16*
%TO.C,U1*%
X112522000Y-127000000D03*
D13*
X127762000Y-127000000D03*
D16*
X112522000Y-124460000D03*
X127762000Y-124460000D03*
X112522000Y-121920000D03*
X127762000Y-121920000D03*
X112522000Y-119380000D03*
X127762000Y-119380000D03*
X112522000Y-116840000D03*
X127762000Y-116840000D03*
X112522000Y-114300000D03*
X127762000Y-114300000D03*
X112522000Y-111760000D03*
X127762000Y-111760000D03*
X112522000Y-109220000D03*
X127762000Y-109220000D03*
X112522000Y-106680000D03*
X127762000Y-106680000D03*
X112522000Y-104140000D03*
X127762000Y-104140000D03*
X112522000Y-101600000D03*
X127762000Y-101600000D03*
X112522000Y-99060000D03*
X127762000Y-99060000D03*
X112522000Y-96520000D03*
X127762000Y-96520000D03*
X112522000Y-93980000D03*
X127762000Y-93980000D03*
X112522000Y-91440000D03*
X127762000Y-91440000D03*
X112522000Y-88900000D03*
X127762000Y-88900000D03*
X112522000Y-86360000D03*
X127762000Y-86360000D03*
X112522000Y-83820000D03*
X127762000Y-83820000D03*
X112522000Y-81280000D03*
X127762000Y-81280000D03*
X112522000Y-78740000D03*
X127762000Y-78740000D03*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8-0-10_14)*%
%TF.CreationDate,2021-04-03T20:08:11-06:00*%
%TF.ProjectId,bluescsi_powerbook,626c7565-7363-4736-995f-706f77657262,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Other,ECO1*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.1.8-0-10_14)) date 2021-04-03 20:08:11*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View File

@ -0,0 +1,14 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8-0-10_14)*%
%TF.CreationDate,2021-04-03T20:08:11-06:00*%
%TF.ProjectId,bluescsi_powerbook,626c7565-7363-4736-995f-706f77657262,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Other,ECO2*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.1.8-0-10_14)) date 2021-04-03 20:08:11*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View File

@ -0,0 +1,71 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8-0-10_14)*%
%TF.CreationDate,2021-04-03T20:08:11-06:00*%
%TF.ProjectId,bluescsi_powerbook,626c7565-7363-4736-995f-706f77657262,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.1.8-0-10_14)) date 2021-04-03 20:08:11*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.150000*%
%TD*%
%TA.AperFunction,Profile*%
%ADD11C,0.050000*%
%TD*%
G04 APERTURE END LIST*
D10*
X165100000Y-69215000D02*
G75*
G02*
X166370000Y-70485000I0J-1270000D01*
G01*
X166370000Y-135255000D02*
G75*
G02*
X165100000Y-136525000I-1270000J0D01*
G01*
X92202000Y-136525000D02*
G75*
G02*
X90932000Y-135255000I0J1270000D01*
G01*
X90932000Y-70485000D02*
G75*
G02*
X92202000Y-69215000I1270000J0D01*
G01*
D11*
X136932000Y-133096000D02*
G75*
G03*
X136932000Y-133096000I-1550000J0D01*
G01*
X136932000Y-72644000D02*
G75*
G03*
X136932000Y-72644000I-1550000J0D01*
G01*
X98832000Y-133096000D02*
G75*
G03*
X98832000Y-133096000I-1550000J0D01*
G01*
X98832000Y-72644000D02*
G75*
G03*
X98832000Y-72644000I-1550000J0D01*
G01*
D10*
X166370000Y-135255000D02*
X166370000Y-70485000D01*
X92202000Y-136525000D02*
X165100000Y-136525000D01*
X90932000Y-70485000D02*
X90932000Y-135255000D01*
X165100000Y-69215000D02*
X92202000Y-69215000D01*
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,301 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8-0-10_14)*%
%TF.CreationDate,2021-04-03T20:08:11-06:00*%
%TF.ProjectId,bluescsi_powerbook,626c7565-7363-4736-995f-706f77657262,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Top*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.1.8-0-10_14)) date 2021-04-03 20:08:11*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10O,1.600000X1.600000*%
%ADD11R,1.600000X1.600000*%
%ADD12R,1.350000X1.900000*%
%ADD13R,1.000000X1.200000*%
%ADD14R,1.350000X1.550000*%
%ADD15R,1.800000X1.170000*%
%ADD16R,1.100000X0.850000*%
%ADD17R,1.100000X0.750000*%
%ADD18O,1.700000X1.700000*%
%ADD19R,1.700000X1.700000*%
%ADD20O,1.350000X1.350000*%
%ADD21R,1.350000X1.350000*%
%ADD22C,1.700000*%
G04 APERTURE END LIST*
D10*
%TO.C,RN2*%
X137160000Y-128270000D03*
X137160000Y-125730000D03*
X137160000Y-123190000D03*
X137160000Y-120650000D03*
X137160000Y-118110000D03*
X137160000Y-115570000D03*
X137160000Y-113030000D03*
X137160000Y-110490000D03*
X137160000Y-107950000D03*
D11*
X137160000Y-105410000D03*
%TD*%
D12*
%TO.C,J3*%
X103673000Y-111078000D03*
X103673000Y-117048000D03*
D13*
X98998000Y-120548000D03*
X102698000Y-120548000D03*
D14*
X92973000Y-120373000D03*
D15*
X93198000Y-109053000D03*
D16*
X92848000Y-111313000D03*
X92848000Y-112413000D03*
X92848000Y-113513000D03*
X92848000Y-114613000D03*
X92848000Y-115713000D03*
X92848000Y-116813000D03*
D17*
X92848000Y-110263000D03*
D16*
X92848000Y-117913000D03*
%TD*%
D18*
%TO.C,J9*%
X146050000Y-74422000D03*
D19*
X146050000Y-71882000D03*
%TD*%
D18*
%TO.C,J8*%
X153540000Y-133350000D03*
X151000000Y-133350000D03*
X153540000Y-130810000D03*
X151000000Y-130810000D03*
X153540000Y-128270000D03*
X151000000Y-128270000D03*
X153540000Y-125730000D03*
X151000000Y-125730000D03*
X153540000Y-123190000D03*
X151000000Y-123190000D03*
X153540000Y-120650000D03*
X151000000Y-120650000D03*
X153540000Y-118110000D03*
X151000000Y-118110000D03*
X153540000Y-115570000D03*
X151000000Y-115570000D03*
X153540000Y-113030000D03*
X151000000Y-113030000D03*
X153540000Y-110490000D03*
X151000000Y-110490000D03*
X153540000Y-107950000D03*
X151000000Y-107950000D03*
X153540000Y-105410000D03*
X151000000Y-105410000D03*
X153540000Y-102870000D03*
X151000000Y-102870000D03*
X153540000Y-100330000D03*
X151000000Y-100330000D03*
X153540000Y-97790000D03*
X151000000Y-97790000D03*
X153540000Y-95250000D03*
X151000000Y-95250000D03*
X153540000Y-92710000D03*
X151000000Y-92710000D03*
X153540000Y-90170000D03*
X151000000Y-90170000D03*
X153540000Y-87630000D03*
X151000000Y-87630000D03*
X153540000Y-85090000D03*
X151000000Y-85090000D03*
X153540000Y-82550000D03*
X151000000Y-82550000D03*
X153540000Y-80010000D03*
X151000000Y-80010000D03*
X153540000Y-77470000D03*
X151000000Y-77470000D03*
X153540000Y-74930000D03*
X151000000Y-74930000D03*
X153540000Y-72390000D03*
D19*
X151000000Y-72390000D03*
%TD*%
D20*
%TO.C,J2*%
X163290000Y-86000000D03*
X161290000Y-86000000D03*
X163290000Y-84000000D03*
X161290000Y-84000000D03*
X163290000Y-82000000D03*
X161290000Y-82000000D03*
X163290000Y-80000000D03*
D21*
X161290000Y-80000000D03*
%TD*%
D18*
%TO.C,J6*%
X103632000Y-84531200D03*
X103632000Y-87071200D03*
X103632000Y-89611200D03*
D19*
X103632000Y-92151200D03*
%TD*%
D18*
%TO.C,J5*%
X133604000Y-101854000D03*
D19*
X133604000Y-104394000D03*
%TD*%
D18*
%TO.C,J4*%
X145796000Y-104140000D03*
D19*
X145796000Y-101600000D03*
%TD*%
D10*
%TO.C,RN4*%
X142240000Y-128270000D03*
X142240000Y-125730000D03*
X142240000Y-123190000D03*
X142240000Y-120650000D03*
X142240000Y-118110000D03*
X142240000Y-115570000D03*
X142240000Y-113030000D03*
X142240000Y-110490000D03*
X142240000Y-107950000D03*
D11*
X142240000Y-105410000D03*
%TD*%
D10*
%TO.C,RN3*%
X142240000Y-77470000D03*
X142240000Y-80010000D03*
X142240000Y-82550000D03*
X142240000Y-85090000D03*
X142240000Y-87630000D03*
X142240000Y-90170000D03*
X142240000Y-92710000D03*
X142240000Y-95250000D03*
X142240000Y-97790000D03*
D11*
X142240000Y-100330000D03*
%TD*%
D10*
%TO.C,RN1*%
X137160000Y-77470000D03*
X137160000Y-80010000D03*
X137160000Y-82550000D03*
X137160000Y-85090000D03*
X137160000Y-87630000D03*
X137160000Y-90170000D03*
X137160000Y-92710000D03*
X137160000Y-95250000D03*
X137160000Y-97790000D03*
D11*
X137160000Y-100330000D03*
%TD*%
D18*
%TO.C,J7*%
X106680000Y-103886000D03*
X106680000Y-106426000D03*
X106680000Y-108966000D03*
X106680000Y-111506000D03*
X106680000Y-114046000D03*
X106680000Y-116586000D03*
X106680000Y-119126000D03*
X106680000Y-121666000D03*
D19*
X106680000Y-124206000D03*
%TD*%
D20*
%TO.C,J1*%
X163290000Y-128000000D03*
X161290000Y-128000000D03*
X163290000Y-126000000D03*
X161290000Y-126000000D03*
X163290000Y-124000000D03*
X161290000Y-124000000D03*
X163290000Y-122000000D03*
X161290000Y-122000000D03*
X163290000Y-120000000D03*
X161290000Y-120000000D03*
X163290000Y-118000000D03*
X161290000Y-118000000D03*
X163290000Y-116000000D03*
X161290000Y-116000000D03*
X163290000Y-114000000D03*
X161290000Y-114000000D03*
X163290000Y-112000000D03*
X161290000Y-112000000D03*
X163290000Y-110000000D03*
X161290000Y-110000000D03*
X163290000Y-108000000D03*
X161290000Y-108000000D03*
X163290000Y-106000000D03*
X161290000Y-106000000D03*
X163290000Y-104000000D03*
X161290000Y-104000000D03*
X163290000Y-102000000D03*
X161290000Y-102000000D03*
X163290000Y-100000000D03*
X161290000Y-100000000D03*
X163290000Y-98000000D03*
X161290000Y-98000000D03*
X163290000Y-96000000D03*
X161290000Y-96000000D03*
X163290000Y-94000000D03*
X161290000Y-94000000D03*
X163290000Y-92000000D03*
X161290000Y-92000000D03*
X163290000Y-90000000D03*
D21*
X161290000Y-90000000D03*
%TD*%
D22*
%TO.C,U1*%
X112522000Y-127000000D03*
D19*
X127762000Y-127000000D03*
D22*
X112522000Y-124460000D03*
X127762000Y-124460000D03*
X112522000Y-121920000D03*
X127762000Y-121920000D03*
X112522000Y-119380000D03*
X127762000Y-119380000D03*
X112522000Y-116840000D03*
X127762000Y-116840000D03*
X112522000Y-114300000D03*
X127762000Y-114300000D03*
X112522000Y-111760000D03*
X127762000Y-111760000D03*
X112522000Y-109220000D03*
X127762000Y-109220000D03*
X112522000Y-106680000D03*
X127762000Y-106680000D03*
X112522000Y-104140000D03*
X127762000Y-104140000D03*
X112522000Y-101600000D03*
X127762000Y-101600000D03*
X112522000Y-99060000D03*
X127762000Y-99060000D03*
X112522000Y-96520000D03*
X127762000Y-96520000D03*
X112522000Y-93980000D03*
X127762000Y-93980000D03*
X112522000Y-91440000D03*
X127762000Y-91440000D03*
X112522000Y-88900000D03*
X127762000Y-88900000D03*
X112522000Y-86360000D03*
X127762000Y-86360000D03*
X112522000Y-83820000D03*
X127762000Y-83820000D03*
X112522000Y-81280000D03*
X127762000Y-81280000D03*
X112522000Y-78740000D03*
X127762000Y-78740000D03*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
M48
; DRILL file {KiCad (5.1.8-0-10_14)} date Saturday, April 03, 2021 at 08:08:05 PM
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2021-04-03T20:08:05-06:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.8-0-10_14)
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
INCH
%
G90
G05
T0
M30

View File

@ -0,0 +1,218 @@
M48
; DRILL file {KiCad (5.1.8-0-10_14)} date Saturday, April 03, 2021 at 08:08:05 PM
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2021-04-03T20:08:05-06:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.8-0-10_14)
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
INCH
T1C0.0157
T2C0.0315
T3C0.0394
%
G90
G05
T1
X4.76Y-4.29
X4.94Y-4.25
T2
X5.4Y-4.15
X5.4Y-4.25
X5.4Y-4.35
X5.4Y-4.45
X5.4Y-4.55
X5.4Y-4.65
X5.4Y-4.75
X5.4Y-4.85
X5.4Y-4.95
X5.4Y-5.05
X5.4Y-3.05
X5.4Y-3.15
X5.4Y-3.25
X5.4Y-3.35
X5.4Y-3.45
X5.4Y-3.55
X5.4Y-3.65
X5.4Y-3.75
X5.4Y-3.85
X5.4Y-3.95
X6.35Y-3.5433
X6.35Y-3.622
X6.35Y-3.7008
X6.35Y-3.7795
X6.35Y-3.8583
X6.35Y-3.937
X6.35Y-4.0157
X6.35Y-4.0945
X6.35Y-4.1732
X6.35Y-4.252
X6.35Y-4.3307
X6.35Y-4.4094
X6.35Y-4.4882
X6.35Y-4.5669
X6.35Y-4.6457
X6.35Y-4.7244
X6.35Y-4.8031
X6.35Y-4.8819
X6.35Y-4.9606
X6.35Y-5.0394
X6.4287Y-3.5433
X6.4287Y-3.622
X6.4287Y-3.7008
X6.4287Y-3.7795
X6.4287Y-3.8583
X6.4287Y-3.937
X6.4287Y-4.0157
X6.4287Y-4.0945
X6.4287Y-4.1732
X6.4287Y-4.252
X6.4287Y-4.3307
X6.4287Y-4.4094
X6.4287Y-4.4882
X6.4287Y-4.5669
X6.4287Y-4.6457
X6.4287Y-4.7244
X6.4287Y-4.8031
X6.4287Y-4.8819
X6.4287Y-4.9606
X6.4287Y-5.0394
X5.6Y-4.15
X5.6Y-4.25
X5.6Y-4.35
X5.6Y-4.45
X5.6Y-4.55
X5.6Y-4.65
X5.6Y-4.75
X5.6Y-4.85
X5.6Y-4.95
X5.6Y-5.05
X5.6Y-3.05
X5.6Y-3.15
X5.6Y-3.25
X5.6Y-3.35
X5.6Y-3.45
X5.6Y-3.55
X5.6Y-3.65
X5.6Y-3.75
X5.6Y-3.85
X5.6Y-3.95
X6.35Y-3.1496
X6.35Y-3.2283
X6.35Y-3.3071
X6.35Y-3.3858
X6.4287Y-3.1496
X6.4287Y-3.2283
X6.4287Y-3.3071
X6.4287Y-3.3858
T3
X5.75Y-2.83
X5.75Y-2.93
X4.2Y-4.09
X4.2Y-4.19
X4.2Y-4.29
X4.2Y-4.39
X4.2Y-4.49
X4.2Y-4.59
X4.2Y-4.69
X4.2Y-4.79
X4.2Y-4.89
X5.9449Y-2.85
X5.9449Y-2.95
X5.9449Y-3.05
X5.9449Y-3.15
X5.9449Y-3.25
X5.9449Y-3.35
X5.9449Y-3.45
X5.9449Y-3.55
X5.9449Y-3.65
X5.9449Y-3.75
X5.9449Y-3.85
X5.9449Y-3.95
X5.9449Y-4.05
X5.9449Y-4.15
X5.9449Y-4.25
X5.9449Y-4.35
X5.9449Y-4.45
X5.9449Y-4.55
X5.9449Y-4.65
X5.9449Y-4.75
X5.9449Y-4.85
X5.9449Y-4.95
X5.9449Y-5.05
X5.9449Y-5.15
X5.9449Y-5.25
X6.0449Y-2.85
X6.0449Y-2.95
X6.0449Y-3.05
X6.0449Y-3.15
X6.0449Y-3.25
X6.0449Y-3.35
X6.0449Y-3.45
X6.0449Y-3.55
X6.0449Y-3.65
X6.0449Y-3.75
X6.0449Y-3.85
X6.0449Y-3.95
X6.0449Y-4.05
X6.0449Y-4.15
X6.0449Y-4.25
X6.0449Y-4.35
X6.0449Y-4.45
X6.0449Y-4.55
X6.0449Y-4.65
X6.0449Y-4.75
X6.0449Y-4.85
X6.0449Y-4.95
X6.0449Y-5.05
X6.0449Y-5.15
X6.0449Y-5.25
X5.26Y-4.01
X5.26Y-4.11
X5.74Y-4.0
X5.74Y-4.1
X4.43Y-3.1
X4.43Y-3.2
X4.43Y-3.3
X4.43Y-3.4
X4.43Y-3.5
X4.43Y-3.6
X4.43Y-3.7
X4.43Y-3.8
X4.43Y-3.9
X4.43Y-4.0
X4.43Y-4.1
X4.43Y-4.2
X4.43Y-4.3
X4.43Y-4.4
X4.43Y-4.5
X4.43Y-4.6
X4.43Y-4.7
X4.43Y-4.8
X4.43Y-4.9
X4.43Y-5.0
X5.03Y-3.1
X5.03Y-3.2
X5.03Y-3.3
X5.03Y-3.4
X5.03Y-3.5
X5.03Y-3.6
X5.03Y-3.7
X5.03Y-3.8
X5.03Y-3.9
X5.03Y-4.0
X5.03Y-4.1
X5.03Y-4.2
X5.03Y-4.3
X5.03Y-4.4
X5.03Y-4.5
X5.03Y-4.6
X5.03Y-4.7
X5.03Y-4.8
X5.03Y-4.9
X5.03Y-5.0
X4.08Y-3.328
X4.08Y-3.428
X4.08Y-3.528
X4.08Y-3.628
T0
M30

View File

@ -0,0 +1,110 @@
{
"Header":
{
"GenerationSoftware":
{
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "(5.1.8-0-10_14)"
},
"CreationDate": "2021-04-03T20:08:11-06:00"
},
"GeneralSpecs":
{
"ProjectId":
{
"Name": "bluescsi_powerbook",
"GUID": "626c7565-7363-4736-995f-706f77657262",
"Revision": "rev?"
},
"Size":
{
"X": 75.588,
"Y": 67.460
},
"LayerNumber": 2,
"BoardThickness": 1.600
},
"DesignRules":
[
{
"Layers": "Outer",
"PadToPad": 0.200,
"PadToTrack": 0.200,
"TrackToTrack": 0.200,
"MinLineWidth": 0.200,
"TrackToRegion": 0.508,
"RegionToRegion": 0.508
}
],
"FilesAttributes":
[
{
"Path": "bluescsi_powerbook-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "bluescsi_powerbook-B_Cu.gbr",
"FileFunction": "Copper,L2,Bot",
"FilePolarity": "Positive"
},
{
"Path": "bluescsi_powerbook-F_SilkS.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "bluescsi_powerbook-B_SilkS.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "bluescsi_powerbook-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "bluescsi_powerbook-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "bluescsi_powerbook-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup":
[
{
"Type": "Legend",
"Notes": "Layer F.SilkS"
},
{
"Type": "SolderMask",
"Notes": "Layer F.Mask"
},
{
"Type": "Copper",
"Notes": "Layer F.Cu"
},
{
"Type": "Dielectric",
"Material": "FR4",
"Notes": "Layers L1/L2"
},
{
"Type": "Copper",
"Notes": "Layer B.Cu"
},
{
"Type": "SolderMask",
"Notes": "Layer B.Mask"
},
{
"Type": "Legend",
"Notes": "Layer B.SilkS"
}
]
}