embeded/esp32

esp32-s2 adc

구차니 2023. 12. 11. 17:11

eps8266은 10bit / esp32는 12bit인데

WiFi 끄면 100KSPS (이론상 2MSPS)

WiFi 켜면 1KSPS 정도 겨우 하는듯 하다.

내장 ADC로 사운드 입력으로 쓸 수 있으려나 했는데 무리일 듯.

 

ADC sampling rate: can reach 100000 times per second with Wi-Fi turned off, and 1000 times per second with Wi-Fi turned on.

[링크 : https://espressif-docs.readthedocs-hosted.com/projects/esp-faq/en/latest/software-framework/peripherals/adc.html]

[링크 : https://docs.espressif.com/projects/esp-idf/en/v4.4/esp32/api-reference/peripherals/adc.html]

 

Resolution (bit) Speed (ksps)
ADC_WIDTH_BIT_9 27.1739
ADC_WIDTH_BIT_10 27.1739
ADC_WIDTH_BIT_11 27.1739
ADC_WIDTH_BIT_12 27.1739

[링크 : https://www.labfruits.com/esp32-adc-speed/]