build-your-own.adoc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Build Your Own
  2. These instructions will guide you through purchasing all of the parts needed to assemble kits for yourselves and for friends! Please note the hardware is licensed non-commercial.
  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 manufacturer how to create the BlueSCSI boards.
  8. https://github.com/erichelgeson/BlueSCSI/tree/main/hw/
  9. Order the boards from https://jlcpcb.com/ or your manufacturer of choice.
  10. ### Components
  11. #### Version 1.0-c, 1.1-a BOM
  12. https://www.mouser.com/ProjectManager/ProjectDetail.aspx?AccessID=c5cc83feff
  13. ### BluePill
  14. Buy from a place where returns are easy. Ensure the photo in the listing shows a chip that says STM32 on it.
  15. https://www.amazon.com/s?k=stm32f103c8t6
  16. https://www.ebay.com/sch/i.html?_nkw=stm32f103c8t6
  17. ### STlinkV2
  18. You can usually find these bundled with the bluepill or at the same store you bought your bluepill.
  19. ## Assemble
  20. Follow the guide on component orientation and assembly.
  21. https://github.com/erichelgeson/BlueSCSI/blob/main/docs/assembly.md
  22. ## 3D Case
  23. Print or order a 3D case for your BlueSCSI to mount it inside your computer.
  24. https://github.com/erichelgeson/BlueSCSI/tree/main/3D-Files
  25. ## Flash
  26. You will need to flash the BlueSCSI program onto your BluePill following these instructions.
  27. https://github.com/erichelgeson/BlueSCSI#flashing
  28. ## Usage
  29. Be sure to follow the usage instructions for getting your drive images set up:
  30. https://github.com/erichelgeson/BlueSCSI#usage