From 0703bace35a54b74c48327004ee92b163231eced Mon Sep 17 00:00:00 2001 From: Mat931 <49403702+Mat931@users.noreply.github.com> Date: Thu, 16 May 2024 02:11:24 +0000 Subject: [PATCH] Add ADC multisampling (#3664) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: H. Árkosi Róbert --- components/sensor/adc.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/sensor/adc.rst b/components/sensor/adc.rst index 972f6b924..d5fe6c2ef 100644 --- a/components/sensor/adc.rst +++ b/components/sensor/adc.rst @@ -35,6 +35,7 @@ Configuration variables: - **attenuation** (*Optional*): Only on ESP32. Specify the ADC attenuation to use. See :ref:`adc-esp32_attenuation`. Defaults to ``0db``. - **raw** (*Optional*): Allows to read the raw ADC output without any conversion or calibration. See :ref:`adc-raw`. Defaults to ``false``. +- **samples** (*Optional*): The amount of ADC readings to take per sensor update. On the ESP32 this value is ignored if ``attenuation`` is set to ``auto``. Defaults to ``1``. - **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. @@ -199,6 +200,7 @@ on GPIO34. accuracy_decimals: 2 update_interval: 60s attenuation: 12dB + samples: 10 filters: - multiply: 2.0 # The voltage divider requires us to multiply by 2