Use BlueSCSI (STM32 SCSI emulator) in the Apple PowerBook, and to replace other 40-pin 2.5in mobile scsi devices
Go to file
Matthew Nielsen 0549f643fe Move details about each version to separate files.
Move future plans to separate file.
Move BOM to separate file.
Add more detail and pictures to v1.1.
2021-04-22 20:20:01 -06:00
images Add new images of v1.1. Update docs to reflect v1.1. Add notes about possible future versions. 2021-04-20 15:39:46 -06:00
v1.0 Move details about each version to separate files. 2021-04-22 20:20:01 -06:00
v1.1 Move details about each version to separate files. 2021-04-22 20:20:01 -06:00
.gitignore initial commit 2021-04-03 21:23:17 -06:00
BOM.md Move details about each version to separate files. 2021-04-22 20:20:01 -06:00
FUTURE_PLANS.md Move details about each version to separate files. 2021-04-22 20:20:01 -06:00
LICENSE.md initial commit 2021-04-03 21:23:17 -06:00
README.md Move details about each version to separate files. 2021-04-22 20:20:01 -06:00

README.md

PowerBook adapter for BlueSCSI

About

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.

Picture of bluescsi_pb connected to PowerBook 520c

Compatibility

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.

Board Versions and Gerber Files

3D rendering of bluescsi_pb v1.1 board

Future versions of the board

See FUTURE_PLANS.md.

Tour of board v1.1

J1 (40-pin mobile SCSI connector)

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.

J2 (8-pin connector)

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

J8 (50-pin desktop SCSI connector)

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.

Picture of MicroSD connector pad and SD-to-MicroSD adapter with header pins soldered to it

Power selection jumpers

By default the board is powered by SCSI termination power (TERMPWR), and is controlled by the joint JP1 (which is near J9).

Powering board by motor power (MOTORPWR)

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.

(Re)powering board by termination power (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

Powering board by USB alone

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

Activity LED (D1)

Picture of Disk Activity LED (D1)

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.

Bill of Materials

See BOM.md.

Caveats

Termination

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).

Ribbon cable should not be seated fully on connector J1 (for me, at least)

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:

Picture of the 1mm gap between the ribbon cable and connector J1

Click here for larger version of above.

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. 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, Tambo, Eric Helgeson, and many others.

The "Blue Pill" footprint was originally created by Yet-Another-Average-Joe.

License

See LICENSE.md.