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
- Host: GitHub
- URL: https://github.com/mikadp/raspi
- Owner: mikadp
- Created: 2023-02-08T08:55:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T18:36:57.000Z (about 1 year ago)
- Last Synced: 2025-03-26T08:51:34.798Z (10 months ago)
- Topics: dht22sensor, docker, golang, raspberry-pi-3, sql
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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