![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hello, Is it relatively easy to make say a digital frequency counter using an LCD, microntroller and a bunch of op amp circuits or is it gonna be a world of hurt for a newb like me. Im asking cause im just curious as to how a frequency counter work. Clueless Pao, | |
| |
| | (permalink) | |
| Quote:
How difficult for you is hard to say, it depends on many factors, like upper frequency limit, sensetivety and accuracy. For a starter take a look at this: http://www.qsl.net/dl4yhf/freq_count...q_counter.html | ||
| |
| | (permalink) |
| There are many frequency counter examples using PIC micro-controllers, in fact there's even one in the September 2006 edition of EPE magazine. Their spec is usually pretty similar, 0-50MHz auto-ranging - they all basically come from a VERY old MicroChip application note. | |
| |
| | (permalink) |
| hello, I just did a very similar project using an atmel AT89C52 microcontroller and a 2 lines LCD. it was a tachometer, don't worry its the exact same principle. So my answer, Yes it is simple IF: 1- you are familiar with C 2- have some basic experience with uC There is no need for op-amps unless you are going to make a project that measures frequencies on many voltages, if you measure TTL frequencies (pulses of 0 and 5v) you don't need op-amps. Look i'll be with you from the begining to the end, specially if you use an AT89C52 or similar. Good luck, its doable, and i'am willing to help! | |
| |
| | (permalink) |
| If you would like to do it the hard way, here is a starting point: http://members.shaw.ca/roma/fc.html | |
| |
| | (permalink) |
| thanks for the heads up everyone | |
| |