Checking the temp on my beer using technology!
This project uses a Raspberry Pi and a DS18B20 sensor I am using http://Resin.io to deliver the project to the Pi.
From: https://docs.resin.io/hardware/i2c-and-spi/#1-wire-and-digital-temperature-sensors
-
Need to edit
config.txt
on theresin-boot
partition of the SD card and add the linedtoverlay=w1-gpio
-
Need to add
modprobe w1-gpio && modprobe w1-therm
in our DockerfileCMD
command
Create a Datadog Account and get both an API_KEY
& APP_KEY
. Add these to your Resin.IO environment variables