Skip to main content

Simple Voltage-to-Frequency Converter

Early this year I got my Digilent Analog Discover Kit. It is a wonderful PC based design and experiment kit complete with software measurement and resource tools perfect for students and professionals alike, but students surely will benefit the most out of it.The complete Discovery kit includes many useful exciting components that will enable you  to design your own circuit in your living room!

One cute little component it has is the AD654, a low-cost IC voltage-to-frequency converter. It is a very simple to use IC that outputs a square wave with programmable frequency, set by just a single RC network. The scaling relationship as obtained from its datasheet is:



Below is a simple V-F circuit that takes its input from another IC included in the kit, the AD584, a precision programmable voltage reference.

Figure 1 V-F Converter

The AD654 accepts full-scale current up to 2mA, but the best linearity is offered at 1mA full-scale. The voltage input is converted to a drive current by the resistor installed at the pin 3 of the device, with the other end connected to the ground. No current flows into the AD654 positive input (pin 4), so it doesn't load my reference. I have configured the voltage reference to 2.5V, and have used a voltage divider to scale the output down for better linearity of the voltage-to-frequency converter operation. The AD584 programmable reference will be an excellent choice for its accuracy and flexibility, and can be easily configured to obtain a desired output. Making a voltage-to-frequency converter with good accuracy and linearity requires that the input be precise and has minimized error over time as well. A precision reference fits the job. The output frequency can be made adjustable by a trimming resistor or a potentiometer. A 1V input produces 10KHz square wave output. Snapshot from the kit's oscilloscope tool shows the output adjusted to 9KHz.


Figure 2 Digilent Analog Discovery Kit Oscilloscope Tool
Inputs to the voltage to frequency converter can come from a variety of sources in the real world applications, such temperature and other small signal measurements. Its output can be interfaced to a microcomputer that can determine the output frequency to accurately represent and interpret the input.



Comments

Popular posts from this blog

What Can You Do With Two Transistors (BJT)? Part 3

This is a continuation of a running series on the kinds of simple circuits we can do with basically just  two transistors. In Part 1 we talked about Current source and Multi-vibrator, and in Part 2 we discussed Linear Regulators. We will continue with more practical circuits that can be very useful in many applications. There are instances that we would like to translate a digital logic voltage from one level to another, say from 5V to 3V, or vice-versa. The input perhaps coming from a circuit that has a higher logic level that needs to input to a different logic level. For a single direction of signal, a single transistor would be enough. Bidirectional functionality can be achieved using two transistors, Bidirectional Logic Translator , as shown below. R1 serves as a pull-up resistor to 5V in the circuit. The input typically comes from an open-drain or open-collector output, pulled up to supply by R1. The enable pin should be tied to the lower of the two supplies. Whe...

Arduino Transistor DC Motor Control

Arduino boards have PWM (Pulse Width Modulation) outputs that can be used to control like the speed of a DC motor. On a Pro Micro, those outputs are encircled white on the board. You can program it such that it outputs on a scale of 1-255, 1 being the slowest and 255 being the fastest. PWM gives out pulses whose width is varied (modulated) while the period is constant. The longer it is high, the higher power it delivers to the circuit. PWM can be used to drive a transistor (switch) which in turn drives the motor ON and OFF. The longer the switch is ON, the higher the power delivered to the motor, and thus faster. The circuit consists of a transistor Q1 (TIP31) NPN transistor, driven by the PWM from Arduino. The resistor is to limit the current to the base, but enough to operate the transistor in saturation when the input is high. The diode is to protect the motor from any back emf that might come from the motor when the current is cut off. The circuit is supplied by a 9V battery. ...

Resistance, Capacitance, and Inductance (R-C and R-L Circuit)

Our aim here is to discuss the very important concepts and give intuitive explanations of the subjects. We'll start with the resistor which is the most straightforward, then with the less understood and often misunderstood concepts of capacitance and inductance. We will discuss the R-C and R-L circuits as well. These along with Ohm's Law, Kirchoff's Voltage Law (KVL) and Kirchoff's Current Law (KCL) are the very foundations of understanding the complete behaviors of practically any circuit one might encounter. Resistance It is a general term that refers to the opposition to the free flow of current in a circuit. More accurately, it refers or applies to DC (direct current). Resistance doesn't apply only to resistors but also to a host of other components in the circuit. For example, a copper trace has a resistance according to its dimensions, as well as the leads of he components.When a current flows through a resistor a potential difference is generated acr...