Hello
When i use esp-idf to read the battery level (12 bit 0db attn) from GPIO1 (adc unit 1 channel 0), and after writing pin 37 low, i get extremely low values for what i believe it a fully charged battery (or 3 - they all show the same). The raw read values don’t seem to rise above 292 out of a range upto 4095.
Now i know there are a couple resistors, which ultimately should mean the level is going to be around 0.87v, and attn 0db works upto 1.1v. So i’d expect with a full battery to get around about 3,238 on a raw read?
Am i correct in that analysis? What raw values are you reading from vbat_read?
Thanks in advance