Simple temperature logger using an Arduino and a DS18B20 sensor.
- Connect sensor to Arduino, Arduino to Computer.
- Flash
logger.ino
to Arduino. - Log serial console output, e.g. with
picocom /dev/ttyACM0 | tee temperatures.log
- Plot the data with
./plot.py temperatures.log