Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By pppp33
#30482 Hi there,
i found a strange behavior of the internal ADC of my NodeMCU v.0.9 (the yellow one):
after setting:

ADC_MODE(ADC_VCC);

I tried to read VCC:

Serial.printf("Vcc: %d \n",analogRead(A0));

but get always 65535 !

Has anybody got same results ?
Any idea on how to solve/work around this problem ?

Regards

Paolo