Search found 1 match
- Tue Oct 10, 2017 5:04 pm
- Forum: General Discussion
- Topic: VCC measurement with ADC via GPIO39
- Replies: 4
- Views: 15155
Re: VCC measurement with ADC via GPIO39
It is possible to use ADC1_3, which is GPIO #39. There is a very recent update to the analog API functions to measure the actual V REF and then use it to scale the analog inputs appropriately. You should be using the most recent ESP-IDF files and there is a sample project called 'adc' which will all...