Lawrence-Link / AD9833-SignalGen

A simple Signal Generator built with AD9833, atmega328au.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AD9833-SignalGen

This is a simple Signal Generator built with AD9833, atmega328au.

image

I'm going to share some of the building experience online or in my personal blog (Which is in Simplified Chinese).

The whole idea of this project were inspired by Cezar Chrilla's How to Build Your Own Function Generator Using Analog Devices’ AD9833

The circuit part is almost the same and the only difference is the firmware, and it uses 2 awesome libs: The first one is MD_AD9833 the second one is Encoder

I've already complied the files, and you can upload it to your board easily. I also recommend to see GreatScott's Function/Waveform Generator || DIY or Buy, he made a arduino nano version of this.

Have fun!

About

A simple Signal Generator built with AD9833, atmega328au.

License:GNU General Public License v3.0


Languages

Language:C++ 96.7%Language:C 3.3%