1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-08 12:53:45 +01:00

[remote_receiver] Add signal demodulation support on ESP32 (#8711)

Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
Stephen Kent
2025-10-06 10:24:58 -07:00
committed by GitHub
parent 42d1269aaf
commit cba85c0925
4 changed files with 36 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
substitutions:
pin: GPIO2
clock_resolution: "2000000"
carrier_duty_percent: "25"
carrier_frequency: "30000"
filter_symbols: "2"
receive_symbols: "4"
rmt_symbols: "64"