- PowerBook adapter for BlueSCSI
- About
- Compatibility
- Board Versions and Gerber Files
- Board Tour
- Bill of Materials
- Caveats
- Credits
- License
https://github.com/xunker/bluescsi_pb
This project allows you to use BlueSCSI (STM32 SCSI emulator) in the Apple PowerBook, or in any other device that uses 40-pin 2.5in mobile SCSI devices.
Successfully used with my PowerBook 520c using the 40-pin connector. I have not yet been able to make it work with my PowerBook 145, however.
Using the 50-pin connector, I have successfully used it with an Apple IIgs, a Macintosh Classic II and a Macintosh LC.
- version 1.1 (April 2021) - current
- version 1.0 (March 2021) - deprecated, not recommended
See FUTURE_PLANS.md.
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.
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.
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.
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.
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.
By default the board is powered by SCSI termination power (TERMPWR
), and is controlled by the joint JP1 (which is near J9).
If you want to have the board be powered by +5 motor power (MOTORPWR
) instead of TERMPWR
, you must
- Break joint JP1 with a small knife
- Solder a 2-pin header to J10 and short it with a removable jumper cap
This will power the Blue Pill module from MOTORPWR
, but SCSI termination will still be powered by TERMPWR
.
If JP1 is broken and you want reconnect the board back to TERMPWR
, you must either:
- Solder a 2-pin header to J9 and short it with a removable jumper cap
.. or ..
- Resolder JP1
If you want to power the Blue Pill module from USB power, you must:
- Break joint JP1 with a small knife
- Ensure that J9 AND J10 are NOT shorted
This is a breakout of the built-in LED that reflects disk activity. It is the same as the LED on the Blue Pill module itself. This part is optional and the module will work without it.
The signal is active-low, and current-limiting resistor for the LED is on the positive (anode) side of the LED. This way you can tap in to the cathode (negative) pin of the LED footprint to monitor drive activity from an external device directly if you need to do that.
See BOM.md.
Although documentation for the IBM DHAS-2270 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).
On my PowerBook 520c, seating the drive cable fully on to connector J1 causes the BlueSCSI module to not work. I have found that leaving the ribbon cable slightly (like, 1mm maybe) off the connector makes the connection much more reliable. See picture below so see how much I am talking about:
Click here for larger version of above.
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. 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.
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.
This project would not be possible without the work done by ztto, Tambo, Eric Helgeson, and many others.
The "Blue Pill" footprint was originally created by Yet-Another-Average-Joe.
See LICENSE.md.