Does nRF52832 or nRF52840 have the hardware DAC? If not, how can I achieve this function?
Does nRF52832 or nRF52840 have the hardware DAC? If not, how can I achieve this function?
Hi,
There is no DAC on the nRF52832. The closest you get is a PWM, which can be used to generate analog signals with some filtering. You can refer to the PWM driver example in the SDK to see how it can be used.