PROGRESS REPORTS III

 
 

Electronics

Have you ever approached a turn and when you went to turn on your turn signal you found that it was already on and it had been flashing for the last 5 miles since you made your last turn? Most of the time I remember. I have kind of a system: when I'm shifting up through the gears and hit third gear that's supposed to be my reminder to check the turn signal. But sometimes I get distracted by things like traffic and I forget to check.

The simple solution, I suppose, would be to put an obnoxiously loud buzzer in the turn signal circuit or a light on the dash that would flash as long as the signal was blinking, but why do the simple thing when you can make it incredibly complex and difficult?

I decided to use a PIC micro-controller to actuate and control the turn signals, hi-beam, brake light and horn on the bike. My design criteria were:

two momentary switches on each side of the handlebars: left & right turn signal, hi-beam & horn

turn signal function: press and release one of the switches and the turn signal starts flashing a pre-determined number of times and then stops flashing. Press and release the same switch again before it has finished flashing the predetermined number of times and it cancels the operation. Press and release the opposite switch before the first has finished flashing the predetermined number of times and it cancels the first operation and starts flashing the other turn signal the predetermined number of times.

hi-beam function: press and release the switch and the hi-beam goes on. Press and release the switch again and it goes off.

horn function: press and hold the switch and the horn is on until the switch is released.

brake light function: using the existing foot brake switch intercept the signal to the brake lights and flash the brake lights 5-6 times in rapid succession then hold the brake lights on until the signal from the foot brake switch is lost.

 
 

 

 

 

 

 

This page last updated on June 14, 2007

©2003-2007 David Remelts