Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Digital Frequency meter -- Circuit desing

Status
Not open for further replies.

bencassar

Newbie level 4
Joined
Jun 7, 2012
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,321
I am trying to build a digital frequency meter ranging from 9 Hz to 999Khz. I am trying to use a set of decade counters interfaced with a 7 segment driver and decoder. Can anybody help me with this idea because i am finding it petty hard to put it to work on a digital circuit.
 

Ok, let's try it the brute force way. You'll need 6 counters, 6 decoders/drivers, and a 6 digit, 7 segment display or 6 individual displays. Add a 1 Hz gate clock, some latches between the counters and decoders/drivers and maybe an input amplifier (depending on your source).

Now for the next level of details. The 6 counters need to be hooked together using their carry bits to form a single 6 digit counter. Depending on what kind of counters (ripple or parallel) the carry bits will need to be hooked up differently. There are diagrams on the net for that. The 1Hz can be derived from a watch crystal and a couple of cmos logic inverters to make an 32768Hz oscillator. Divide that by 2^15 to get 1Hz. That 1Hz clock will need some additional logic to create signals to latch the count and clear the counters on each 1Hz cycle.

Some other notes. The decoder/drivers need to match the display type, common cathode or common anode and you'll need current limiting resistors. You'll need to be consistant about the logic levels if you use different logic families require HC, HCT, etc. And you'll need some sort of power supply.

That's about it for the gross details. I hope I have provided a useful overview and some direction. There are other approaches, more integrated ICs, using microprocessors for display and control, increased or decreased resolution but without more specific design requirements the book is wide open.

Ray
 
Thank you very much ray, i have managed to create that working circuit counting from 1hz to 999hz, i am trying to implement your idea by adding a prescaler on the input and divide the frequency by 10, 100 and 100. By doing so the result will be on a 3 digit 7 segment with freq selection and a decimal point instead of 6 digits. Have you got any idea of some frequency dividing ic? I was going to use the 7493 ad a divide by 10 and Cascade 3 of them.
 

I have to design this using digital electronics only. Thanks though :)
 

First you need to choose how many digits to use for display. Secondly decide what circuits type you may use, TTL, CMOS.
Thirdly check for the available xtal frequencies in order to find suitable counters to create the time reference circuit.
A frequency-counter block diagram:

2009615204524656.gif


Just for your information some example here:
http://www.cqham.ru/dfc.html
http://www.seekic.com/circuit_diagram/Basic_Circuit/Digital_Circuit/2_MHz_FREQUENCY_COUNTER.html
http://makearadio.com/pastglories/counter-1975.php
http://www.qsl.net/va3iul/Homebrew_RF_Circuit_Design_Ideas/0-99kHz_Frequency-Counter_G0UPL.gif
http://www.schematicx.com/schematic/heathkit-ib-11101-frequency-counter-circuit-diagram/
http://www.hamradio.in/circuits/fcount.php
 
I used two MC14553 (also known as 4553) to make my 6-digit frequency counter. It counts from 1 to 999,999.

Each IC is a 3 digit counter with latch. You attach a 4511 or 4543, depending on what display you are driving.

It can multiplex three digits, to save power.
 

I need to cascade the 7493 to create the divide by 10 precsaler, but its not working, attached is an image of how im wiring it.



Am i doing this right for a divide by 10 ?
 

Yes, that's OK.
:-D

- - - Updated - - -

Divide by 1000
 

Attachments

  • SN7493.png
    SN7493.png
    31.2 KB · Views: 172
  • SN7493 div.png
    SN7493 div.png
    23.5 KB · Views: 177
A four-digit frequency counter built from TTL-series 7493/7490 integrated circuits. This circuit can be easily expanded to 6-7 digits. :)
 

Attachments

  • Freq vers1a.png
    Freq vers1a.png
    438 KB · Views: 258
  • Freq vers2a.png
    Freq vers2a.png
    275.5 KB · Views: 208
What simulation software are you using ? I use proteus and its pretty much the best. Thank you very much for your help :)
 

That’s a very simple program, an old version of TINA Design Suite. I have installed this to be used as a easy-to-use schematic editor. :grin:
 
Thank you for all the help, i managed to build the circuit with ranging switches 3 segments and all, in real life on a breadboard. (Y) :)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top