built in DAC on ESP32-C5 #2156
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The ESP32-C5 chip does not have dedicated hardware DAC channels like the original ESP32, but it can generate analog output using Sigma-delta Modulation or PWM with hardware low-pass filteringto create a low-frequency analog signal from its high-frequency PWM outputs. So that example will not work and you will need to select another output class! |
Beta Was this translation helpful? Give feedback.
The ESP32-C5 chip does not have dedicated hardware DAC channels like the original ESP32, but it can generate analog output using Sigma-delta Modulation or PWM with hardware low-pass filteringto create a low-frequency analog signal from its high-frequency PWM outputs.
So that example will not work and you will need to select another output class!