A small SCSI device based on Teensy 3.5
Go to file
David Kuder c5c4c51667
preAllocate fail
preAllocate has angered the TrackZero and must be punished, out with preAllocate, in with writing zeros 512 bytes at a time.
2022-10-14 22:40:33 -04:00
case 3D Printed Case 2022-06-11 23:06:47 -04:00
hardware/mvp Schematic for MVP 2022-06-11 23:29:39 -04:00
src preAllocate fail 2022-10-14 22:40:33 -04:00
GreenSCSI Manual.pdf Update GreenSCSI Manual.pdf 2022-06-12 01:44:36 -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 2022-09-16 12:43:09 -04:00

GreenSCSI

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

GreenSCSI, BlueSCSI & ArdSCSino are hardware that reproduce 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)]