Compare commits

..

2 Commits

Author SHA1 Message Date
a60c615612 test 2 2021-05-21 11:18:30 -07:00
c57bb24c87 test commit 2021-05-21 11:17:49 -07:00
3 changed files with 3 additions and 8 deletions

2
.gitignore vendored
View File

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

BIN
C0235.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 MiB

View File

@@ -1,14 +1,11 @@
![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: symlink or copy cloudsign.service to `/lib/systemd/system`
install: link 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`
test 2.
logs: `journalctl -u cloudsign`
edit startup: `sudo vim /lib/systemd/system/cloudsign.service`