hello, i am new here using arduino uno board.
the arduino board already have a function as ADC converter, but now i want to use DAC converter, is there any way from uno board ?
thank.
hello, i am new here using arduino uno board.
the arduino board already have a function as ADC converter, but now i want to use DAC converter, is there any way from uno board ?
thank.
The closest the Uno has to D/A is PWM output on the pins marked ~. That uses analogWrite to output a fast switching digital 0V / 5V pulse to give an average voltage between 0 and 5, but it's not analog.
You can feed the PWM, Jim mentioned, to a filter to get an analog voltage.
MR_HONG:
but now i want to use DAC converter, is there any way from uno board ?thank.
There are few ways to have DAC for Uno,