I am using a NODEMcu to collect sensor data.
In order to know basic measurement errors, it is important to consider ESP8266 ADC technical characteritics.
I searched datasheets, FAQ's and sites to obtain information like ADC voltage reference value and its accuracy.
All that I found was that it is a SAR ADC type, it's measuring range goes from 0V to 1V ( ignoring NODEMcu voltage divider), it has 10 bits resolution and can achieve 1kps of sample when wi-fi is used. I have not found information about voltage reference source, accuracy, and possibility to use na external circuit to do that function . Do you have any information related to that to share?
Thanks in advance.