BlueSCSI/docs/build-your-own.adoc

63 lines
1.7 KiB
Plaintext
Raw Normal View History

2021-04-11 17:14:13 +00:00
# Build Your Own
2022-06-17 11:32:24 +00:00
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.
2021-04-11 17:14:13 +00:00
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
## Order Parts
Updated for 1.0-c.
### PCB's
2022-06-17 11:32:24 +00:00
Grab the latest Gerbers. Gerber files tell the PCB manufacturer how to create the BlueSCSI boards.
2021-04-11 17:14:13 +00:00
2022-01-24 21:24:04 +00:00
https://github.com/erichelgeson/BlueSCSI/tree/main/hw/
2021-04-11 17:14:13 +00:00
2022-06-17 11:32:24 +00:00
Order the boards from https://jlcpcb.com/ or your manufacturer of choice.
2021-04-11 17:14:13 +00:00
### Components
2022-01-24 21:24:04 +00:00
#### Version 1.0-c, 1.1-a BOM
2021-04-11 17:14:13 +00:00
2021-04-20 15:54:50 +00:00
https://www.mouser.com/ProjectManager/ProjectDetail.aspx?AccessID=c5cc83feff
2021-04-11 17:14:13 +00:00
### BluePill
2022-01-24 21:24:04 +00:00
Buy from a place where returns are easy. Ensure the photo in the listing shows a chip that says STM32 on it.
2021-04-11 17:14:13 +00:00
The BluePill must be a STM32F103**C8T6** - a C6T6 will not work. Check the listings closely.
2021-04-11 17:14:13 +00:00
https://www.amazon.com/s?k=stm32f103c8t6
https://www.ebay.com/sch/i.html?_nkw=stm32f103c8t6
### STlinkV2
You can usually find these bundled with the bluepill or at the same store you bought your bluepill.
## Assemble
Follow the guide on component orientation and assembly.
https://github.com/erichelgeson/BlueSCSI/blob/main/docs/assembly.md
## 3D Case
Print or order a 3D case for your BlueSCSI to mount it inside your computer.
https://github.com/erichelgeson/BlueSCSI/tree/main/3D-Files
## Flash
You will need to flash the BlueSCSI program onto your BluePill following these instructions.
https://github.com/erichelgeson/BlueSCSI#flashing
## Usage
2022-06-17 11:32:24 +00:00
Be sure to follow the usage instructions for getting your drive images set up:
2021-04-11 17:14:13 +00:00
https://github.com/erichelgeson/BlueSCSI#usage