![]() |
Electrical mods - ideas wanted
I'm in the process of changing the electrical system on my curvy. Instead of the traditional harness, I'm going to replace most of the wiring with a couple of microcontrollers and a databus. There will be one microcontroller in the front of the bike, this will read the status of the handlebar switches and control a small LCD display as well as the idiot lights. There will also be one microcontroller in the rear (possible in the tail light) which will control all lights on the bike. These microcontrollers will communicate using a simple serial protocol. By doing this I'll loose a lot of wiring and be able to do all sorts of fancy stuff with the lights, LCD, idiot lights etc. For now I won't do anything with the ignition and starter circuits, but that might change.
I'm also going to replace all lights except the headlight with LEDs (bought 200 ultrabright white LEDs a while ago, have to use them for something!) as these respond a lot quicker than bulbs. By using a microcontroller to control the lights, I can do all sorts of tricks. I can modulate all lights except the headlight, switch/fade/modulate each light individually, adjust the intensity of the lights automatically depending on how dark it is etc. There is also the LCD which will be mounted next to the gauges, this can be used for all sorts of things. Due to illness (hurt my back a while ago, and recently had some spinal surgery done) I can't work on my bike for quite a while. So I have this laptop, a couple of Arduinos, breadboards and various electronic components next to my bed and want to make something useful. I've made a mock-up of the final system using LEDs to represent the various lights, and I'm now working on the software. So far I'm aiming to implement the following features:
|
Re: Electrical mods - ideas wanted
have a rear fog light option....REALLY bright for those foggy days!
could also do some sort of pattern with the LED's int he rear light with the touch of a switch. |
Re: Electrical mods - ideas wanted
Quote:
|
Re: Electrical mods - ideas wanted
8 gang surge strip for those demanding camping days
|
Re: Electrical mods - ideas wanted
Don't think you can legally have the indicators fading in and out, they have to flash.
|
Re: Electrical mods - ideas wanted
Quote:
Quote:
|
Re: Electrical mods - ideas wanted
[quote=skumlerud;1598754]Good idea! I'm not sure how to switch on the fog-light though, I was hoping to use only the stock handlebar switches to keep a "factory" look.
could use some sort of thermal/enviromental switch which know when its foggy, set in the seat unit somewhere, if it exists that is. |
Re: Electrical mods - ideas wanted
Quote:
|
Re: Electrical mods - ideas wanted
Quote:
|
Re: Electrical mods - ideas wanted
Quote:
|
Re: Electrical mods - ideas wanted
If you use CANBus[1] then you might be able to buy bits intended for cars and modify them (eg take the gubbins out of a car tail light).
Good luck though and keep us updated! Druid [1] I believe the modern ducati's use it. |
Re: Electrical mods - ideas wanted
You should have a test mode that you could switch on where it will randomly flash multiple lights to create a Vegas like light show. Utterly useless but it would be a good way to show people what you have done with all this technology without going into too much detail.
|
Re: Electrical mods - ideas wanted
Quote:
|
Re: Electrical mods - ideas wanted
Quote:
|
Re: Electrical mods - ideas wanted
Quote:
Druid |
Re: Electrical mods - ideas wanted
this sounds well gd m8 well lik the idea my m8s got a LED panel under his number plate that he can put msages on
|
Re: Electrical mods - ideas wanted
One thing you could do if you integrated a speed sensor would be auto-cancelling indicators. Turn 'em off after, say, 10secs unless you're stationary at a junction.
Hope you get better soon. |
Re: Electrical mods - ideas wanted
My ancient GT550s had self cancelling indicators, an electromechanical system of course with a link to the speedo.
Interesting project - keep us posted. |
Re: Electrical mods - ideas wanted
A small speaker and the night rider (kit) voice would be quiet cool and funny :smt043
|
Re: Electrical mods - ideas wanted
Quote:
Quote:
|
Re: Electrical mods - ideas wanted
Quote:
|
Re: Electrical mods - ideas wanted
You gotta post pics and vids of this when ya get it all up and running!
|
Re: Electrical mods - ideas wanted
Quote:
|
Re: Electrical mods - ideas wanted
- Shifting down turns brake light on for a second
- 2 quick touches on the brake lever . turn the brake light on for 4 or 5 seconds - maybe use pressure switches to toggle the above options on/off , like pressing left blinker switch for 5 seconds to toggle the status of shift-braking , and use the lcd to see what the current status is. - One click to enter dealer mode , like holding a switch for x seconds , or just a combo of switches ohh wait.. you have a curvy .... :P |
Re: Electrical mods - ideas wanted
Quote:
Quote:
Quote:
|
Re: Electrical mods - ideas wanted
My citroen had a databus system to control everything, water got in and all hell broke loose. Wipers on, lights on, beeping noises, just glad the airbags didn't go off.
|
Re: Electrical mods - ideas wanted
Quote:
Btw. my uncle used to own a Citröen SM in the 80's. Fragile Citröen suspension combined with a fragile Maserati engine. That was a truly troublesome car, but what a fantastic ride :) Citröen engineering has always amazed me. |
Re: Electrical mods - ideas wanted
Quote:
And the 2 clicks on the brake , is just something im used to do to catch the attention of drivers on my back when im about to slow down. I'm to lazy to use the brakes , and most times use only the throttle/engine braking to slow down The dealer mode on the pointy lets you see FI error codes , and do some minor injection tuning . |
Re: Electrical mods - ideas wanted
Quote:
I know this because I was, err, caught out. :oops: |
Re: Electrical mods - ideas wanted
Quote:
|
Re: Electrical mods - ideas wanted
Quote:
A simple counter really, move the mecahical connections one way (anti-clockwise around the shaft?), and decrement a byte value. Move the other way & increment the same value. That's all that happens inside the ECU of the pointy, though I can't remember where the sensor lives. |
Re: Electrical mods - ideas wanted
Not sure if you could incorporate this, but a lean angle sensor / indicator would be really cool - a bit like they show sometimes on the moto gp TV coverage.
|
Re: Electrical mods - ideas wanted
you could make an alarm into it also? 12v waterproof sirens are cheap, all you'd need is a tilt sensor, which basically require 12v input, ground and then the last wire connets to earth when tilted. you could then use things like the ignition on input as a signal etc.. if you want more info let me know as I fit car alarms back here in the UK and know a bit about it..
and btw, airbag systems have been using a canbus style system for years but theres is MUCH more advanced that the type that run lighting etc.. some of the cars with 18 airbags etc now will only fire the airbags that will help the people inside to help reduce the rebuild costs if the car is a write off. |
Re: Electrical mods - ideas wanted
Quote:
|
Re: Electrical mods - ideas wanted
Quote:
An alarm would make an interesting stand-alone project though. It's possible to monitor tilt angle, G-forces, battery voltage, sound, movement and even if someone just touch your bike. I know very little about alarms though, and you might even be able to purchase such an alarm for little money. Building it using a Freeduino and some sensors would probably cost about £40-50. |
Re: Electrical mods - ideas wanted
Just an update:
I've pretty much finished the software, but I won't be able to test it on the bike for a while yet. In the meantime I'm going to switch to a much more powerful microcontroller, which will enable me to add more features and save space. I've also ordered a couple of really fancy displays, which hopefully will let me design a really cool speedo/tach/dash. |
All times are GMT. The time now is 11:21 AM. |
Powered by vBulletin® - Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.