Search found 1 match
- Thu Jul 15, 2021 12:33 am
- Forum: Hardware
- Topic: ESP32S2 DAC No sinking output below 1.5V
- Replies: 0
- Views: 1748
ESP32S2 DAC No sinking output below 1.5V
Hi there, I have here an ESP32S2-MINI-1U where I try to activate the DAC. According to the documentation it should work with the following two lines: [Codebox] dac_output_enable(DAC_CHANNEL_1); dac_output_voltage(DAC_CHANNEL_1, Value); [/Codebox] Unfortunately, I cannot detect a voltage change on ei...