m0xpd / DDS

A Library to host an AD9850 DDS Module on Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDS : A Library to host an AD9850 DDS Module on Arduino, using soft SPI

This is a library which controls the widely available,
low-cost Direct Digital Synthesis ('DDS') Modules,
based on the Analog Devices 9850 chip 
on the Arduino.

For more information:
http://m0xpd.blogspot.co.uk/2014/03/dds-and-duedds-libraries.html

Four IO lines are required to connect to the AD9850 module... 
(W_CLK, FQ_UD, DATA & RESET).

To download and use this Library, click the Download ZIP button (on the RHS of this screen). 
Uncompressed the downloaded ZIP archive and rename the folder DDS.
Put this DDS folder in you Arduino Libraries folder and restart the Arduino IDE.

To control multiple DDS Modules, see here:
http://m0xpd.blogspot.co.uk/2015/06/handling-two-dds-modules-in-library.html

About

A Library to host an AD9850 DDS Module on Arduino


Languages

Language:C++ 71.0%Language:Processing 29.0%