GitXplorerGitXplorer
n

NevynsBikeLights3

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
9e9fd52a11fc9e34b6f39655d584261924f2aa56

how damn hard can it be to keep track of two damn pins

nnevyn committed 2 years ago
Unverified
ca35c64a61260363f2b39c74cfe599a478c77630

move to esp32

nnevyn committed 2 years ago
Unverified
8ffb47564fdc8f7236e1c70c8f3b46f9a9a24ac0

document the pins better

nnevyn committed 2 years ago
Unverified
56a11e8daca4be91eb6c76fe23f4274e54dc330c

try and fail to make the red rear lights more pronounced

nnevyn committed 2 years ago
Unverified
273f93dae373d832b58cf96d12ba6c3456dedd4f

indicators: blank out rear, and add triple trail to it too

nnevyn committed 2 years ago
Unverified
95e20ad0d7e65a1ecd952b6fdd75e6c723d5279d

indicators: blank out the side that's blinking (front)

nnevyn committed 2 years ago

README

The README file for this repository.

Nevyn's Bike Lights v3

This is the followup project to https://github.com/nevyn/NevynsArduino/tree/master/NevynsBikeLights2

Instead of having an Arduino Uno in a box under the seat, with an eight- cable interconnect going to the steering rod, this iteration puts a Pro Micro in a box on the steering rod, which means the controls can go directly on the box. This makes so much more sense, I have no idea why I was making it so complicated for V2. This means the only cable I have to pull along the bike is the 4 wires (+, -, data and clock) for the LED strip.

As usual, I'm just going with the hardware I have home rather than making smart decisions. So the key hardware is:

  • DotStar LED strip instead of NeoPixel, with vinyl wrapping to make it weather proof (no reason to pick DotStar over NeoPixel, it's just what I had at home).
  • SparkFun Pro Micro (only real advantage over Uno in this case is that it's smaller and cheaper)
  • A rotary encoder for flipping between modes (seems fun)

So there's the box with the electronics, then a single long line of LEDS are pulled along the bike, and addressed from code in sections. The plan is to have the following sections:

  • Left edge side of the handlebar
  • along front of handlebar
  • Right edge of the handlebar
  • along left edge of top tube
  • along right edge of top tube
  • along the edge of basket on rear of bike (stretching both along the sides and the rear, so indicators are very visible)

We'll see how far we get with the project this time...