Question
How in general ADC conversion takes place ? with DC bias affecting the accuracy of ADC input
I am trying to measure the vibrations from a motor. I am using an accelerometer to measure the vibrations of motor. The output from accelerometer is in mV so i have amplified the signal using LM324 opamp and output is coming in Volts which is helpful for me but At the moment I could able to see the values of vibration data in keil( debugging window). My concerns are the following;
- When taking vibration data, when there are no vibrations there is a dc value that is driving to the input of ADC terminal which is affecting my acquisition data. If i add a capacitor at the ouput of amplifier then too it becomes complicated becuase of capacitor present in ADC terminal.
- will there be any opamp that gives only ac as output by eliminating a DC ? If there is any IC like that I will use that opamp?
- In general how is the ADC conversion takes place ? what are the stages in them ? How DC signal can be nullified. Is there any way I can bias the input of ADC in a way it works only after specific voltage lets say 0.3V? I am using stm32f429 discovery board.