BlueSCSI - Open, Low Cost, DIY SCSI to SD device

YMK

Active Tinkerer
Nov 8, 2021
345
265
63
I noticed on an image posted by a BlueSCSI user that the resistor nets aren't socketed and the assembly instructions confirm this.

It looks like the nets sit directly on the data lines. Is this correct?
 

YMK

Active Tinkerer
Nov 8, 2021
345
265
63
Thanks for confirming. There's a problem with permanently installed nets...

Disconnecting the commons from VCC and ground does not remove the other pins from the circuit.

The lines are still connected to each other in a star arrangement.

I don't have a BlueSCSI to measure, but I'm betting you'll read somewhere around 264 Ohms between lines on the same net.
 

eric

Administrator
Staff member
Sep 2, 2021
810
1,290
93
MN
scsi.blue
Yes, it's a bit of a trade off for usability and in practice I've not seen this be an issue - and having the user remove & loose resistors or install them backwards or in the wrong position would be quite complex.
 

YMK

Active Tinkerer
Nov 8, 2021
345
265
63
Yes, it's a bit of a trade off for usability and in practice I've not seen this be an issue - and having the user remove & loose resistors or install them backwards or in the wrong position would be quite complex.

Aren't many BlueSCSIs user-assembled? Seems they have to get it right at least once.

Passing current between data lines might not be an issue for a single BlueSCSI.

If you have two, that resistance drops to 132 Ohms. Three? 88 Ohms.

For that reason, on most devices, nets are either socketed or electrically disconnected from the circuit when termination is disabled.
 
Last edited:

eric

Administrator
Staff member
Sep 2, 2021
810
1,290
93
MN
scsi.blue
Aren't many BlueSCSIs user-assembled?
many are, many are not.

Three unterminated BlueSCSI's seems like an unlikely setup, but I suppose someone could set it up that way.

Just as an FYI this is the same termination setup RaSCSI uses as well.

Maybe it could be improved? Any pull requests or design improvements are welcome.
 

YMK

Active Tinkerer
Nov 8, 2021
345
265
63
Just as an FYI this is the same termination setup RaSCSI uses as well.

Maybe it could be improved? Any pull requests or design improvements are welcome.

I did not know that about RaSCSI. I haven't looked at its design.

SIP sockets would be all that's needed.
 

wottle

Tinkerer
Oct 30, 2021
474
235
43
46
Fort Mill, SC
Anyone used a BlueSCSI in the tray mounted Macs (LC575 / Mac TV / etc) that use an edge connector? Thinking you'd need to pair one of the desktop versions of BlueSCSI by @Androda with a 3d printed mounting bracket that would align the SCSI connector at the right spot so you could plug the edge connector from the original drive into the BlueSCSI.

Only other option I can think of would be some type of SCSI extension cable plugged into the edge connector and then into a standard BlueSCSI. Really would love to have the internal mounted drive for my Mac TV. Thanks for any ideas y'all might have.
 

Fizzbinn

Tinkerer
Nov 29, 2021
159
156
43
Charlottesville, VA
45BD9CC2-60C3-47DE-BFFE-0AC15BC5ED56.jpeg


This is what I use in my 575.


…it’s a bit fiddly to get everything plugged in, I used some tongs to get the edge connector + extension cable plugged in, but works!
 

wottle

Tinkerer
Oct 30, 2021
474
235
43
46
Fort Mill, SC
I ended up buying the extra long version of the extender (23 inch extender). I'll try doing the same with some tongs / tweezers to get it connected.

May order a desktop f4 and see if I can make a 3d printable mounting bracket for it. We'll see.
 

Androda

TinkerDifferent Board Secretary 2023
Staff member
Sep 25, 2021
446
485
63
USA, Western
androda.work
I'm hoping to have time soon to do all the calculating and get things in the right place for LC 520 and similar. With the SCSI port facing the right direction on my products, it should be easier. And I have yet another revision of the connector end that should make it even easier to line things up.
 
  • Like
Reactions: Fizzbinn and wottle

eric

Administrator
Staff member
Sep 2, 2021
810
1,290
93
MN
scsi.blue

Optical Beta


This is a beta release of optical support for BlueSCSI based on #130 by @mynameistroy

You can now create SCSI optical drives with .iso, .bin, .toast, and other raw optical formats.

BlueSCSI will try to determine the correct block size for optical, but you may need to specify it in certain situations.

Reporting Success, Issues, and Questions in beta​

If you have Success, Issues, and Questions please use the discussion.

If you have technical feedback please report that in the Pull Request.

Usage:​

Follows the same naming conventions as Hard Disks, except using CD
CD30_2048-MacOS8.6.iso - SCSI ID 3, LUN 0, 2048 sector size.
Remember file names must be less than 32 characters.

Bootable Images​

Some images created do not have the proper bits to be detected as bootable on a Mac. We are compiling of known good images here https://github.com/erichelgeson/BlueSCSI/wiki/CD-Image-Support

Known behaviors​

Eject currently does nothing, we have some interesting plans around CD switching in the works.
If an image file has the read only attribute checked it is currently skipped (some CD images have this checked) - will be fixed in next beta.

Flashing​

USB Boot loader​

If you have the USB Boot loader you can flash any of the -USB firmware to your devices using this branch of the BlueSCSI-Updater or QMK Toolbox (generic DFU util for windows/mac)

ST-Link​

If you do not have a USB bootloader you can flash via ST-Link v2.

Gratuitous 7 CD images mounted at the same time:

IMG_2593.jpg
 

Andrew737953

New Tinkerer
Jul 26, 2022
3
0
1
Hello,
I now have a fully assembled BlueSCSI and I’m not able to get it working. It worked fine for a while except that it didn’t boot up, but now it won’t turn on at all. It’s not my Macintosh I don’t think because my bad BlueSCSI I built myself still powers up and blinks. Any ideas on how to get it back on?
 

eric

Administrator
Staff member
Sep 2, 2021
810
1,290
93
MN
scsi.blue
I now have a fully assembled BlueSCSI and I’m not able to get it working. It worked fine for a while except that it didn’t boot up, but now it won’t turn on at all.
Can you disconnect it from the computer and power it via the MicroUSB on the BluePill? Is it possible you shorted it out while powering it? eg having it touch something metal while it was powered on.

Also you may want to start your own thread for troubleshooting. Please include as many details as you can about what mac you have, what you've tried, etc.