Nice article on making an Arduino DDS…

My experiments with generating RTTY signals yesterday made me begin to think about generating RTTY signals with an Atmel/Arduino setup. The obvious way is to use PWM and a low pass filter to approximate a sine wave. While doing a bit of research, I found the following link which seemed to be nearly ideal: it even included an amateur radio application that uses an Arduino to generate the tones necessary to transmit WSPR. It also has a very nice lowpass filter design that can be pressed into service to smooth the PWM output. Stashed for future reference:

Arduino DDS, with WSPR applications

2 thoughts on “Nice article on making an Arduino DDS…

  1. Mark VandeWettering Post author

    Yeah, it can, but it’s like killing flies with a cannon: at around $50, adding one to a build isn’t all that economical unless you are using more of its capabilities. I’m debating using PWM/DDS (the cost of which is in increased complexity and the inductors in the necessary low pass filter) versus something like the XR2206 (a dedicated frequency generator, which costs around $5 but simplifies the software considerably).

Comments are closed.