T-Sticks
This repo contains the Arduino code which is needed to operate the temperature sticks (T-Sticks) in the ice laboratory of the Max-Planck-Insitute for Meteorology in Hamburg.
Set up
Clone this repository on your machine
git clone https://github.com/markusritschel/icelab-tsticks
and then upload the code to your Arduino controller
arduino --port /dev/ttyACM0 --upload icelab-tsticks.ino
The scripts contain self-explanotary comments.
Features
- Iterate over multiple sensors that are attached to different pins on the Arduino
- Sensors are automatically detected in the order of their physical appearance
Maintainer
Contact & Issues
For any questions or issues, please contact me via git@markusritschel.de or open an issue.
© Markus Ritschel 2021