Close

Or maybe...

A project log for State-Based Nixie Digital Voltmeter

A digital voltmeter built without any microcontrollers or integrated ADC chips. Based entirely around discrete logic and comparator ICs.

kittankittan 06/13/2014 at 01:550 Comments

Thinking about the decade driver. Instead of iterating I can use 40 comparators and use a separate ladder for each place. It'd still have a timing constraint from ripple because the rounded value would still have to be subtracted to accurately find the next place. I could either use 40 comparators, or a clocked state machine with sample-holds that loop back and bussed output latches. 40 comparators would honestly be easier to design because basically everything would be repeated. But clocked held latched would require quite a few fewer parts and a whole lot less board space.

Discussions