Skip to content

Commit

Permalink
notes about turning rpm off
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Nov 16, 2023
1 parent e02f660 commit 5f9e43f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion user-guide/50-Troubleshooting/Stirring troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ First, with the stirring activity running, carefully examine if the fan below is
- Very gently wiggle the connection between the stirring wires and the HAT - does the fan start? It may be a bad connection. Contact us at [email protected]
- The fan may be damaged. Contact us at [email protected]
- If the fan is spinning:
- In most cases, this issue occurs when the fan is positioned too far from the sensors on the heater PCB above it.
- In most cases, this issue occurs when the fan is positioned too far from the RPM sensors on the heater PCB above it.
- There should be no-to-very-little visible metal from the screw at the <Highlight color={colors.blue}>interface between the vial holder and the top faceplate's arms</Highlight>. See image below.
- Try pushing the fan only slightly higher up using a pen, pencil or thin rod. Avoid moving the fan _too_ high up and hitting the <Highlight color={colors.magenta}>vial holder's screws</Highlight>.
- Try _moderately_ tightening the screws on the bottom of the top faceplate.
- Are the two magnets still present on the fan? Visually inspect from the side, or unscrew the top faceplate from the vial holder to see better.
- The heater PCB may be damaged. Contact us at [email protected].
- You can turn off the feedback loop by setting `use_rpm=0` in the `[stirring]` section of your configuration. Set the `initial_duty_cycle` to some appropriate value (20 to 40), as well.


<img src="/img/user-guide/hardware-assembly/vial_holder_alignment.jpg" width="465" style={{margin: "auto", display:"block"}} />
Expand Down
14 changes: 8 additions & 6 deletions user-guide/99-common-questions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ We suggest using the UI to reboot your Pioreactor's software:
Pulling the plug is usually fine, but try to avoid doing it as much as possible.


#### Can I still use the Pioreactor software without the hardware?

Yes - the Pioreactor UI and software should still work. There will be warnings that there is no HAT attached, but those can be ignored.

#### Why does the onboard blue LED keep flashing?

There may be a problem. You can diagnose the problem by [counting the number of flashes observed](/user-guide/error-codes).
Expand Down Expand Up @@ -134,8 +138,7 @@ We've designed the hardware and software to be compatible with any Raspberry Pi
* Raspberry Pi 400 ²



Although you can use any above, **we like the Raspberry Pi 3 Model A+, and Raspberry Pi Zero 2 W** because of their low power consumption, slim build, and low price. Both have the necessary CPU power and memory for the Pioreactor workload, and are generally the cheapest on the list above (but see note on Zero W below).
Although you can use any above, **we like the Raspberry Pi 3 Model A+, and Raspberry Pi Zero 2 W** because of their low power consumption, slim build, and low price. Both have the necessary CPU power and memory for the Pioreactor workload, and are generally easy to source.

¹ _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 All @@ -147,18 +150,17 @@ Although you can use any above, **we like the Raspberry Pi 3 Model A+, and Raspb

At least 16GB. We like 16GB or 32GB SanDisk Edge or Samsung microSD cards for their longevity, but any good quality, class 10 SD card will do.

#### What power supply unit do I need?
#### What power supply unit (PSU) do I need?

If you look at the power rating, it should be about 5 V and at least 2.25 A, or above 12 W. We really like the official Raspberry Pi PSUs, available at most places you can buy Raspberry Pis.
If you look at the power rating, it should be about 5 V and at least 2.25 A, or above 12 W. We really like the official Raspberry Pi PSUs, available at most places you can purchase Raspberry Pis.

#### Do I need any cooling for the Raspberry Pi?


Nope, you shouldn't, unless you are connecting an external monitor. However, extra heat sinks are never a bad idea!

#### Could a Raspberry Pi-compatible board work, like Rock Pi 4?

Probably. We haven't tested them, but so long as i) the GPIO pins are identical, and ii) Raspberry Pi OS can be installed, it should work.
Maybe? We haven't tested them, but so long as i) the GPIO pins are identical, and ii) Raspberry Pi OS can be installed, it should work.

#### Why are the Raspberry Pi LEDs/USB/Ethernet/etc. turned off?

Expand Down

0 comments on commit 5f9e43f

Please sign in to comment.