Skip to content

Commit

Permalink
psu
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Aug 14, 2024
1 parent c19d62f commit fd60003
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ You can purchase USB hubs from sites like Amazon. They may look something like b
- Connection type: Raspberry Pis models have different power connectors. RPi 4 and 5 use USB-C, and everything else uses microUSB. You may need to purchase USB-C to microUSB wires.
- Speaking of the wires from the PSU to the Raspberry Pi: make them **as short as possible**. Longer cables increase resistance, leading to unnecessary power loss.

### More than ~6 Pioreactors
### More than ~6 Pioreactors and beyond

For more than 6 Pioreactors, we recommend looking into more reputable and reliable power supply units. We have seen the following model in action and can recommend it:

- [SIIG Industrial USB-C PD Charging Station](https://www.siig.com/16-port-industrial-usb-c-pd-charging-station-600w.html)


Generally, for any power supply, the same ideas apply as above: look for at minimum 15 W per output. Also look for certifications and over heating protection.

For more than 6 Pioreactors, we recommend looking into more reputable and reliable power supply unit. TBD



3 changes: 1 addition & 2 deletions user-guide/99-common-questions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ We've designed the hardware and software to be compatible with any Raspberry Pi
* Raspberry Pi Zero 2 (with headers)


Although you can use any above, **we like the Raspberry Pi 4 Model B, and Raspberry Pi Zero 2**. Both have the necessary CPU power and memory for the Pioreactor workload, and are generally easy to source. However, they don't a ethernet connector built-in. So talk to your team about if you need to use ethernet or wifi. If you need ethernet, we like the model RPi
3 B+ or 4 B, or purchase some microUSB-to-ethernet dongles for the RPi Zero 2.
Although you can use any above, **we like the Raspberry Pi 4 Model 3 B+, Raspberry Pi 4 Model B, and Raspberry Pi Zero 2**. Both have the necessary CPU power and memory for the Pioreactor workload, and are generally easy to source. However, they don't a ethernet connector built-in. So talk to your team about if you need to use ethernet or wifi. If you need ethernet, we like the model RPi 3 B+ or 4 B, or purchase some microUSB-to-ethernet dongles for the RPi Zero 2.

¹ _Raspberry Pi Zero W_ is on the list above, and is very low cost compared to the others. They can absolutely be used for Pioreactors _as workers_ - we don't recommend them to be your _leader_ (note sure what these terms mean? Here's an introduction to [leader and workers](/user-guide/create-cluster)). As workers, Raspberry Pi Zero W perform just fine, but will respond slower to commands. Note that this does not include the Raspberry Pi Zero _2_ W model, which is fine for all roles.

Expand Down

0 comments on commit fd60003

Please sign in to comment.