You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if I could use a external dac since the esp32 s3 doesn't have one.
like this one from adafruit: https://www.adafruit.com/product/935 ?
I already have it I just need to know how if possible
The text was updated successfully, but these errors were encountered:
This DAC is too slow. It supports up to 3.4MHz i2c clock, but ESP32 i2c driver only supports 1MHz max. To set output voltage on it, you need to write 4*9 = 36bits. This gives a maximum theoretical analog voltage update rate of approximately 27 kHz (actually even less).
I was wondering if I could use a external dac since the esp32 s3 doesn't have one.
like this one from adafruit: https://www.adafruit.com/product/935 ?
I already have it I just need to know how if possible
The text was updated successfully, but these errors were encountered: