I want to build a fun project. A voltage meter for 0-12vdc that shows on a couple seven segment displays. I don’t want to mess with code or Arduino etc. Plain old digital design. Reasonable to build. Appreciate any design help. Thanks
I imagine 4-6 displays. Possibly voltage by the tenth. From say .1v to 12.0v.When you say, "shows on a couple of seven-segment display," does that mean that you are only interested in displaying the voltage to the nearest 1 V (i.e., being able to display 0, 1, 2,... 10, 11, 12)?
Break your project into blocks. What are the various tasks that need to be performed to go from an analog voltage signal to digital signals that can drive your displays? Then tackle each one of those blocks separately.
So... what are the other displays for? If you want to display voltage in one-tenth volt increments up to 12.0 volts, why do you need more than three displays?I imagine 4-6 displays. Possibly voltage by the tenth. From say .1v to 12.0v.
If I knew exactly what I needed I wouldn’t ask for assistance. A functioning voltage meter. If possible no microcontrollers. I want a fun project to build. Thanks for the comments and I’m sure I can get some help or not. I’m appreciative either waySo... what are the other displays for? If you want to display voltage in one-tenth volt increments up to 12.0 volts, why do you need more than three displays?
You need to come up with firm specifications on what you want/need this thing to do. That doesn't mean you can't change your mind as things progress, but unless you have a pretty firm starting point for what you want to achieve, you will just flounder around as people have to guess what you do and don't want or need.
You know, I had heard of that IC and spent some time looking but aside from finding several variations in the schematic world I found no kit and that would be great. Possibly would you have a link? Thanks!If you do a search on ebay for ICL7107 you will find both the bare IC and the complete kit of parts to build a digital voltmeter.
Les.