-
Hi, I would like to use the ESP32 DAC on GPIO 25 and 26 to generate an analog output. Is there a chance to get it implemented in a (soon) comming version? Or give me a clou where to integrate it as myselfe. But I'm almost a copy and paste programmer ;-) Thanks a lot, Dominik. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
No because #10036 (comment) |
Beta Was this translation helpful? Give feedback.
-
you may use PWM as DAC. it has 10 bit resolution (int DAC has 8) |
Beta Was this translation helpful? Give feedback.
you may use PWM as DAC. it has 10 bit resolution (int DAC has 8)
you only need an R/C to smooth the signal.
scripting supports up to 8 PWM channels on ESP32