From fd600035bad03f0f98785075175c09760a487936 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Wed, 14 Aug 2024 13:55:57 -0400 Subject: [PATCH] psu --- .../01-cluster-management/02-power-cluster.md | 10 ++++++++-- user-guide/99-common-questions.mdx | 3 +-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/user-guide/03-Extending your Pioreactor/01-cluster-management/02-power-cluster.md b/user-guide/03-Extending your Pioreactor/01-cluster-management/02-power-cluster.md index 4508cda8..070f0f9b 100644 --- a/user-guide/03-Extending your Pioreactor/01-cluster-management/02-power-cluster.md +++ b/user-guide/03-Extending your Pioreactor/01-cluster-management/02-power-cluster.md @@ -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 diff --git a/user-guide/99-common-questions.mdx b/user-guide/99-common-questions.mdx index cc111086..70b71cea 100644 --- a/user-guide/99-common-questions.mdx +++ b/user-guide/99-common-questions.mdx @@ -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.