
If I decide to build this, I may do a PCB. This is the hard wired prototype.
The output is up to a little above 10dBV up to 100kHz - pretty good for the LM386!
UPDATE
Later I found that 12V was too much for the LM386 I had an it blew up - seems you need a special version fo ruse at 12V and above. So I have removed the amplifier for now.
Code update here
2 comments:
your articles are very interresting and the associated montages very affordable for novices
Cordially Antony
Hi Antony
I think that by programming the choice of the waveform it must be possible to use a signal in sinusoidal, triangular or square wave.
SINE_WAVE = 0x2000
TRIANGLE_WAVE = 0x2002
SQUARE_WAVE = 0x2028
HALF_SQUARE_WAVE = 0x2020
Post a Comment