https://github.com/openremote/or-dartboard
The wackiest idea for an IoT device...:-)
https://github.com/openremote/or-dartboard
Last synced: about 1 year ago
JSON representation
The wackiest idea for an IoT device...:-)
- Host: GitHub
- URL: https://github.com/openremote/or-dartboard
- Owner: openremote
- License: other
- Created: 2020-11-25T14:40:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T22:04:58.000Z (over 5 years ago)
- Last Synced: 2025-03-21T17:22:19.523Z (about 1 year ago)
- Language: C++
- Size: 13.2 MB
- Stars: 5
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenRemote Dartboard
As a proof of concept for connecting a custom-made IoT device to OpenRemote, we developed hardware & software to connect a modified electronic dartboard to OpenRemote, which can then be used to play remote dart games using OpenRemote as an intermediate datastore.
## Documentation
- [Hardware documentation](./docs/hardware.md)
- [Software documentation](./docs/software.md)
## Code
- [ESP32 Code](./esp32)
- [Game logic](./gamelogic)
- [OpenRemote patched w/ custom BLE Support](https://github.com/Raqbit/openremote)