Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thewalkingtoast/meeting_signal
https://github.com/thewalkingtoast/meeting_signal
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thewalkingtoast/meeting_signal
- Owner: thewalkingtoast
- License: mit
- Created: 2018-11-09T00:24:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T16:10:59.000Z (over 5 years ago)
- Last Synced: 2024-10-25T02:04:56.919Z (2 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Meeting Signal
#### Pre-requisites
Uses the `ykush` command to control USB power via a Yepkit board.
See https://github.com/Yepkit/ykush and https://www.yepkit.com/product/300115/YKUSHXS.For the signal lamp itself, I'm using Target's DIY Lightbox:
https://www.target.com/p/diy-lightbox-novelty-led-table-lamp-black-room-essentials-153/-/A-53216203Setup:
```
D/C Power -> Raspberry PI ZeroW -> Ykushxs -> Signal Lamp
```#### Compile
For Raspberry PI Zero:
`GOOS=linux GOARCH=arm GOARM=5 go build`