ADC Sampling rate
Posted: Wed Mar 01, 2023 11:11 am
I am using ESP32 WROOM 32E for a project.
For this project I am using ADC to get voltage and current sensors value via ADC.
VOLTAGE_PIN ADC1_CHANNEL_7//33
CURRENT_PIN ADC1_CHANNEL_6//34
I need to calculate RMS Voltage & Current from this.
Can someone provide me with the data how much time it takes to get one ADC value and total samples for this calculation.
For this project I am using ADC to get voltage and current sensors value via ADC.
VOLTAGE_PIN ADC1_CHANNEL_7//33
CURRENT_PIN ADC1_CHANNEL_6//34
I need to calculate RMS Voltage & Current from this.
Can someone provide me with the data how much time it takes to get one ADC value and total samples for this calculation.