Electronics -- Frequency CounterOverview and PurposeThe device presented here can be used to count events as well as to measure frequencies and times. Most of it is built from discrete HC (high speed CMOS) logic and to be honest, if I needed to build such a device again, I would not build it as presented here but integrate things into a CPLD or a microcontroller instead. However, it was instructive not to do so and maybe it is interesting for other people as well (for what reason ever). Features:
Circuit designThe complete circuit design schematics are online but note again that I would not build the device with that amount of discrete logic again. The circuit is divided into 8 separete module sheets (with the top ones in the list below being more interesting) and one connection diagram on how to put the modules together.
The above schematics are provided here with more or less amount of explanations. (I may add some more text when I get asked questions.)
Note: The schematics above may not reflect minor changes done
after PCB creation (although I believe that I integrated or annotated most
such changes) and lack some part values which were chosen after design
(in this case a broad variety of values is suitable, e.g. for decoupling
capacitors). Device design
There is a more detailed description with more images of the actual device: Read more... Firmware designOf course, since this device includes a microcontroller, it was necessary to develop some firmware. Due to the SPI interface (and the "natural" 1MHz system clock) the micorcontroller is easily in-system programmable. The firmware itself controls core functions of the device. It makes sure that the mode switches from frequency counting to time measurement when I press the "mode up" button, steers the aquisition time for the frequency counter, makes sure the result gets displayed (i.e. flush the display latches on the counter board), and so on... More information about the firmware is available on the frequency counter firmware page.
|