Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

nugget templog.service

Chris Thierauf edited this page May 4, 2018 · 1 revision

Overview

This runs the /opt/templogs/logtemp.sh script, which gets the temperature once a second since it starts. The temperature is output into /opt/templogs/logs/ folder, and the name of the file is based off of the date and time that the logging was started.

The output format is a .csv. Because it is started with systemd, it runs on startup and begins logging. As a result, we have a .csv displaying the temperature over time of every time the ROV is used. This allows us to get more data on our thermals, which is important because of our concerns regarding overheating.

Concepts

These documents cover more 'how things work' rather than the nitty-gritty stuff.

Javascript packages

Function-by-function breakdown per JS package.

Systemd

systemd allows us to start processes when the Pi powers on.

Arduino Code

Stuff about our Arduino code, details depending on the file.

  • TODO

Bash Scripts

Overview of the bash script(s).

  • TODO

Custom Tools

Tools we've created to make the usage and development process easier.

Clone this wiki locally