Haynes Forums

Haynes Forums (http://www.haynes.co.uk/forums/index.php)
-   Electrics (http://www.haynes.co.uk/forums/forumdisplay.php?f=7)
-   -   Shift Light (http://www.haynes.co.uk/forums/showthread.php?t=13346)

Davidbolam 19th June 2014 02:43 PM

Shift Light
 
Does anyone know how to make a simple circuit to make an adjustable shift light. preferable a sequential one with a row of LED's. a single big red one will do thought!

I want to make one to link into the MX5 rev counter wire.

It needs to be really easy as im a liability with a soldering iron!!

David

Stot 19th June 2014 04:46 PM

Quote:

Originally Posted by Davidbolam (Post 97467)
Does anyone know how to make a simple circuit to make an adjustable shift light. preferable a sequential one with a row of LED's. a single big red one will do thought!

I want to make one to link into the MX5 rev counter wire.

It needs to be really easy as im a liability with a soldering iron!!

David

Not sure Id be attempting it if your soldering skills are that bad but a couple of scematics here.

Cheers
Stot

skov 19th June 2014 10:31 PM

I designed a sequential one a few years ago, mostly sold them to VW Corado owners as it integrated into the dash nicely (sorry awful quality video!):

https://www.youtube.com/watch?v=s7MNOMVfMng

Stopped making them ages ago and don't think I have any left though. There was never much money in it :rolleyes:

To be honest a single big light is probably more useful than sequential.

CTWV50 19th June 2014 11:45 PM

Quote:

Originally Posted by skov (Post 97481)
I designed a sequential one a few years ago, mostly sold them to VW Corado owners as it integrated into the dash nicely (sorry awful quality video!):

https://www.youtube.com/watch?v=s7MNOMVfMng

Stopped making them ages ago and don't think I have any left though. There was never much money in it :rolleyes:

To be honest a single big light is probably more useful than sequential.

Bloody hell! That was you. I remember Mr. Beige selling them. How is the Beige one?

skov 20th June 2014 12:12 AM

Quote:

Originally Posted by CTWV50 (Post 97484)
Bloody hell! That was you. I remember Mr. Beige selling them. How is the Beige one?

Ha ha, yeah that was me! I designed and built them and Mr Beige sold and fitted them.
I forgot you knew the Beige one. I think he's alright, haven't seen him in ages though, sort of lost touch when he left Cambridge. I think he's working for McLaren now.

Davidbolam 20th June 2014 12:22 AM

All the diagrams I have found look very involved. I was hoping to use a variable resistor, a transistor and an led..

David

alga 20th June 2014 09:01 PM

I made one out of an Arduino. Overkill, I know, but it cost under £10 in parts, anyway, and it's infinitely tuneable ;-).

https://www.youtube.com/watch?v=E3j_aek5Y-0

The outputs are just LEDs connected to the output pins with 560 Ohm resistors.
The input is a stabilizer with a 1K resistor and a 4.7V zener. I can sketch the schematic if anyone's interested.

For the "production" version I used a $10 Arduino Pro Mini. Here are some pics of the final product without the 3d printed box it's in now:
http://imgur.com/a/IHBOv

Also, I added a 7805 stabilizer for power feed, as Arduino Pro Mini is rated only up to 12V, and in the car it can get more than that.

The code is available here: https://github.com/alga/shiftlight

The circuit used to work perfectly with Ford's ECU, but after the MS3 install it catches some interference and blinks sometimes. I can't get around to hanging a low-pass filter capacitor on the input.

loony 21st June 2014 10:53 PM

Alga - this is what I was looking for ;) Simple sequential shift light.
So - can you sketch schematic ? My electronic skills are even worse than mechanic skills ;)
Hope your code (after modification) can handle 12000rpm...

Is it complicated to modify code to set rpm for first LED by button, then other LED will light up with 500rpm increments from "set" value ? I never played with such electronics...

Ben_Copeland 22nd June 2014 02:06 AM

Maplins do a super cheap shift light. Goes green then red.

http://www.maplin.co.uk/p/26mm-redgr...-cluster-pd00a

I run mine off my megasquirt.

alga 24th June 2014 02:07 AM

Lukasz, here's the schematic:



You can use Arduino Uno or whatever to test, but then to embed something smaller like Nano or Pro Mini is more convenient.

If you look at the source, https://github.com/alga/shiftlight/b...shiftlight.ino , you'll see that the pin numbers of the input and outputs, as well as RPMs for each led and for the blinking warning are spelled out in the constant definitions.

In order to set the switchover RPMs on a button press you'll need to add a button that grounds one of the free input pins, set the mode for that pin to INPUT_PULLUP, and in the loop check if the pin is LOW, and if it is, fill in the thresholds array with the new values based on current RPM. You'll need to delete the const specifier from the variable definition in order to be able to modify the array. Piece of cake.


All times are GMT +1. The time now is 01:55 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.