Is the bs2 capable of generating an rf carrier (200 khz +) ?
mstram
Posts: 49
in BASIC Stamp
Greetings,
I have an old bs2 that I haven't used for "awhile"
I'm wondering if an output pin can be toggled, "outed" , "pulsouted" to the point of generating an RF signal of at least 200 khz?
If not, what's the maximum frequency possible using something like :
Main:
HIGH 1
HIGH 0
GOTO Main
What is the bs2 clock frequency ?
Mike
I have an old bs2 that I haven't used for "awhile"
I'm wondering if an output pin can be toggled, "outed" , "pulsouted" to the point of generating an RF signal of at least 200 khz?
If not, what's the maximum frequency possible using something like :
Main:
HIGH 1
HIGH 0
GOTO Main
What is the bs2 clock frequency ?
Mike
Comments
On the other hand, a Propeller can easily make a 200khz signal. In fact, each of the 8 cogs on the Propeller has two counter devices which can act as oscillators. This means you could have a Propeller generate a 200khz signal entirely in hardware!
Ok, thx, ya I saw the thread on AM and FM Transmitters, which is what gave me the idea of trying the Stamp.
I've been thinking about buying a propeller board, that Transmitter thread, and the SID thread are two things I want to try.
Erco, thanks for the link, interesting stuff
Mike
PWM 0,128,255
Generates a 111.3kHz square wave which would have lots of odd harmonics. There is not any control over the frequency, but it could be good for something? The Prop is definitely the way to go if you want to do the fancy stuff.
What frequencies should I look for the odd harmonics ?
I tried that PWM command, didn't hear anything on my radio.
Mike
Still not hearing anything. I tried a random piece of wire ~ 4 feet long as an "antenna", didn't help.,
Maybe an exact multiple of the 111.3 khz freq's wavelength for an antenna would help ?
But I bought a propeller on the weekend, and the a.m. transmitter code is working great !
My Grundig (as expected) generates a nice "morse" sidetone, and I can even hear "morse phumps" on my a.m. clock radio from the propeller
But I can still use the stamp for some audio stuff, and try programming it to "drive around (BOE with wheels / servos)
Mike