https://github.com/johannesschweig/the-multimedia-cyclist
Code for the Science Hack Day 2018 Project 'The multimedia cyclist'
https://github.com/johannesschweig/the-multimedia-cyclist
gpio-pins neopixel python3 raspberry-pi-2
Last synced: 8 months ago
JSON representation
Code for the Science Hack Day 2018 Project 'The multimedia cyclist'
- Host: GitHub
- URL: https://github.com/johannesschweig/the-multimedia-cyclist
- Owner: johannesschweig
- Created: 2018-11-04T12:48:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T13:55:50.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T09:42:36.409Z (10 months ago)
- Topics: gpio-pins, neopixel, python3, raspberry-pi-2
- Language: Python
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# the-multimedia-cyclist
Code for the Science Hack Day 2018 Project 'The multimedia cyclist' by Nicolai and JohannesWe connected a raspberry pi to two distance sensors and a neopixel led matrix. The setup is created to be used on a bikerack to detect moving objects that come too close (typically cars). If an object approaches to close, an orange arrow is displayed, indicating that the driver should keep more distance.
Raspberry Pi:
- SonarMax ultrasound sensor wired via GPIO PINs [wiring diagram]
- output LEDs, wired via GPIO PINs
- Python code to control sensors & LEDs