> This alone is impressive, but [Ted] isn’t done yet. He realized that this method of transmission was generating some strong frequency harmonics which extended far beyond the theoretical maximum 1 MHz frequency of his UART SDR. i.e., blast noise all over the spectrum. There's a reason why real transmitters are more expensive than a serial port adapter. This kind of RF pollution is illegal for obvious reasons and if…
And it's nothing new. Same is possible with Raspberry Pi GPIO: https://github.com/F5OEO/rpitx
Serial Port SDR
51–60 of 91 posts
Re: Serial Port SDR
#52Earlier quoted context omitted.
But he doesn't have any amplification. Nothing is happening here that doesn't happen already with normal use of the UART. If what he is doing here is illegal then the RF pollution from using the UART normally would be too.
He didn't say this, but I suspect that his antenna was that specific length for rf reasons - wires work best as antennas when their length is some multiple of the wavelength. (ask an rf engineer if you want details, I'm close enough for discussion but all rf engineers will cry when they read that)
One of those is noise, the other one is a transmission.
Re: Serial Port SDR
#53Earlier quoted context omitted.
The harmonics are above the transmission frequency, so a low pass filter is normally all that is needed to clean this up. There is a project that uses a Raspberry pi to transmit from is GPIO To use a home built transmitter you need amateur radio license, no matter what.
Not true. Low power FM and AM stations are allowed. https://www.fcc.gov/media/radio/low-power-radio-general-info...
For any of the fun stuff, you need an amateur radio license :-)
Re: Serial Port SDR
#54> This alone is impressive, but [Ted] isn’t done yet. He realized that this method of transmission was generating some strong frequency harmonics which extended far beyond the theoretical maximum 1 MHz frequency of his UART SDR. i.e., blast noise all over the spectrum. There's a reason why real transmitters are more expensive than a serial port adapter. This kind of RF pollution is illegal for obvious reasons and if…
The harmonics are above the transmission frequency, so a low pass filter is normally all that is needed to clean this up. There is a project that uses a Raspberry pi to transmit from is GPIO To use a home built transmitter you need amateur radio license, no matter what.
Instead: To use a home built transmitter you need amateur radio license, except in certain specific low power situations. To comply with those situations would be difficult without specialised test gear.
Re: Serial Port SDR
#55Not being deeply into signals geekery, I had to lookup SDR. I believe the article is referring to a Software-Defined Radio. https://en.wikipedia.org/wiki/Software-defined_radio
Thanks.
Re: Serial Port SDR
#56> This alone is impressive, but [Ted] isn’t done yet. He realized that this method of transmission was generating some strong frequency harmonics which extended far beyond the theoretical maximum 1 MHz frequency of his UART SDR. i.e., blast noise all over the spectrum. There's a reason why real transmitters are more expensive than a serial port adapter. This kind of RF pollution is illegal for obvious reasons and if…
I don't think transmitters are made artificially expensive to keep out the newbs. As you said, it's illegal. And if you're a newb (like me) interested enough to try this at home, you might have read to the end of the article where it states: > DISCLAIMER: It should go without saying that you should never transmit on any frequencies or at any power levels for which you are not authorized by the local governing body, b…
Re: Serial Port SDR
#57Well now we know what radio waves are produced by 0x55. How about other characters? I'm willing to bet that everyone's wired keyboard is an SDR so to speak and a well placed receiver can keylog you.
Re: Serial Port SDR
#58Earlier quoted context omitted.
The wire is being used as an antenna. When you use UART, you have the other end of the wire terminated with another circuit. (i.e. The energy goes to into the connecting circuit.) Because the wire ends at an open circuit, the currents on the wire radiate, turning the wire into an antenna.
Wires connected to a closed circuit will radiate too, if you drive them at high frequency. Maybe not efficiently , but it'll still radiate. There's nothing special about an open circuit that makes an antenna work. Shielding (e.g. coax, or a properly grounded enclosure) is what prevents ordinary wires from becoming antennas.
Re: Serial Port SDR
#59Re: Serial Port SDR
#60Reminds me of using an output pin on Raspberry Pi to transmit FM radio: http://icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry...
Reminds me of abusing the CRT on the TRS-80 to play "music" on an AM radio. Except we were kids and had very little idea what we were doing.