Re: how to interface electronic sensors with the arm process
You can do i but it's better to adapt the signal and use the full range of the ADC.
For example:
if you have a 12 bits ADC, Vref = 5volts and your input is from 0 to 250 mV, then you use the signal adapter:
Input - Adapter:
0 - 0
250mV - 5V
So you connect your input signal to this scaler and the output of the scaler to the ADC, with this you will have more resolution.
You can use a Op-amp to achieve this.