https://github.com/titusz/followlight
Drive a DotStar LED strip from LIDAR Lite distance measurements connected via 2 Wipy´s and a Raspberry PI
https://github.com/titusz/followlight
Last synced: 3 months ago
JSON representation
Drive a DotStar LED strip from LIDAR Lite distance measurements connected via 2 Wipy´s and a Raspberry PI
- Host: GitHub
- URL: https://github.com/titusz/followlight
- Owner: titusz
- License: bsd-3-clause
- Created: 2015-12-07T18:01:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T11:52:55.000Z (over 9 years ago)
- Last Synced: 2025-01-10T03:42:10.545Z (5 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# followlight
Drive a DotStar LED strip from LIDAR Lite distance measurements connected via
2 Wipy´s and a hub (Raspberry PI)**WORK IN PROGRESS**
## Hardware Setup
Lidar Sensor -> Wipy1 -> WLAN -> RaspBerry Pi -> WLAN -> Wipy2 -> Dotstar LED Strip
## Getting started
- make sure you are on python 3.4+
- clone this repository
- pip install -r requirements.txt
- create a invoke.yaml configuration (see invoke.sample)
- deploy to sensor and actor Wipy devices with `invoke lidar deploy` and `invoke dotstar deploy`