A small SCSI device based on Teensy 3.5
Go to file
David Kuder 3429bab34b Send Diagnostic, Prefetch and Sync Cache stubs 2022-06-11 11:13:45 -04:00
src Send Diagnostic, Prefetch and Sync Cache stubs 2022-06-11 11:13:45 -04:00
GreenSCSI-DeadBug.jpg Add files via upload 2021-11-19 02:39:23 -06:00
LICENSE Update LICENSE 2021-11-19 03:38:46 -05:00
README.md Update README.md 2021-11-19 03:41:57 -05:00

README.md

GreenSCSI

DeadBug assembly of a Teensy 3.5 directly on a 50 pin SCSI header!

GreenSCSI, BlueSCSI & ArdSCSino are hardware that reproduces SCSI devices (hard disks) with Arduino like devices.

GreenSCSI created by https://github.com/dkgrizzly[dkgrizzly] is a fork of BlueSCSI which adds:

  • Teensy 3.5 (Kinetis K64...) support
  • Better LUN handling

BlueSCSI created by https://github.com/erichelgeson[erichelgeson] is a fork of ArdSCSino-stm32

ArdSCSino-stm32 created by https://github.com/ztto/ArdSCSino-stm32[ztto] is the STM32 version of ArdSCSino

ArdSCSino created by https://twitter.com/h_koma2[Tambo (TNB Seisakusho)]