Function generator

Thread Starter

Etop

Joined Jun 12, 2023
4
Hello please I am new in this group after I found your function generator module project interesting. I downloaded your code and all the mentioned library and installed. But when I try to upload the code I always get this feedback
"no matching function for call to 'AD9833::AD9833(int, long int)'

Pls what's the possible solution as I really want to build this project too
 

MrChips

Joined Oct 2, 2009
34,823
Hello please I am new in this group after I found your function generator module project interesting. I downloaded your code and all the mentioned library and installed. But when I try to upload the code I always get this feedback
"no matching function for call to 'AD9833::AD9833(int, long int)'

Pls what's the possible solution as I really want to build this project too
You are missing an important piece of information: the link to the function generator project.
 

Thread Starter

Etop

Joined Jun 12, 2023
4
Hello please I am new in this group after I found your function generator module project interesting. I downloaded your code and all the mentioned library and installed. But when I try to upload the code I always get this feedback
"no matching function for call to 'AD9833::AD9833(int, long int)'

Pls what's the possible solution as I really want to build this project too
Here is the link to the project

https://www.allaboutcircuits.com/pr...m-generator-analog-devices-ad9833-ATmega328p/
 

WBahn

Joined Mar 31, 2012
32,871
Hello please I am new in this group after I found your function generator module project interesting. I downloaded your code and all the mentioned library and installed. But when I try to upload the code I always get this feedback
"no matching function for call to 'AD9833::AD9833(int, long int)'

Pls what's the possible solution as I really want to build this project too
Assuming that you got all of the files, this sounds like it might be a configuration issue with your C++ compiler in which it is not looking for the files in the place that you put them. That's just a guess, but something to look into.

I don't know if the author of that project is an active member on the forums or not -- I have no way to match an author name to a username. But you might try contacting him at his website:

https://www.cezarchirila.com/

Keep in mind that this project is several years old and that he was a student at the time, so he might have moved on with his life and the website might be dormant and unmonitored.
 

Thread Starter

Etop

Joined Jun 12, 2023
4
Assuming that you got all of the files, this sounds like it might be a configuration issue with your C++ compiler in which it is not looking for the files in the place that you put them. That's just a guess, but something to look into.

I don't know if the author of that project is an active member on the forums or not -- I have no way to match an author name to a username. But you might try contacting him at his website:

https://www.cezarchirila.com/

Keep in mind that this project is several years old and that he was a student at the time, so he might have moved on with his life and the website might be dormant and unmonitored.
OK. Thanks
 
Top