https://github.com/nathan-osman/masterpi
IoT app for my Raspberry Pi
https://github.com/nathan-osman/masterpi
iot raspberry-pi
Last synced: 2 months ago
JSON representation
IoT app for my Raspberry Pi
- Host: GitHub
- URL: https://github.com/nathan-osman/masterpi
- Owner: nathan-osman
- License: mit
- Created: 2018-01-05T23:35:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T06:43:13.000Z (over 7 years ago)
- Last Synced: 2025-05-25T01:43:51.273Z (about 1 year ago)
- Topics: iot, raspberry-pi
- Language: Go
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## masterpi
This simple Go app (compiled for ARMv6) performs the following functions:
- monitor w1 temperature sensors
- display clock and temperature on OLED
- operate a mechanical button for toggling a lamp
- provide an HTTP server for controlling a relay
- upload temperature readings to InfluxDB
As you can imagine, this app is written specifically for my hardware setup. Therefore, you may need to adapt the code to make it work for you.