Hello,
I have a Load cell which generates an output of 0-10 mV. I have to read this output of the Load Cell into my micro-controller (using the in-built ADC peripheral). My controller is a STM32F4 family controller which works off a 3.3 V supply.
I have researched possible options of:
- Using an Op-Amp, adjust gain and feed output to Controller ADC.
- Use an Instrumentation Amplifier, adjust gain and feed output to Controller ADC.
- Use an external ADC which works in the 0-10 mV range and feed output to Controller ADC.
I am more Firmware developer and not very familiar with which technique would work and which won't. Any suggestions? If none of the above, do let me know which area to research so that I can delve into that as well.