Skip to content

Commit

Permalink
notes on solid green led -> heater pcb damange
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Nov 22, 2023
1 parent 5f9e43f commit aaa30f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins: # Optional
min_version: <string> # Minimum required version of the plugin

labels: # Optional: provide aliases
<pioreactor_unit_name>: <alias_name> # Optional: aliases for Pioreactors
<pioreactor_unit_name>: <alias_name> # Optional: aliases for Pioreactors

common: # Optional: jobs that are common for all Pioreactors
<job_name>:
Expand Down
12 changes: 10 additions & 2 deletions user-guide/50-Troubleshooting/Hardware troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
---
title: Hardware (PCBs)
slug: /troubleshooting-Hardware
title: Hardware and operation
slug: /troubleshooting-hardware
---

### My Pioreactor isn't responsive anymore

If your Pioreactor stops being responsive (and _was previously working_),

- For Raspberry Pi 3A model, is the Pi's green LED constantly on?
- there should be a short, perhaps caused by damage. Power off, and disconnect the heater PCB's flat-flex cable from the HAT (unlock, and pull straight out), and power on. Is the Pioreactor responsive now? Investigate the heater PCB for damage.


### I often see a "Pioreactor HAT must be present" error, but the HAT is definitely attached.

Try the following, in order:

- [SSH](/user-guide/accessing-raspberry-pi) into the Pioreactor that's causing problems. Run `pio version -v`. Does the `firmware` section say `0.0`? If so, run `sudo systemctl restart load_rp2040.service`. Try `pio version -v` again. Move on if `firmware` still says `0.0`.
- Disconnect the heater PCB's flat-flex cable from the HAT (unlock, and pull straight out). Try `pio version -v` again. If this shows something other than `0.0` beside firmware, there could be a problem with your heater PCB. Email us at [email protected].
- See section [above](/user-guide/troubleshooting-Hardware#my-pioreactor-isnt-responsive-anymore).

### I see "Heating PCB must be attached to Pioreactor HAT" or Heating PCB must be present to measure RPM." errors.

Expand Down

0 comments on commit aaa30f9

Please sign in to comment.