Default resolution of arduino uno is 10 bits and duo is 12 bits. How can they be used for 14 bit or 16 bit resolution measurements ? (for eg. with external instrumentation amplifiers or with some add on shields of arduino?)
Hi...attached is the app note for AVR micros hope you can take the concept from that. It is mentioned that adc resolution can be enhanced by Oversampling which is described in the attachment.
Hi, you could use 1 volt external reference to improve readings. normally arduino uno uses 5 volt reference so by 10bit ADC you can get a 4mv resolution, but if you use a 1 volt external reference then by10bit ADC you can get a 0.9mv resolution.