Hi,
it looks like the analogRead function reads only a 10bits value (0-1023)
is there any way to read an analog value with the 12-bits resolution offered by this chip??
thanks
carlo
Analog read 12 bits
Analog read 12 bits
analogReadResolution(12); solved the problem
sorry for the silly question
Go to full postsorry for the silly question
[self SOLVED]
analogReadResolution(12); solved the problem
sorry for the silly question
sorry for the silly question
-
- Posts: 633
- Joined: Thu Dec 19, 2019 1:23 am
Re: Analog read 12 bits
Remember. Going from 10-bits to 12-bits increasingly make the low-order bits more sensitive to noise on analog inputs and analog reference. You may need to implement better electronic hardware designs.
Ray
Ray
Re: Analog read 12 bits
yes, i'm just facing this challenge..
Thanks
Thanks
mrburnette wrote: Tue Apr 14, 2020 1:53 am Remember. Going from 10-bits to 12-bits increasingly make the low-order bits more sensitive to noise on analog inputs and analog reference. You may need to implement better electronic hardware designs.
Ray