Replies: 2 comments 2 replies
-
If you need it then adding it youself could be nice part of your project :-) Anyway, why do you need it? Maybe the voltage is fixed and known in your situation so you can use some constant like 3.3 instead? |
Beta Was this translation helpful? Give feedback.
-
I was checking more about analog on ESP32 and here are some links so looks like
Espruino does not use esp_adc_cal_raw_to_voltage, it just reads 12bit value and divides by 4096 I am not sure how useful is that but as per those links above I tried to add returning the efuse value via And btw there is also |
Beta Was this translation helpful? Give feedback.
-
I am doing my school project on the esp 32 with espruino on it. Love espruino and don't want to change it, but my project depends on analog sensors and I need E.getAnalogVRef() very much!
Beta Was this translation helpful? Give feedback.
All reactions