An open API service indexing awesome lists of open source software.

https://github.com/mikadp/raspi

Temperature measurement using raspberry pi and dht22 sensor
https://github.com/mikadp/raspi

dht22sensor docker golang raspberry-pi-3 sql

Last synced: 9 months ago
JSON representation

Temperature measurement using raspberry pi and dht22 sensor

Awesome Lists containing this project

README

          

# Golang/raspberry pi/linux training

* Raspberry pi 4
* DHT 22 temperature/humidity sensor
* SIM7600E-H 4G HAT

some notes:

build go app

docker build -t raspigoapp
docker run --rm --privileged raspigoapp

On raspbian i run following commands to get docker up if raspberry pi restarts

$ sudo systemctl enable docker.service
$ sudo systemctl enable containerd.service