.AtoD – One Shot mode

Documentation https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-reference/peripherals/adc_oneshot.html Hardware Limitations Note that ADC1 and ADC2 usage are shared by some peripherals, such as the random number generator and WiFi. Speed adc_oneshot_read() was fast in our tests, taking approx 130uS on an ESP32 S3 Example setting up, with calibration and performing a read Example function that uses as simple averaging filter Disable […]

Read More