https://github.com/douglashalse/longboard-underlight
Spice up your longboard riding with the power of rainbows. The rainbow effect's speed is proportional to the boards speed giving a mesmerizing effect.
https://github.com/douglashalse/longboard-underlight
arduino hall-effect-sensor lighting-effects longboard neopixel neopixel-strip speed-estimation
Last synced: 2 months ago
JSON representation
Spice up your longboard riding with the power of rainbows. The rainbow effect's speed is proportional to the boards speed giving a mesmerizing effect.
- Host: GitHub
- URL: https://github.com/douglashalse/longboard-underlight
- Owner: DouglasHalse
- Created: 2023-08-04T08:53:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T11:16:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T15:49:55.492Z (over 1 year ago)
- Topics: arduino, hall-effect-sensor, lighting-effects, longboard, neopixel, neopixel-strip, speed-estimation
- Language: C++
- Homepage:
- Size: 6.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Longboard Underlight
This is an old project to add dynamic light effects that mount to the underside of a longboard.
# The hardware
I use an Arduino Nano Every for the microcontroller powered by a power bank.
These are stored in an aluminum extruded box mounted to the underside of the longboard.
Two LED strips are mounted along the underside of the longboard and connected to the microcontroller.
Two magnets are mounted to the inside of one of the front wheels and a hall effect sensor senses them passing.
This is used to estimate the board's current speed and the animation speed is set to be proportional to the estimated speed.