Thingiverse
BikeLightDuino
di neverhags
18
Download
19
Likes
0
Makes
# BikeLightDuino
8x8 Matrix led example
### This code shows a series of sequences for 8x8 led matrix format designed to be used as a bicycle's backlight. It's serial controlled using serial: L / H / R / A / V / B / S commands
* ### GitHuh code: https://github.com/neverhags/BikeLightDuino
* ### Youtube Videos:
+ https://www.youtube.com/watch?v=1YXSK_jz2z0
+ https://www.youtube.com/watch?v=EW2J3FLwelY
* ### Android App: https://play.google.com/store/apps/details?id=es.bikeLightDuino (Acelerometer Controled)
## This code provide 4 display modes:
* Hold [H]: Runing
* Left [L]: Turn Left
* Right [R]: Turn Right
* Stop [A]: ...before i crash/die
## Other features:
* [S]: Serial On/Off
* [V]: Needs less light to turn on
* [B]: Needs more light to turn on
All comands must be sended using the serial port on pin 10 (RX) and 11 (TX), you could connect a wifi or bluetooth to control it:
SoftwareSerial SerialBT(10, 11); // RX, TX
8x8 Matrix led example
### This code shows a series of sequences for 8x8 led matrix format designed to be used as a bicycle's backlight. It's serial controlled using serial: L / H / R / A / V / B / S commands
* ### GitHuh code: https://github.com/neverhags/BikeLightDuino
* ### Youtube Videos:
+ https://www.youtube.com/watch?v=1YXSK_jz2z0
+ https://www.youtube.com/watch?v=EW2J3FLwelY
* ### Android App: https://play.google.com/store/apps/details?id=es.bikeLightDuino (Acelerometer Controled)
## This code provide 4 display modes:
* Hold [H]: Runing
* Left [L]: Turn Left
* Right [R]: Turn Right
* Stop [A]: ...before i crash/die
## Other features:
* [S]: Serial On/Off
* [V]: Needs less light to turn on
* [B]: Needs more light to turn on
All comands must be sended using the serial port on pin 10 (RX) and 11 (TX), you could connect a wifi or bluetooth to control it:
SoftwareSerial SerialBT(10, 11); // RX, TX
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!