Compare commits

...

3 Commits

Author SHA1 Message Date
262e621422 Add gif to readme 2021-05-21 12:10:06 -07:00
016e136bcf Add gif of lamp working 2021-05-21 12:07:19 -07:00
922d91c4da Update 'README.md' 2021-05-21 11:31:26 -07:00
3 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View File

@@ -136,3 +136,5 @@ dmypy.json
# Cython debug symbols
cython_debug/
.vscode

BIN
C0235.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 MiB

View File

@@ -1,10 +1,14 @@
![gif of cloud shaped lamp blinking](https://github.com/chuckdries/cloud-sign/raw/main/C0235.gif)
> apologies for the gif, it looks smooth in person but it's surprisingly difficult to cleanly capture video of PWM controlled lights
Designed to power a lamp from a raspberry pi. Turns GPIO17 on if internet works, pulses if internet doesn't
install: link or copy cloudsign.service to `/lib/systemd/system`
install: symlink or copy cloudsign.service to `/lib/systemd/system`
start: `sudo systemctl start cloudsign`
stop: `sudo systemctl stop cloudsign`
etc for enable/disable/restart
logs: `journalctl -u cloudsign`
logs: `journalctl -u cloudsign`
edit startup: `sudo vim /lib/systemd/system/cloudsign.service`