> Some people wanted to know if this is doable with an Arduino. The Arduino simply can't toggle its digital out fast enough to transmit at this frequency
There is no need to be able to toggle a pin fast enough to be able to transmit at a given frequency. You can rely on the harmonics to get you to a much higher frequency than your code is toggling the pins.
With a proper low-pass filter, the RF will be fine. I have a "WSPR" beacon going all the time that is heard around the world -- from Antarctica to Europe to Japan to Russia. The RF is generated from an I/O pin, low-pass filtered, and amplified to 200mw which is a common power level for WSPR.
16 comments
[ 212 ms ] story [ 1140 ms ] threadThere is no need to be able to toggle a pin fast enough to be able to transmit at a given frequency. You can rely on the harmonics to get you to a much higher frequency than your code is toggling the pins.
http://ok1ike.c-a-v.com/gnat_40.pdf
There are 100's of similar simple circuits that generate RF that is clean enough.
There are no shortage of simple Analog transmitters which meet FCC specs.