-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
notes on solid green led -> heater pcb damange
- Loading branch information
1 parent
5f9e43f
commit aaa30f9
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|