Altering voltage on a DFR0971
Thomas.Kilian 2024-08-22 05:10:58 482 Views1 Replies I'm trying to alter the output voltage but to no avail. The demo script lets me set the voltage fixed on startup. That does its'job. But of course I want to alter it during runtime. How can I do that? I tried setting it in loop but that did not work.
2024-08-22 06:15:33
Thomas.Kilian
Figured it out. The example sketch contains a `store` call which obviously sets the device into a “frozen” mode with constant voltage. Removing that let me use `setDACOutVoltage` as one would expect. Definitely a documentation issue.
Thomas.Kilian 

