How do I do digital signal processing and DAC with a 16F877 PIC chip?
1
answer
|
Answer it!
|
In regards to the use of PWM for DAC, that's one of the standard ways to do DAC on microcontrollers. PIC recently introduced a new line of MCU's that have onboard DACs, but for older ones, such as the 16F877, outputting via PWM and then filtering this output is the only way to do it. this appnote may help clarify how it works.
--Purduecer
![]() |






























