
MenuI even tried to connect external amplifier.
Freqout has way too many harmonics, at frequencies close to the original sound, so unfortunately, not usable.
Thank you Richard for pointing me to the right direction.
Everything is working now :)
Cheers
The FREQIUT is the way to go.
You did not post the circuit of transistor amplifier. I suppose you did add a good bias to the transistor, right?
The audio output after the good filtering I...
Its all been done before. See original post#12 where process is elaborated from that post
richard Yesterday, 08:55
Thanks Richard,
got it working :)
In the meantime I have another question...
I was looking for the user commands in the include and found the "DRAWLINE" ;X1,Y1,X2,Y2 , {colour} command....
What I figured by myself and what actually helps is when asking AI to write picbasic pro code, if you specify write code for "PicBasic Pro 3", not only "PicBasic Pro", it will make far less errors in...
CuriousOne - 10th May 2026, 10:07
I need to play music, standard musical notation.
For FREQOUT you can specify frequencies and they do work.
For SOUND you can not specify frequency, so can't use standard musical notations.
I'm...
if your mssp port differs from the example demo then you must ensure all mssp register references in the SSD1306.pbpmod include are edited to match your hardware.
also make sure you have the...
Was checking that exact post :)
From what i could see, i removed my previous includes and added the following:
#DEFINE colours 1 ;1 mono 2 rg or 3 rgb width con 128
...

Re: Why SOUND statement produces loud and clear sound, but FREQOUT - does not?
Here's the code, generated by Claude, which does what I need. While it contains only one active, the idea is clear and code can be modified for wider coverage:
CuriousOne Today, 15:59ty;----[16F1937 Hardware...