Electronic – Frequency-To-Voltage Convertor With LM2917

frequency-measurementvf-fv-converter

I'm trying to make a frequency-to-voltage converter by using LM2917.

Its datasheet is very old and it doesn't explain function of the IC well. It just gives several example circuits and a formula for the output voltage. I want to learn working principle and internal circuit of the IC, and function of externally connected components (especially C41).

example circuit in its datasheet
An example circuit from the datasheet.

I understand that, the input opamp works as a comparator and converts the sinusoidal signal into digital pulses. The charge pump is charging a capacitor (which one?) at each pulse, so the output voltage level becomes somehow related to the pulse count in unit time. But how does this charge pump do this? All the capacitors and resistors are connected to ground; I'm very confused at this step. What is the function of the second opamp? It is drawn to be a comparator rather than a buffer. This is confusing too.

my circuit with the IC
(Vcc = 12V)

I need a circuit which generates 1mV voltage per 1Hz frequency. I created a custom library for this IC and set up my own circuit as seen in the schematics above. How do I choose value of C41 (I put a random one for now)?

Best Answer

The 2nd op-amp (feeding the BJT) isn't a comparator - it's a voltage follower - whatever voltage is on the +Vin input gets seen on the emitter of the BJT - notice the negative feedback from the emitter - it's a gain of unity buffer amp.

The first op-amp is a camparator as your question states.

Page 1 of the data sheet says it all. \$V_{OUT} = F_{IN}\times R_1\times C_1\$ where \$R_1\$ and \$C_1\$ equate to your R46 and C40 on your 2nd drawing. This is the capacitor the charge pump is charging.

C42 does two things - the higher the value the lower the ripple voltage will be seen at the output however, the longer it will take to attain the correct voltage should the frequency change. Read towards the bottom of page 8 on the data sheet.

Related Topic