Finally second and improved AVR DDS signal generator is here. First AVR DDS V1.0 generator was only an attempt of running DDS algorithm without any amplitude control. This time I still wanted to keep things simple like minimum count of widely accessible components circuit, single sided PCB that comes together with good functionality.

AVR DDS specification
AVR DDS signal generator V2.0 is a firmware based DDS signal generator which uses slightly modified Jesper’s DDS algorithm adapted to AVR-GCC C program as in-line ASM. Signal generator has two outputs – one for DDS signal and another for high speed [1..8MHz] square signal – which may be used for reliving microcontrollers with wrong fuse settings or for other purposes as well. High speed (HS) signal is direct output from Atmega16 OC1A(PD5) pin. DDS output is used for all other signals that are generated via R2R resistor network and is adjusted via LM358N offset and amplitude regulating circuits. Offset and amplitude can be regulated by two potentiometers. Offset can be regulated in range +5V..-5V while amplitude in range 0..10V. DDS frequency range is from 0 to 65534Hz that is more than enough for testing audio circuits and other tasks.
Main AVR DDS V2.0 signal generator features:
- Simple circuit with easily accessible and cheap components;
- Single sided PCB;
- In box power supply with external AC plug;
- Dedicated high speed (HS) signal output up to 8MHz;
- DDS signal with variable amplitude and offset;
- DDS signals: sine, square, saw, rev saw, triangle, ECG and noise.
- 2×16 LCD menu;
- Intuitive 5 button keypad.
- Frequency adjusting steps: 1, 10, 100, 1000, 10000Hz;
- Restoring last configuration after power up.
In the block diagram you may see logical structure of signal generatorV2.0

As you can see device requires several voltages: +5V, -12V, +12V, GND. -12V and +12V are used for offset and amplitude control. In this case power supply is constructed by using simple transformer and few voltage regulators.
Power supply block is assembled on a separate prototyping PCB board.
If you do not want to build power supply you may use PC ATX power supply unit where all required voltages are available. You may need to modify molex connector wiring as follows:
LCD menu control
All actions can be viewed in LCD menu. Menu can be controlled with 5 buttons that are next to LCD module

Up and down arrow buttons are used for browsing menu while right and left arrow buttons are used for changing frequency value. When middle button is pressed – signal generating starts. Press middle button again to stop signal generator. Here is a complete menu system of signal generator.
Important to notice, that there is a separate menu for changing frequency step. This is convenient if you need to change generator frequencies in wide range. This allows to set any frequency with relatively few button clicks.
Noise generation don’t have frequency setting. It uses simple rand() function where results are continuously output to DDS output.
High speed signal has four frequencies available: 1, 2, 4 and 8MHz.
Circuit diagram and PCB
Circuit diagram of DDS generator (excluding power supply) is very simple with easy accessible components. It uses following parts:
- AVR Atmega16 microcontroller clocked with 16MHz external crystal;
- Standard HD44780-based 2×16 LCD module;
- R2R DAC made of simple resistors;
- LM358N low power dual op amplifier;
- Two potentiometers;
- 5 buttons;
- several connectors and sockets.
Circuit diagram and PCB:
Single sided PCB:
Assembly
DDS generator is assembled in to plastic box:

Test run:

AVR DDS 2.0 Firmware
As I have mentioned DDS function is a modified Jesper’s DDS algorithm. Main modification is adding additional ASM line which enables to stop DDS generation. In version 1.0 the only option was to reset device, dds function checks if CPHA bit is set in SPCR register which is set during external interrupt service routine (stop button). So now algorithm takes 10 CPU cycles instead 9.
void static inline Signal_OUT(const uint8_t *signal, uint8_t ad2, uint8_t ad1, uint8_t ad0){
asm volatile( “eor r18, r18 ;r18<-0″ “\n\t”
“eor r19, r19 ;r19<-0″ “\n\t”
“1:” “\n\t”
“add r18, %0 ;1 cycle” “\n\t”
“adc r19, %1 ;1 cycle” “\n\t”
“adc %A3, %2 ;1 cycle” “\n\t”
“lpm ;3 cycles” “\n\t”
“out %4, __tmp_reg__ ;1 cycle” “\n\t”
“sbis %5, 2 ;1 cycle if no skip” “\n\t”
“rjmp 1b ;2 cycles. Total 10 cycles” “\n\t”
:
:”r” (ad0),”r” (ad1),”r” (ad2),”e” (signal),”I” (_SFR_IO_ADDR(PORTA)), “I” (_SFR_IO_ADDR(SPCR))
:”r18″, “r19″
);}
DDS Signal tables has to be placed in flash sections where address starts with 0xXX00. So these sections has to be defined in makefile for proper memory placement:
#Define sections where to store signal tables
LDFLAGS += -Wl,-section-start=.MySection1=0x3A00
LDFLAGS += -Wl,-section-start=.MySection2=0x3B00
LDFLAGS += -Wl,-section-start=.MySection3=0x3C00
LDFLAGS += -Wl,-section-start=.MySection4=0x3D00
LDFLAGS += -Wl,-section-start=.MySection5=0x3E00
LDFLAGS += -Wl,-section-start=.MySection6=0x3F00
LCD control library is described here.
I don’t want to go too deep in code discussions. Source code is commented pretty well if there will be any questions and suggestions about source code – feel free to drop a comment.
Testing and discussion
I have tested signal generator with oscilloscope and frequency counter. Signals look like expected in all frequency range [1 to 65535Hz]. Amplitude and offset regulator works OK. If offset is set to 5V, then maximum clear signal amplitude may be 5V as another 5V is already used for offset(same is if offset is -5V).
Here are few test signals on oscilloscope screen:
I am thinking of adding sinus sweep functionality in future firmware updates. Maybe I will if there will be a need
Download latest firmware (WinAVR20071221) and source code version here (source code and hex [120kB])
Download EagleCAD schematic and PCB here ( EagleCAD project[45kB])
Proteus simulation files with latest firmware included (avrdds_proteus [31kB])
Pingback: Daily DIY Network - Science Projects Plans Guides » Blog Archive » AVR DDS signal generator
Pingback: H&B » Blog Archive » AVR DDS signal generator
Pingback: Electronics-Lab.com Blog » Blog Archive » AVR DDS signal generator
Pingback: AVR DDS Signal Generator V2.0 » project hal0
Pingback: DIY Pozostałe i Newsy :: Generator sygnałowy na AVR | Elektronika - schematy elektroniczne
Excelent project. I wondered thought if others might be interested in my way of making custom “membrane” switches for projects?
Design the artwork and print it out on a sheet of paper. Cut it out the correct size and put it in the middle of a laminate pouch and run it through the laminator. Mine is not a very good laminator, so I actually run it through again as soon as it comes out.
Cut out the box and cut the laminated sheet to be at least 10mm larger than the hole. Run hot-melt adhesive around the hole inside the BOX. Place box face-down on a hard surface and place your laminated legend(s) in place. Quickly place a piece of polythene over that and a heavy object to flatten it all while the glue sets.
using a sharp knife carefully scrape away any hot-melt adhesive that ouzed out onto the face of your legends while cooling.
Mount the switches onto their own PCB or any inflexible surface and mount them behind the legend, fixing the edge of the board via spacers/washers to the box. the switches should be pressed into the legend just slightly when monuted.
Which fuse-bits is this Atmega16 using??
Fuse settings with PonyProg

Pingback: The Vacar Perimeter » Sending mixed signals
Thankyou for the great tutorial on you signal gen. I was wondering, would you possibly be able to write your DDS algorithm in pseudo code? I am a PIC guy, and all that AVR assembly is driving me nuts
.
Thankyou greatly
krazatchu made PCB modifications in order to get rid of smd. Also he made following modifications:
1) added the power supply to the board to run from battery…
2) removed the ISP to save space
3) changed the pin header for lcd to 1×16
4) fat traces for toner transfer…
5) separate ground returns for analog and digital…
Just follow forum thread
http://forum.scienceprog.com/viewtopic.php?f=9&t=281&p=399#p399
So if you like printer toner transfer pcb technology, you can choose this option.
It will be very interesting when we can get our hands onto Xmega chips with the streaming DMA DACs, and what kind of DDS we can cook up then.
I’ve assembled V2.0 DDS generator.
It doesn’t work:
1) LCD display without any character. There are black rectangles in the upper line only.
2) There is not any pulse at PC0…PC7 outputs (found by oscilloscope)
Several times I did READ and WRITE operations. So MEGA16 is in good condition.
It might be FUSE bits are not O.K.
Here are the latest FUSE bits, which I got from the chip:
Fuses
OSCCAL = B1, B1, AC, AF
BODLEVEL = 0
BODEN = 1
SUT = 2
CKSEL = E
BLB1 = 3
BLB0 = 3
OCDEN = 1
JTAGEN = 0
CKOPT = 0
EESAVE = 1
BOOTSZ = 0
BOOTRST = 1
Would you please give me advice how to solve this problem?
It is hard to say now. Above you can see fuse settings done with PonyProg software. According to your settings seems to be that CKSEL is wrong. Should be CKSEL=F.
I tried CKSEL=F also, but with the same result.
I used another ISP programmer. I used it many times for many different projects.
Would you please answer to my E-mail directly
Can you add in software duty cycle??Wich compiler you use??
Compiler is WinAVR AVR-GCC.
Adding duty cycle would be a little bit complicated. Probably best solution would be to use HS output and change duty cycle by changing timer output compare parameter. Right now I am not planing on adding this functionality. But you are free to modify the code.
Hello,
thanks for this interesting project, but i have the same problem as Anatoliy, it wont start, black rectangles on LCD. It is not mt first AVR or/and PIC project, so i am confused, what I do wrong? I use serial COM port programmer and PonyProg software with fuses as in picture in this thread. Any ideas and help please?
Thank You in advance!
It started working, i just didnt write right fuse settings with PonyProg (how typical
).
Hi
what type of complier did you used?
For PonyProg selected fuse:OCDEN, BOOTSE1 and BOOTSE0.Now my DDS work…73!
Ok…
I keep getting a non-working atmega16 (LCD top row lit only). I am using STK500 with AVR Studio 4 to program the atmega16. I would guess that it’s not working because of the fuse settings. Can someone who used AVR Studio successfully make a screen shot of the fuse settings please.
Also, with the osc fuse, should it be set to one of the “ext crystal” settings, because the schematic uses a crystal with 18pf caps.
PS… This is probably a stupid question but I should be programing the FLASH right? With AVR Studio you can program the FLASH and/or EEPROM.
i simulate this function generator with proteus 7.2; the result is:
lcd and lm358 and noise signal all are okey but sin and other pulses are not generated…
any idea plz???!!!
I just tried – it simulates ok. I have attached latest Proteus simulation file to the end of article.
can the same project be done using atmega16L.WH ALL D CHANGES TO BE MADE with this regard…hlp me
first of all thx scienceprog for reply and upload new files. and could you please say wich version of proteus you use for test the FG_DDS_2? i run it with 7.2 and same result applied.
Now i finish testing the DDS_2 on BreadBoard… the result is:
all pulses are generated. my fuse bits that are zero (Marked) are: BOOTSZ0 & BOOTSZ1 & SUT1 & SUT1 at Hattel Paralel Programer.
The problem is lcd and maximum Frequancy, lcd after start will dissapear and Fmax=20KHz
are fuses and my lcd okey??
any idea plz…???!!!
I used Proteus 7.2.
I cannot predict how it runs on 20MHz as I only tried on 16Mz. If you have possibility – try change it to 16 to see how it works. Anyway all timings are tied to 16MHz crystal, so menu functions will be incorrect.
Hi,two questions,here is a main.eep,do I need to program it into atmega16?second,I use ponyprog and stk200 cable and fuse settings from above to burn the atmega16,I also get the result on top row of the lcd with squares only,I tried various combinations of fuse setting still with no luck,and now I got two dead atmega16 after many attempt of fuse settings.can please someone guide me the right way to program the atmega16.
Hello!
Great project! I have made pcb with little different pin connection. I looked into source and made some little changes:
in main.c
#define R2RPORT PORTD
#define R2RDDR DDRD
//define button port and dedicated pins
#define BPORT PORTC
#define BPIN PINC
#define BDDR DDRC
#define DOWN 0//PORTD
#define LEFT 1//PORTD
#define START 2//PORTD
#define RIGHT 3//PORTD
#define UP 4//PORTD
//Define Highs Speed (HS) signal output
#define HSDDR DDRC
#define HSPORT PORTC
in lcd.h
#define LCD_RS 5
#define LCD_RW 6
#define LCD_E 4
#define LCD_D0 0
#define LCD_D1 1
#define LCD_D2 3
#define LCD_D3 4
#define LCD_D4 0
#define LCD_D5 1
#define LCD_D6 2
#define LCD_D7 3
#define LDP PORTB
#define LCP PORTB
#define LDDR DDRB
#define LCDR DDRB
Whis changes describes my schematics connection. I use avr-gcc (WinAVR 20090313) 4.3.2 to complile the code. Everything is fine. But the i try to test it in Proteus model (i also changed it correcpondly my schematic) nothing works. Can you give some idea? I can send all sources if you need.
In “AVR controlled DDS generator software writing” post you wrote that
loop taking 10 clock cycles was able to reach 6.25kHz.
Here we have 256 samples, 9 clock loop and same 16mHz clock… and
frequency over 65kHz.
Counting other way… On 16MHz clock and 256 samples we can get 62.5kHz
if we put sample out every clock cycle. But the loop is 9 clock cycles.
So the question is: If the loop puts a sample out every 9 clock cycles
the “real” frequency where all samples are going out is ~6.9kHz and
above that this DDS algorithm is skipping samples, yes?
Ups, my bad
I’ve pasted this comment under new version with 10 clock cycles loop, but I thing everyone gets the idea.
Hi,
dear Scienceprog,
I´ve been trying to set this project, for a while ;(
with some problems in the LCD
did your project for win avr lcd 4 n 8 bits
and doesnt work either,
so i guess is a problem with the LCD
here , in this dds2 I used this fuses in avr studio, from what you show in pony prog:
high 0×19, low 0xcf,
lock bits, 0xff
no response, just a blank line,
in this project and the 8 n 4 bits
could it be the delay? (some one told me need 400us)
where can i set this in your libraries, thanks
to mako…Delays are at least in milliseconds, so there should be no prob with that. if you have a chance – test your hardware with another application, to see if there is no bugs in board.
———–
to johny126…when frequencies goes over 6.9kHz – algorithm starts skipping samples – this way loosing resolution. So you can increase frequency as long as you are satisfied with signal shape.
Hi scienceprog.
i found my mistakes. (fuses)
i used 2*ca3140 for final op-amps insted of one lm358 because of its higher slew rate. and i realize that its better to parallel a 70pF cap on DDS_OUT to reduce the output noise.
sorry for my english. (im Iranian)
regard. post comment if idea.
Hi and thank you for your nice project,
I have built my version of DDS replacing Smd parts and made it on pcb. For the programming I used AVR Studio in conjuction with WinAVR but all I get is 16 blank chars on LCD. Used osciloscope/multimeter to test output etc and 2 more mega16 but nothing changed.Fuse setting were calculated to 0×19 0xC9 if I can recall based on your ponyprog screenshot.
Any ideas?
Thanks in advance!
To everflow:
I programming Atmega with AVRStudio but not needed select JTAGEN. The fuse settings: HIGH=0×59 and LOW=0xCF. I use this settings and working the DDS.
To san398:
Many thanks for your reply. It did work! If I enable JTAGEN it just fails! Would be nice to figure out what’s wrong there but that would do for now. Thank you again you I was busting my mind many days over now with that fuse thingie.
Anyone has used a DAC instead of the R2R network?
I am thinking of using a AD558. Do you think it’ll work? I haven’t got into DACs so far and I don’t rly know if that one will be a direct replacement for the ladder network so any ideas are welcome.
Thanks!
Should work perfectly in my opinion. Just connect CE and CS pins of AD558 to “ground” to enable “transparent” mode.
Nice project! Could it be modified so that the phase of the waveform can be adjusted?
Great job! I using WinAVR 20090313, and with the ‘s’ opimizations, I needed to change this code to make it work.
struct signal{
volatile uint8_t mode; //signal
volatile uint8_t fr1; //Frequency [0..7]
volatile uint8_t fr2; //Frequency [8..15]
volatile uint8_t fr3; //Frequency [16..31]
volatile uint32_t freq; //frequency value
volatile uint8_t flag; //if “0″generator is OFF, “1″ – ON
volatile uint32_t acc; //accumulator
volatile uint8_t ON;
volatile uint8_t HSfreq; //high speed frequency [1...4Mhz]
volatile uint32_t deltafreq; //frequency step value
}SG;
It works as published when the optimization level is set to 0.
Thanks!
Hello,
I have a problem with this project. It seems it operates at twice the speed. On HS output, measuring with an frequincy meter, for 1Mhz i get 2Mhz, for 2Mhz i get a reading of 4Mhz, etc. Also, the menu seems to work too fast, if i pres a button once (for a short period of time) it will repet the command (it will switch verry fast, something like double pressing).
The uC was programed using the firmware from: http://www.scienceprog.com/wp-content/uploads/2008/03/firmware.zip .
The PCB is the one from this site, the only modifications i’ve done are: removed ISP connector and rearenged the components to fit BNC connector directly to PCB.
Xtal is 16Mhz with 22pico capacitors.
Thanks.
That is really strange. Did you try to re-flash chip? What about DDS signals – are they generated correctly?
First time i’ve flashed the chip (not verry shure about the fusebits) and it worked to slow
I no not have an osciloscope to view DDS signals…
In the forum topics there are a few variants of fusebits, which one is corect? Is low fuse: 0xCF and high fuse: 0×59 corect?
Thanks!
My fuse settings are
High = 0b00011001 = 0×19
Low = 0b11001111 = 0xCF
With high fuse set to 0×19 the devices doesn’t work at all, it just shows an black row… I’m lost…
How about a firmware update? The sweep would be really nice for measuring inductors by means of resonance frequency.
It takes way too many button presses to do that manually with this signal generator.
Just read the fuses from signal generator:
high fuse = 0xD9
low fuse = 0xFF
Hope this helps.
Sweep is in the list – just need time to work on it.
high fuse = 0xD9
low fuse = 0xFF => the device work’s at twice the speed
Another strange thing i noticed: when set to OFF i can read 16Mhz (speed of crystal), when set to ON => twice the value it should be….
I have build this fine project, and its works very fine with a LCD HD44780 display, but will not work with a LCD KS0066 display. What to do ??
more about displays:
The KS0066 controller is a klone of HD44780, and should be Equivalent.The 2 displays work fine in all af my 4 other Atmel-projects, so why will the KS0066-display not work in this project??
Can someone explain ??
Hi
I’m thinking to build this project but the problem is I can’t find a HD44780 LCD. Is it ok if I use a different LCD?
Hi,i build the project,but It doesn’t work.I see only black rectangles in the first line.What that means?Bad programmed Atmega or wrong LCD.I’m using AC162B LCD(KS0066U) – same pinouts like many other models.
Thanks in advance!
Problem Fixed.Wrong programmed Atmega.Uncheck JTAGEN checkbox in Ponyprog.My settings are :
OCDEN,BOOTSZ,BOOTRST,SUT1,SUT0 checked.All others are NOT checked.No problem with KS0066U Driver!I can try with Bigger LCD module-PC2002L (same pinouts and driver).
Thanks for nice project.
73 from Bulgaria,LZ1JER.
Hi Scienceprog,
I appreciate you making this cool project available to everybody! I hope yopu are still watching this blog. Anyways, I built it and everything seems to be working fine. The LCD reads fine and the buttons work fine, but I am not getting a readable signal out of it. I get a signal of sorts, but it seems like maybe it’s just static.
Any ideas what might be causing this? I am hooking it up to my scope to try to read it.
Thanks,
Jeremy
Never mind, I got it working and it is awesome!!!! I had a short that looked like a trace, but when I compared it to the PCB I realized it wasn’t supposed to be there.
Regards,
Jeredmy
Glad you made it. And yeah… most of problems occur in hardware design – especially when when PCB is home manufactured. Solder bridges between traces and traces with micro-cracks (open) can be hardly seen at first glance.
hi, great project… i made it with two channel output and runing well but vr1 not fungction as moving phase..is it correct for moving phase,what do you mean with offset..?? i need two channel signal with diferent phase each other so i make two opamp connected to net resistor.
Is it possible to make variable freq while program generating signal? then we can change the preq without off the signal first.
Im waiting for your respons..
Thanks
-Dodi Suwardi-
I was thinking about frequency changing without stopping signal, but each new button read would reduce signal resolution. Right now there is a Sweep in To DO list. Don’t know when it will be done.
Nice project! Works fine! I’ve designed a PCB for the power supply. Look at my page http://www.martin-jacobsen.de -> Projekte -> Funktionsgenerator to get the EAGLE Files.
Ow great ….!! i can’t wait for your new version of AVR DDS , the output must be: can move a phase of sine wave, and must be change freq while run, then the device will be perfect as developer tool.
hi scienceprog, great project you done, it is very useful. i’m newbie of winavr, could you mind to tell me something in your source code, is it possible to make the waveform patterns to be variable? such as store it to the RAM or EEPROM (don’t know the speed and size are enough), then we can change the values in real time, because i plan to build a arbitrary waveform generator.
Hi!
AVR DDS2 doing great. I am very pleased. Sweep functions would be great. I thought about how I did it:
1st step: to enable a generator while the generator is in working stanje (except for future sweep mode)
2nd step: add the new mode that would have 3 parameters: the lowest frequency, highest frequency and duration (the time it takes to increase the frequency of the lowest to the highest, or that it is the duration of one step, anyway will sweep functions do increase the frequency in increments that are less default)
3rd step: to save the parameters in EEPROM
4th step: routines to be run when the generator set to “ON” state (read parameters from EEPROM, calling routine that is executed when the generator is in normal mode and when the press “Increase frequency” in the routine, now check whether the value is reached frequencies greater than or equal to the highest frequency, if not even increase the frequency, and if it is set to the lowest frequency, already check that you pressed “OFF” button)
Unfortunately, I know assembler for the PIC, so we ask the authors to make at least the 1st Step (very useful).
Another request: I also made the AVR DDS1 but does not work (bad Fuses, I think). I’ve destroyed 4 ATmega8 chips. I do not want to put a plate in the trash. Can you tell me the Fuses state for DDS1. Please hexadecimal value, because I use AVR Studio 4 for programming, like following example:
“My fuse settings are:
High = 0b00011001 = 0 × 19
Low = 0b11001111 = 0xCF ”
Thanks in advance
1st step again: to enable a generator while the generator is in working state (except for future sweep mode)
Also, I would like to share my pcb design because it is very nice and easy to reproduct (no SMD components).
How can I do this?
Thanks for sharing the project.I have one question and that is how do you calculate the ecg signal values?I can make sine and other pulses values using mathlab but do not know the formula for ecg.
thanks in advance.
Hi scienceprog,
That great project,Works fine with me! Is that posible to adjust frequency up to 10 MHz for sine wave ?
I need 10 MHz for transmitter antenna
Regards,
Irwan
No this project works up to 64kHz for sine waves, going up would reduce signal resolution significantly. If you need higher sine wave frequencies you should use specialized hardware based DDS chips.
Hi
in main.c =
//variables to control TDA7313
where is TDA7313 on the circuit diagram ?
How do I change in sine wave from 1000Hz to 50Hz
and ECG 100Hz to 80Hz ?
Hi Scienceprog, again
I am not good at C.
Is there another source code version in Arduino?
Before and without OP-AMP (LM358) signal have a good shape (i.e. sinus), but, when I insert LM358 signal shape is very poor after 5 kHz. I insert LF353 instead LM358 and signal is better but not as input signal.
Any sugestions?
hi scienceprog.I want to sorce cod vision or bas com of avrdds2.
hi all
IRANIAN DDS!
http://micro-project.blogfa.com/post-94.aspx
Pingback: Funktiogeneraattori « Toimintasavu
Hi all
i made AVR DDS 2.0, it’s great! But when i compile the source code the hex file does not function properly, i want also 100KHz as output in the High Frequency output and it’s not function, the micro runs only the original code! What i’m wrong? Please help me!!!
Hi all
i solve the problem as Geoff solved it: I modified the code into this, i’m compiling with WinAvr 20100110
struct signal{
volatile uint8_t mode; //signal
volatile uint8_t fr1; //Frequency [0..7]
volatile uint8_t fr2; //Frequency [8..15]
volatile uint8_t fr3; //Frequency [16..31]
volatile uint32_t freq; //frequency value
volatile uint8_t flag; //if “0?generator is OFF, “1? – ON
volatile uint32_t acc; //accumulator
volatile uint8_t ON;
volatile uint8_t HSfreq; //high speed frequency [1...4Mhz]
volatile uint32_t deltafreq; //frequency step value
}SG;
Fuses HIGH=0×59 and LOW=0xCF
confirmed for me too.
Pingback: Electronics-Lab.com Blog » Blog Archive » DDS Function Generator
Pingback: AVR DDS signal generator improvements - Hack a Day
Pingback: AVR DDS signal generator improvements | Group51.org
Check out new AVR DDS V2.0 signal generator implementation (by Vassilis Papanikolaou). http://www.electronics-lab.com/projects/test/013/index.html
It uses factory-made PCB and few mods. Looks great – greater than original.
Uploaded software and hex with corrected part:
struct signal{
volatile uint8_t mode; //signal
volatile uint8_t fr1; //Frequency [0..7]
volatile uint8_t fr2; //Frequency [8..15]
volatile uint8_t fr3; //Frequency [16..31]
volatile uint32_t freq; //frequency value
volatile uint8_t flag; //if “0?generator is OFF, “1? – ON
volatile uint32_t acc; //accumulator
volatile uint8_t ON;
volatile uint8_t HSfreq; //high speed frequency [1...4Mhz]
volatile uint32_t deltafreq; //frequency step value
}SG;
can you generate a wav voice on this
There can be stored 256 samples instead ECG.
This is just great Vassilis! Bravo
Pingback: Die Schatenseite: Weblog » Blog Archive » Funktionsgenerator Marke Eigenbau?
Pingback: A DDS function generator using an ATmega16 | Embedded projects from around the web
Can anybody help me.
I tried to compile new source and got the following error:
c:/winavr-20100110/bin/../lib/gcc/avr/4.3.3/../../../../avr/bin/ld.exe: section .MySection1 [0000226c -> 0000236b] overlaps section .data [0000226c -> 000023bd]
make: *** [AVRDDS21.elf] Error 1
Build failed with 1 errors and 1 warnings…
I don’t have enough experience and I don’t know where I’m wrong. Please, put pnproj file in firmware.zip or give me some other advice.
I will try to implement sweep function in firmware.
Tihomir Benko.
Have a great change in the software project? 25-11-2010 ….
Hi there… Great project… Thanks… My device have been not work, till i disable JTAGEN. My fuses for AVR910 and CodeVisionAVR: OCDEN=0, BOOTSZ1=0, BOOTSZ0=0, SUT1=0, SUT0=0. With JTAGEN=0 device not work. Maybe i’ll help somebody by this information.
HELLO
Can someone help me?
DDS2 documents there is a mistake!
TihomirBenko
me the problem was written by
Description Resource Path Location Type
make: *** [Firmware.elf] Error 1 Firmware C/C++ Problem
Description Resource Path Location Type
section .MySection1 [00003d68 -> 00003e67] overlaps section .data [00003d68 -> 00003eb9] Firmware C/C++ Problem
HELLO
Do not have the problems listed above will help a person?
Makedon,
I don’t solve problem with compile (Overlaps section…). Sorry.
Tih.
Hi to all and a happy new 2011….
Is there any NEW firmware like my download
today?
Version 2.0
I wont do prog. the Atmega16XX
thx for help in use
Dirk
Hi to all,
Is it possible to extend resolution to 0.1 Hz?
Any suggestions?
Thanx
Hi@all,
can someone compile this code for Mega32?
Same pinout and fuse settings.
THX
As it is easy to do I have compiled source for Atmega32. Download it here:
http://www.scienceprog.com/wp-content/uploads/2008/03/FirmwareM32.zip
Cheers
Hi!
Is it possible to use compile this for ATmega324P? The pins used are the same for the mega16 and the mega324p.
Thanks!
I sugest to repleace LM358N ->>> OPA2134
you see 30kHz square wave like your 1kHz
The problem with “section .MySection1 overlaps section .data” is probably seen in new AVRStudio.
I had the same problem in AVRStudio 4.13 SP2, build 571.
I had the same problem. It looks, that now the data sections in the program memory have to be defined in a different way.
I have changed the data section definitions from this:
const uint8_t sinewave[] __attribute__ ((section (“.MySection1″)))=
to that:
static const char sinewave[] PROGMEM =
and then the table containing pointers has been changed from:
const uint8_t *SIGNALS[] ={
sinewave,
squarewave,
trianglewave,
sawtoothwave,
rewsawtoothwave,
ECG
};
to this:
const char *SIGNALS[] ={
(prog_char*)sinewave,
(prog_char*)squarewave,
(prog_char*)trianglewave,
(prog_char*)sawtoothwave,
(prog_char*)rewsawtoothwave,
(prog_char*)ECG
};
Additionally, because I have changed data type from ‘uint8_t’ to ‘char’, the declaration of function using it has been changed from:
void static inline Signal_OUT(const uint8_t *, uint8_t, uint8_t, uint8_t);
to:
void static inline Signal_OUT(const char *, uint8_t, uint8_t, uint8_t);
Now it compiles with 0 errors/warnings.
Here is the complete ‘main.c’ corrected for new AVRStudio versions to avoid the “section .MySection1 overlaps section .data” issue:
http://mysiaki.dyndns.org/WRZUTA/main.c
Regards,
P.
All,
Please forget my previous posts.
Source was compilling, but I have noticed that lower portions of waves were corrupted.
Finally I have found, that the “Section overlaps” issue appears because the location of the .MySection x was not defined.
This is probably because you did not include the Makefile to the project.
To force the AVR Studio to use the Makefile (and thus to point the section addresses) do:
Project -> Configuration Options -> General -> Use External Makefile
Point to the Makefile on the disk.
Make sure, that the Makefile content is correct – the MCU type, the target filename and so on.
I have checked – now it works correctly with the original source code.
P.
I made this divice but i have a problem. i programmed atmega16 using ponyprog, when i power up the divice on lcd are displaied 16 black squares. i connect my osciloscope to the output and press start and it works perfect but lcd remaines black
Hi, Works very fine. Y do it!!! thankyou.
I miss PWM, can you do it?
exelent work!
thanks again!!
hey: “October 28th, 2010 at 7:26 pm ”
German Sir
yes i reverse engineering, But why did you Sad?!
i just gave it little changed (my source have duty cycle and keypad):
http://micro-project.blogfa.com/post-94.aspx
I said help from foreign website
Soon I will update it for better and Generate more frequency
And place them for you
I hope you happy
bye
Is there can be used HD44780 based LCD? Where can I find more documantation and source codes?
sir
i am do this project but one problem is their frecuancy does not match with cro & disply per 1000 hz ,300 hz less compare to cro what is problem in this
Sir,i kindly request you solve this problem
Con. No. 9730939336
kumar, could you be more specific about the problem.
I have the same problem as above, for example when i set the micro to 2500hz I only see about 150hz on the osilloscope, and adding 100hz to my my dds output only gives about 10hz increase on the ossiloscope,—–I have also another question: on the proteus stimulation file in here 741 opamp is used but on the shematic of circuit (the jpg file) lm358n is used, which one is better to use and what are the differences? thanx
to valantis:
your problem is because of the jtagn fusebit:
1- read the fuse bits on your atmega16
2- change the value of Jtagen fusebit to “1″.
3 write the fusebits to your atmega16.
you will have your lcd working fine!
if the value of Jtagen fusebit was already 1 then I guess you have problems either with you circuit or the contrast POT and connections to your lcd.
and all three Cclock fuse bits should be inactive since we are using external crystal in high range.
Pingback: DDS function generator « Do-it-yourself and enjoy
Thx pklawit!
I will try to compile source and I hope to improve sw for automatic increase frequency (sweep).
Tihomir Benko.
Hi all,
TO solve the “section .MySection1 [00003d68 -> 00003e67] overlaps section …” problem, the other solution is to add the linker options in AVR Studio v4.18.
You can add it in Project>Configuration options>Custom options.
Click the [Linker Options] in the “Custom Compilation Options” and find the EditBox on the left side of the “Add” button, copy the following lines one by one and press “Add” button for each line. Press the “Ok” button and you are done.
-Wl,-section-start=.MySection1=0x3A00
-Wl,-section-start=.MySection2=0x3B00
-Wl,-section-start=.MySection3=0x3C00
-Wl,-section-start=.MySection4=0x3D00
-Wl,-section-start=.MySection5=0x3E00
-Wl,-section-start=.MySection6=0x3F00
Thank’s for the nice device!
I replicated this generator, it’s working perfectly.
I had a problem with fuse bits.
I used PonyProg with simple COM-port programmator.
I didn’t use bit JTAGEN, leave it unchecked (empty). It resolved problem with bits.
Good evening,
I intend to do my own pcb, and i whant to know if i can mirrored lcd pin connection on mcu and how.
Good day,
If i reverse order of connecting the LCD pin to mcu , what changes i need to do in software to work.
I try but with no result.
To can put the lcd on top side i need to change conection on portc like this:
PC0 ->D7 ; PC1 ->D6 ; PC2 ->D5 ; PC3 ->D4 ; PC5 ->E ; PC6 ->RW ; PC7 ->RS
Hi to all,
Im interesting in this project.
Can you please tell me what is the the measurement range for square signal (min and max)?
Thanke you in advance for you answer,
Regards,
Kristijan
ionut, you may consider using my new LCD library where you can freely select LCD pins used:
http://winavr.scienceprog.com/avr-gcc-lcd-library-%E2%80%93-mixed-pin-support
Kristian,
you mean voltage range? – since analog part is powered at -12V to 12V it amplitude roughly can be set up to 20V with amplitude pot.
No, I mean Hz, kHz or MHZ range.
from 0 to 65534Hz
Thank you.
It work now.
Sir what is the frequency range for sine wave of this project
Are there new PCB-files for Ver. 3.0?
Dirk
Not yet. Hopefully it will be ready until summer.
good day
I built the generator according to your design, but I have a problem with functionality.
Output pin 33, resistor R3 100K signal is okay with the level of 4.5V.
For the resistor R3 is but 8V DC value.
I do not know where the problem is, all I have checked my connection and několiktár correctly.
According to me is something wrong in the area of operational amplifiers.
Can anyone help?
Thank you.
My thoughts on the DDS3. The display should be a symbol, a graphic expensive. 5-button keypad, available atmega. And maybe make the two versions of the generator? One for frequencies from 20 Hz to 20 000? and the other from 1 Mhz and above?
This is fantastic project, that I have build:
http://mondo-technology.com/super.html
But I Prefer this version:
http://heli.xbot.es/SuperProbe/SuperProbe.htm
This project have PWM generator. May someone merge both?