https://github.com/viveknathani/vital
Exercise bike + Raspberry Pi + GPIO
https://github.com/viveknathani/vital
go gpio raspberry-pi
Last synced: about 2 months ago
JSON representation
Exercise bike + Raspberry Pi + GPIO
- Host: GitHub
- URL: https://github.com/viveknathani/vital
- Owner: viveknathani
- License: mit
- Created: 2025-09-07T10:44:11.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-20T07:32:17.000Z (10 months ago)
- Last Synced: 2025-09-20T09:22:40.302Z (10 months ago)
- Topics: go, gpio, raspberry-pi
- Language: HTML
- Homepage: https://vivekn.dev/blog/vital
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vital
Attaching a Raspberry Pi to my exercise bike for fun! To know more on why this project exists, checkout [this blogpost](https://vivekn.dev/blog/vital).
## system dependencies
1. Go (>= v1.25)
2. make
## build & run
```
make build
make run
```
## license
[MIT](./LICENSE)