build-your-own.adoc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # Build Your Own
  2. These instructions will guide you thorugh purchasing all of the parts needed to assemble kits for yourselves and for friends! Please note the hardware is licensed non-comercial.
  3. If you'd like to buy the kits pre-packaged/pre-flashed or fully assembled we have a network of makers here to help you out at https://scsi.blue
  4. ## Order Parts
  5. Updated for 1.0-c.
  6. ### PCB's
  7. Grab the latest Gerbers. Gerber files tell the PCB manufactuer how to create the BlueSCSI boards.
  8. https://github.com/erichelgeson/BlueSCSI/tree/main/hw/gerbers
  9. Order the boards from https://jlcpcb.com/ or your manufactuer of choice.
  10. ### Components
  11. A Mouser project can be found here with all the parts -
  12. NOTE: you only need 1 of the header packs for ~20 boards, so adjust acccordingly.
  13. https://www.mouser.com/ProjectManager/ProjectDetail.aspx?State=EDIT&ProjectGUID=ac1981ee-73ba-4b4e-b80d-ad0cee123b87
  14. ### BluePill
  15. Beware of fakes and buy from a place where returns are easy. Ensure the photo in the listing shows a chip that says STM32 on it.
  16. https://www.amazon.com/s?k=stm32f103c8t6
  17. https://www.ebay.com/sch/i.html?_nkw=stm32f103c8t6
  18. ### STlinkV2
  19. You can usually find these bundled with the bluepill or at the same store you bought your bluepill.
  20. ## Assemble
  21. Follow the guide on component orientation and assembly.
  22. https://github.com/erichelgeson/BlueSCSI/blob/main/docs/assembly.md
  23. ## 3D Case
  24. Print or order a 3D case for your BlueSCSI to mount it inside your computer.
  25. https://github.com/erichelgeson/BlueSCSI/tree/main/3D-Files
  26. ## Flash
  27. You will need to flash the BlueSCSI program onto your BluePill following these instructions.
  28. https://github.com/erichelgeson/BlueSCSI#flashing
  29. ## Usage
  30. Be sure to follow the usage instructions for getting your drive images setup:
  31. https://github.com/erichelgeson/BlueSCSI#usage