Search found 1 match

by aas_2304
Sat Oct 05, 2024 6:42 am
Forum: ESP-IDF
Topic: Unable to change sample frequency from 20kHz to 10khz in ESP32-WROOM-32E Continuous ADC Mode
Replies: 0
Views: 684

Unable to change sample frequency from 20kHz to 10khz in ESP32-WROOM-32E Continuous ADC Mode

Hello, I am using ESP32-WROOM-32E in my project. I want to capture 50Hz sine wave at 10khz sample rate in continuous ADC mode. Here is my continuous ADC configuration function. void cont_adc_config(void) { memset(result, 0xcc, EXAMPLE_READ_LEN); uint8_t channel_num = sizeof(channel) / sizeof(adc_cha...