Simple Tayloe Breadboard Software Defined Radio Receives Distant Signals

  Рет қаралды 7,601

Grug Huhler

Grug Huhler

3 ай бұрын

This video shows a breadboard software defined radio receiving signals from far away using the FT8 protocol via the wsjtx application. The radio is based on the Tayloe mixer/detector from my previous video which explains the Tayloe detector and is found here: • Tayloe RF Mixer Demons...
The raspberry Pi Pico program is trivial. It uses the PIO module to generate the needed quadrature square waves. The source is on github: github.com/grughuhler/grug_lo...
An si5351 module is probably a better way to generate the square waves. See NA5Y's channel and the Dr Volt video. Modules are cheap on Amazon.
Also see the video Dr Volt made on receivers of this type. I was inspired by his video, and he gives more instructions on how to build this circuit and use Quisk.: • Super Simple Breadboar...
NA5Y's channel has information of making better SDR radios: www.youtube.com/@na5y/videos.
Quisk: james.ahlstrom.name/quisk/

Пікірлер: 28
@tubeDude48
@tubeDude48 2 ай бұрын
Always love a project that includes the Pi Pico!
@jimglover6448
@jimglover6448 3 ай бұрын
Thanks! After seeing Dr. Volt's video, seeing this super simple version is very nice.
@electronics.tinker
@electronics.tinker 3 ай бұрын
Yes, though Dr Volt did a great job I think. To really improve the receiver, I suspect one needs to add an RF bandpass filter and maybe a low-noise RF amplifier. But that would not be simple. Check out this channel I recently found. www.youtube.com/@M0NTVHomebrewing/videos
@jimglover6448
@jimglover6448 3 ай бұрын
@@electronics.tinker Indeed. It's the difference between the most minimalist design that can be reasonably functional, and taking a particular design as far as it can go. The best possible RF amp, mixer, LO, filtering, and audio amp and processing can take a DC receiver pretty far.
@SpencerMckenithWilliams
@SpencerMckenithWilliams 2 ай бұрын
I actually followed this and dr volts video. It actually worked. It was stressful but fun. I ran into problems until i learned more about impedance matching. Thanks for this video lol
@electronics.tinker
@electronics.tinker 2 ай бұрын
Very interesting. What did you change to impedance match? Also, what analog multiplexer did you use? Most people use an fst3253 which has lower "on" resistance than the part I used. This affects the input impedance and size of capacitors. I paid little attention to this. I just experimented with the size of the caps. NA5Y uses a bandpass filter and, thus, more sophisticated matching. I wonder how much the arbitrary nature of the antenna wire slung over a tree affects this. NA5Y, being a HAM, might be using proper 50 Ohm antennas.
@Sultan___
@Sultan___ 2 ай бұрын
thank you soo much!! i bought pi pico and a si5351 just to make a sdr receiver finally i can make one :)
@electronics.tinker
@electronics.tinker 2 ай бұрын
I found it to be a fun thing to do. I hope you do also. Check out Dr. Volt's video and NA5Y's channel also. There is a lot of material out there. Getting quisk working takes a little guess work. Let me know if you folks out there want more information on that. I have found quisk to work better than other SDR software I have tried with sound card based receivers.
@acestudioscouk-Ace-G0ACE
@acestudioscouk-Ace-G0ACE 3 ай бұрын
Thanks so much for making this video, I'm learning about radio and this was explained so clearly and in an unhurried way that I found it easy to understand. I've subscribed and will look for more of your excellent work. 👍
@electronics.tinker
@electronics.tinker 3 ай бұрын
Glad you liked it. I suggest also checking out w2aew's channel. He is an amateur radio operator (and his may be the single best electronics channel on youtube). Also see the NA5Y channel for more complete simple receivers, not necessarily relying on SDR.
@W1RMD
@W1RMD 3 ай бұрын
Pleasant surprise to find this video. Interesting mix of technology. Looks like you could build a pretty cheap spectrum analyzer as well. Thanks for sharing.
@electronics.tinker
@electronics.tinker 3 ай бұрын
I'm glad you found it interesting. I found that one of my computers has a soundcard that supports a 192k sampling rate (and without a filter to mess that up). I guess the quisk display essentially is a spectrum analyzer, but limited to a 192 KHz span centered on the LO frequency.
@101Things-ds8tc
@101Things-ds8tc 2 ай бұрын
Cool project! Just subscribed to your channel :-)
@theoryandapplication7197
@theoryandapplication7197 21 күн бұрын
thank you
@Sultan___
@Sultan___ 2 ай бұрын
is there any alternatives for MCP6002 cant we use something like LM741, TL072CP, LM301AN, LM358L ?
@electronics.tinker
@electronics.tinker 2 ай бұрын
I used an MCP6002 without giving it much thought. I wanted the convenience of powering everything from 3.3V. I was just playing around with it and was surprised that it works as well as it does. Dan Tayloe suggests using a precision or instrumentation op amp but for a toy receiver like this, my bet is that other basic op amps can work. I think NA5Y used an lm324 in a tayloe detector. It's convenient to use a dual op amp. Dr. Volt used an amp that is especially good for driving sound cards. Just watch your power supply level, pay attention to biasing the antenna signal (like to 1/2 of the op amp's supply voltage). But also don't overdrive your sound card's input. If you have a scope, watch out for clipping. And use a long piece of wire for the antenna, ideally running outside. Cheers and good luck.
@t1d100
@t1d100 3 ай бұрын
👍👍👍👍👍
@countryside8122
@countryside8122 2 ай бұрын
Why is it these SDR radios do NOT come with instructions?? Going to a web site usually does NOT have any REAL information!!
@electronics.tinker
@electronics.tinker 2 ай бұрын
Which SDR radios do you mean? I agree that the quisk software requires guess work. Do you have any specific questions? The thing with SDR is that quite basic hardware (like an rtl-sdr v3) enables many things from listening to AM radio to receiving data from satellites. There is quite a bit of youtube content, but it takes experimenting for sure.
@phillipneal8194
@phillipneal8194 3 ай бұрын
Great project. Thank you. Would it be possible to put the source code on github ?
@electronics.tinker
@electronics.tinker 3 ай бұрын
Done. See github.com/grughuhler/grug_lo_gen. Also, check out the videos and sites I mention in the description. Cheers.
@phillipneal8194
@phillipneal8194 3 ай бұрын
Thank you very much. @@electronics.tinker
@diegogarciamedina6363
@diegogarciamedina6363 3 ай бұрын
is it possible in Arduino atmega 328? thanks
@electronics.tinker
@electronics.tinker 3 ай бұрын
I don't have an atmega 328 so I am not sure. The task is to generate two 50% duty cycle square waves with one shifted in phase by 90 degrees from the other. You want the frequency to be 10-20 KHz different from the radio station you want to receive. The problem is that microcontroller timer hardware has limits to how it multiples and divides clocks to generate the final output frequency. I bet the atmega 328 can do it for *some* frequencies but maybe not for the frequency near the station you want to receive. This was the problem with the ADALM2000, actually. The Raspberry Pi Pico is unusually flexible in how it can multiply and divide clocks, but even it has problems. The way it divides can cause jitter. Many people who build simple radios like this (including Dr Volt and NA5Y) use an Si5351 chip to generate the quadrature clocks. This is a good idea. Si5351 modules you can use on a breadboard are cheap and available from Amazon. You would control the Si5351 from the Arduino using i2c-- but you really have to study the Si5351 to generate quadrature signals the best way. But many on youtube have done it so there are videos to study. I might do one more if I think I am adding something. I'll mention another option. You can generate a clock with 4x the frequency you need and then use a pair of flip-flops to convert that into the two quadrature signals that feed the mixer. There are also youtube videos on this. For example: kzfaq.info/get/bejne/hbJlZcle0JnNeXk.htmlsi=1-T5_9JH60DV_vtn. I see a good video on mixers on this channel also.
@diegogarciamedina6363
@diegogarciamedina6363 3 ай бұрын
Thank you very much, I liked the flip flop version @@electronics.tinker
@spokehedz
@spokehedz 2 ай бұрын
Really makes me wonder why some radios are $$$ when all they do is what this does in a fancy case.
@electronics.tinker
@electronics.tinker 2 ай бұрын
Well, in the interest of full disclosure, a good SDR receiver contains much more: low-noise amplifier with gain control, multiple HW band-pass filters and HW to select among them, analog to digital conversion is included (instead of using sound card), and it works at a far higher sampling rate, and USB interface. I think the SDR Play RSP1A is an example of a quite good but reasonably cheap SDR receiver. And the rtl-sdr V3 dongle is not as good, but you can do a lot with it for a very low price. Cheers.
@dl8cy
@dl8cy 8 күн бұрын
Awesome ... Thank you for sharing your knowledge! vy 73 de dl8cy
Tayloe RF Mixer Demonstration Using ADALM2000
16:36
Grug Huhler
Рет қаралды 2,4 М.
Build your Own Transceiver With The NiceRF SA828 Module
9:41
Tech Minds
Рет қаралды 19 М.
Be kind🤝
00:22
ISSEI / いっせい
Рет қаралды 23 МЛН
$10,000 Every Day You Survive In The Wilderness
26:44
MrBeast
Рет қаралды 114 МЛН
Super Simple Breadboard-SDR Receiver from 50 kHz to 30 MHz
14:29
Doctor Volt
Рет қаралды 15 М.
Tang Nano 20K vs Tang Nano 9K FPGA Board
10:27
Grug Huhler
Рет қаралды 2,2 М.
Ham Radio Dashboards are EASY!
18:33
VA3HDL Amateur Radio
Рет қаралды 4,5 М.
5 Ways To Generate A Sine Wave (Analog)
13:16
Sine Lab
Рет қаралды 78 М.
10 Common Mistakes Made With Software Defined Radio
15:22
Tech Minds
Рет қаралды 208 М.
How to use your computer as a digital police scanner
19:58
K9SWX Ham Radio
Рет қаралды 72 М.
DRAGON OS FOCAL - The Software Defined Radio Toolbox
11:09
Tech Minds
Рет қаралды 143 М.
024 Software Defined Radio with Predefined Raspberry Pi SD Card Images
11:19
How To Get Live Satellite Images Directly From Space
24:13
saveitforparts
Рет қаралды 454 М.
КОПИМ НА АЙФОН В ТГК АРСЕНИЙ СЭДГАПП🛒
0:59
#miniphone
0:16
Miniphone
Рет қаралды 1,9 МЛН