A small SCSI device based on Teensy 3.5
Go to file
David Kuder 968f3336af Control channel framework
Building the framework for communicating with the GreenSCSI command line over the SCSI bus.
2022-06-11 10:59:23 -04:00
src Control channel framework 2022-06-11 10:59:23 -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

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