Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
Thread Tools Display Modes
Old 23rd January 2008, 09:35 AM   (permalink)
Default Seven Segment Gear Indicator

I am trying to find a circuit for a seven segment display driven by varying dc voltage from a motorcycle gear position sensor.

It needs to be very compact as is the GIpro gear indicator oon the market. By all accounts it seems that the brains of the display driver is no bigger than the display itself.

Anyone know how this is done?
matt_hau is offline   Reply With Quote
Old 23rd January 2008, 09:36 AM   (permalink)
Default

Probably a micro-controller?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 24th January 2008, 06:55 AM   (permalink)
Default Seven segment Display

Would a 7447 7 segment display decoder work? If so how would I turn the voltage from the bike to binary code?
matt_hau is offline   Reply With Quote
Old 24th January 2008, 09:19 AM   (permalink)
Default

i used a 4511 as a seven segment driver and it is cool....checkout its datasheet at alldatasheets and it is just a 18 pin DIP stuff....try it out
rebirth of sands is offline   Reply With Quote
Old 24th January 2008, 11:32 PM   (permalink)
Default

Thanks I have seen the 4511 decoder but from what I understand about it I still need to convert the analog signal from the motorbike into a binary code??
matt_hau is offline   Reply With Quote
Old 24th January 2008, 11:59 PM   (permalink)
Default

Quote:
Originally Posted by matt_hau
Thanks I have seen the 4511 decoder but from what I understand about it I still need to convert the analog signal from the motorbike into a binary code??
That's what an ADC is for. You'll need to do some homework if you expect to be able to use one though. They're not that difficult really, but you need to understand what you're doing with them. Also you'll probably need to do some signal conditioning such that your analog output fits within the "window" of the ADC input.

Brian
Brian Hoskins is offline   Reply With Quote
Old 25th January 2008, 02:24 AM   (permalink)
Default

Quote:
Originally Posted by Brian Hoskins
That's what an ADC is for. You'll need to do some homework if you expect to be able to use one though. They're not that difficult really, but you need to understand what you're doing with them. Also you'll probably need to do some signal conditioning such that your analog output fits within the "window" of the ADC input.

Brian
The range of volts is 1-5DC. Can you suggest a link that will show me "signal conditioning" ? I have been searching everywhere and although I can find lots of technical talk on ADC there is nothing in laymens terms or a basic explanation of how to generate the required binary output (that I can understand anyway).

e.g. how do you create the required binary from the ADC to meet the seven segment decoder requirements? is it software or simply input voltage?
matt_hau is offline   Reply With Quote
Old 25th January 2008, 08:53 AM   (permalink)
Default

Quote:
Originally Posted by matt_hau
The range of volts is 1-5DC. Can you suggest a link that will show me "signal conditioning" ?
Signal conditioning is fairly simple - you just use Op-Amps. Gain can be used to make the signal bigger if it's too small or smaller if it's too big. Then addition / subtraction can be used to "shift" the signal up or down (alter it's D.C. level) such that it fits as tightly as possible into the window of the ADC. Are you familiar with the use of Op-Amps? Do a bit of research and see what you can find out. If you're still stuck, come back and I'll post some example circuits that you can alter to suit your requirements.

Quote:
Originally Posted by matt_hau
e.g. how do you create the required binary from the ADC to meet the seven segment decoder requirements? is it software or simply input voltage?
7-Seg displays work on BCD. The output from the ADC will be binary - therefore you need a Binary to BCD converter like this one for example:

http://www.utm.edu/staff/leeb/DM74185.pdf

Brian
Brian Hoskins is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
7 segment display circuit Please help me understand this. 68rustang General Electronics Chat 8 21st March 2008 06:15 AM
Speedometer Kiko Micro Controllers 131 29th November 2007 05:33 PM
driving multiplexed 7 segment display mathur2000 Micro Controllers 7 24th June 2007 10:07 PM
Gear Indicator.(need help to build one) zx16v Electronic Projects Design/Ideas/Reviews 13 7th October 2006 06:08 PM
Help with circuit to light "sport mode" indicator rlcanon Electronic Projects Design/Ideas/Reviews 6 2nd June 2003 02:09 AM



All times are GMT. The time now is 06:36 PM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.