https://github.com/tochk/led_strip
LED strip WEB interface for rpi & pca9685
https://github.com/tochk/led_strip
gpio pca9685 raspberry-pi raspberrypi
Last synced: about 2 months ago
JSON representation
LED strip WEB interface for rpi & pca9685
- Host: GitHub
- URL: https://github.com/tochk/led_strip
- Owner: tochk
- Created: 2018-08-02T10:32:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T07:44:24.000Z (over 4 years ago)
- Last Synced: 2025-01-12T00:14:44.819Z (over 1 year ago)
- Topics: gpio, pca9685, raspberry-pi, raspberrypi
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# led_strip
Led strip controller based on Raspberry Pi & pca9685 with web interface.
With this interface you can view and adjust brightness (red, green, blue, white) .
## Installation
Just write in your shell:
```shell
make build
```
## Connections
pca9685 connection to Raspberry Pi:
- vcc - GPIO 1
- sda - GPIO 3
- scl - GPIO 5
- gnd - GPIO 9
- oe - GPIO 11
You can connect power via USB, or using GPIO:
- rpi power (5v) - 2
- rpi power gnd - 6