-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
How to reboot the Tritons when they get stuck
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 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 |
---|---|---|
|
@@ -38,6 +38,17 @@ The boat's NMEA 2000 (N2K) backbone runs from bow to the technical compartment. | |
|
||
* [B&G ZG100](https://www.bandg.com/bg/type/instrument-sensors-and-transducers/compass-sensors/gps-antenna-bg-zg100-module-pack/) GPS | ||
|
||
### Rebooting NMEA2000 | ||
|
||
The Triton2 instruments become occasionally unresponsive after running for a longer time (typically multiple weeks). The solution is to restart them. Easiest option is by rebooting the entire N2K bus. | ||
|
||
- [ ] Turn *Navigation Instruments* circuit off | ||
- [ ] Wait 10 seconds and turn the circuit back on | ||
- [ ] Raspberry Pi needs to refresh the CAN interface to see NMEA2000 data. Either reboot it, or preferably: | ||
- [ ] SSH to the RPi `ssh [email protected]` | ||
- [ ] Run `sudo ifdown can0` | ||
- [ ] Run `sudo ifup can0` | ||
|
||
## Autopilot | ||
|
||
The boat is equipped with a Raymarine ST4000+ tiller pilot. | ||
|