README.adoc 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. # BlueSCSI
  2. :toc: macro
  3. BlueSCSI & ArdSCSino are hardware that reproduces SCSI devices (hard disks) with an Arduino STM32F103C (aka Blue Pill.)
  4. `BlueSCSI` created by https://github.com/erichelgeson[erichelgeson] is a fork of `ArdSCSino-stm32` which adds:
  5. * Usability Improvements
  6. * Mac specific functionality
  7. * Enable/Disable Passive SCSI termination
  8. * An alternative power source if not able to be powered by the SCSI bus
  9. * Documentation
  10. * Open Hardware (KiCad & Grebers)
  11. `ArdSCSino-stm32` created by https://github.com/ztto/ArdSCSino-stm32[ztto] is the STM32 version of `ArdSCSino`
  12. `ArdSCSino` created by https://twitter.com/h_koma2[Tambo (TNB Seisakusho)]
  13. image::docs/buynow.png[link=https://scsi.blue, 150]
  14. image::docs/discordbanner.png[link=https://discord.gg/GKcvtgU7P9, 150]
  15. Join us in #bluescsi on https://discord.gg/GKcvtgU7P9[Discord] or open an issue on this repo.
  16. toc::[]
  17. ## Compatibility
  18. If your computer is not listed below - it may be compatible but there is no guarantee it will work. This device is designed and tested to work with pre-PowerPC Macs.
  19. ### Compatible
  20. https://github.com/erichelgeson/BlueSCSI/wiki/Supported-Systems[Supported-Systems]
  21. ## Performance
  22. https://github.com/erichelgeson/BlueSCSI/wiki/Performance[Performance]
  23. ## Assembly
  24. ++++
  25. See <a href="docs/assembly.md">docs/assembly.md</a>
  26. ++++
  27. ## Usage
  28. https://github.com/erichelgeson/BlueSCSI/wiki/Usage[Usage]
  29. ### Termination
  30. To enable termination place the two jumpers on the TERM block. Termination should be enabled if it is the last device in the SCSI chain, otherwise remove the jumpers if it is not.
  31. ## Troubleshooting
  32. https://github.com/erichelgeson/BlueSCSI/wiki/Troubleshooting
  33. ### Older Version Specific Troubleshooting
  34. <<docs/troubleshooting-1.0-b.adoc,Version 1.0-b>>
  35. ## Hardware Versions
  36. ### 1.1-a (Latest)
  37. #### 1.1-a Desktop
  38. * Blinky! There are now resistors and pin outs for Power and Activity LED's
  39. * Resistor nets flipped all the same way
  40. * 50 pin allows for right angle connector
  41. * SD Card facing out the back - gives some better options for mounting and access
  42. * New bracket that uses less filament and has mounting options for most cases
  43. * Better mounting holes on the PCB
  44. * New artwork by @Stephen
  45. #### 1.1-a DB25
  46. * Plugs directly into the DB25 port of your Mac.
  47. * Removed unnecessary components.
  48. * Termination is always on.
  49. * If you do not need termination you can socket or not install the resistor nets (this would be an unusual case)
  50. ### 1.0-c
  51. * Fixed issue with diode footprint being too small
  52. * Fixed issue with external power and `TERMPOWER`
  53. ### 1.0-b
  54. First release
  55. ## Development (Advanced)
  56. https://github.com/erichelgeson/BlueSCSI/wiki/Flashing[Flashing]
  57. ## Notes
  58. ### Making Gerbers for JLCPCB
  59. https://support.jlcpcb.com/article/44-how-to-export-kicad-pcb-to-gerber-files
  60. BlueSCSI(TM) - Eric Helgeson - All rights reserved.