bgowland wrote:Tests with the ADC and the on-board LDR show readings over 4000 (decimal) with a very bright light shining on the LDR. That indicates 14-bit as mentioned by others.
Unfortunately, this 14bits is absolutely impossible ! (and I've never saw any posts about that)
The Espressif ESP8266 datasheet clearly states that ADC is 10bits, range 0-1023 from 0-1V input.
The fact that "reading over 4000" is mentioned by someone only indicate that some firmware is probably doing multiplication of the 10bits real reading.