Is it possible to generate modulated wave using ESP32 (with or without) it's DAC? I would like to generate signal with carier frequency and modulation frequency.
Asked
Active
Viewed 69 times
0
-
2This is too broad and vague. What carrier frequency and for what application? BTW, ESP32 comes with [RMT (Remote Control)](https://docs.espressif.com/projects/esp-idf/en/v4.3/esp32/api-reference/peripherals/rmt.html) module driver that can be used for frequency modulation for application such as IR remote control, communicating with neopixel, etc. – hcheung Dec 22 '22 at 01:32