Hi, I am having trouble reading the correct Voltage value on the Seeed Studio ESP32-C6.
I am using a current/Voltage Signal generator to output 2.00v but the ESP32-C6 is only reading 1.65.
And I have tried other data points, for example generating 1.50v reads 1.23v on the esp32. I have also tried this on 2 other ESPC32-C6, all the same problem. And these are brand new ones.
Did you try the example from Seeed, before using your own code.
I think analogReadMilliVolts(); uses a calibrated Aref correction factor, stored in flash.
Otherwise you have to find your own with trial and error.
Leo..
Doesn't look correct and hard to believe C6 having voltage readings off >20% at 1.5V.
I'm not familiar with micropython setups though.
Just for reference:
In the future, when creating a topic please take the time to pick the forum category that best suits the subject of your question. There is an "About the _____ category" topic at the top of each category that explains its purpose.