Freqout...
rr
Posts: 63
Hello,
·
I am using my basic stamp to output some tones through amplified speakers. Everything seems to be working fine, except there is a knocking sound every time the tone changes. I am guessing that this is happening in the brief time period between outputting tones and reading the for/next loop command. Is there a way to change tones without this happening???
·
Attached is the circuit I am using and here is the code...
·
x VAR Word
DO
· FOR x = 100 TO 500· STEP 5
··· FREQOUT 7, 100, x
· NEXT
LOOP
Thanks for the help
rr
·
I am using my basic stamp to output some tones through amplified speakers. Everything seems to be working fine, except there is a knocking sound every time the tone changes. I am guessing that this is happening in the brief time period between outputting tones and reading the for/next loop command. Is there a way to change tones without this happening???
·
Attached is the circuit I am using and here is the code...
·
x VAR Word
DO
· FOR x = 100 TO 500· STEP 5
··· FREQOUT 7, 100, x
· NEXT
LOOP
Thanks for the help
rr