Arduino Synth project

Hello,

I'm currently working on a project but I need some advice.

I making a weird synthesizer that goes through various analog circuits to modulate en change the sound. I'm using an Arduino nano to generate a simple sine wave with the tone() functionality.

However, I was wondering if it would be possible for the Arduino to also generate different signals such as square, saw, pulse etc...

If not, what would be the wisest thing I could do to implement this?

Thank you for taking the time!

And have a great day :slight_smile:

(deleted)

spycatcher2k:
I'm calling BULL!

???

(deleted)

spycatcher2k:
The NANO tone function outputs a square wave. There is no analog output on the NANO.

Oh my fault. I'm sorry.

Is there any way to produce saw wave tones?

Apolioo:
Oh my fault. I'm sorry.

Is there any way to produce square wave tones?

It can only output square waves. It can not output sine waves, triangle waves or saw waves.

Try this Mozzi