Simple Tayloe Breadboard Software Defined Radio Receives Distant Signals

Поділитися
Вставка
  • Опубліковано 16 жов 2024

КОМЕНТАРІ • 36

  • @SpencerMckenithWilliams
    @SpencerMckenithWilliams 6 місяців тому +4

    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  6 місяців тому

      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.

  • @tubeDude48
    @tubeDude48 6 місяців тому +1

    Always love a project that includes the Pi Pico!

  • @NackDSP
    @NackDSP 2 місяці тому +1

    This is exactly what I was looking for. Thanks for posting. I have had a Pi sitting around for a few years. Soon it will be a radio.

    • @electronics.tinker
      @electronics.tinker  2 місяці тому

      I'm glad you found the video interesting. Best wishes with your experiment.

  • @jimglover6448
    @jimglover6448 7 місяців тому +1

    Thanks! After seeing Dr. Volt's video, seeing this super simple version is very nice.

    • @electronics.tinker
      @electronics.tinker  7 місяців тому +1

      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 7 місяців тому

      @@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.

  • @Sultan___
    @Sultan___ 7 місяців тому +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  7 місяців тому +1

      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 7 місяців тому

    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  7 місяців тому

      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 7 місяців тому

    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  7 місяців тому

      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.

  • @michaellablanc6886
    @michaellablanc6886 3 місяці тому

    This is a great video, thank you for sharing your knowledge with this simple but informative demonstration. How difficult do you think it might be to create a similarly simple circuit to perform quadrature modulation of an input audio signal? Thanks again.

    • @electronics.tinker
      @electronics.tinker  3 місяці тому

      I presume you mean that the stereo audio will carry I and Q data to be upconverted to RF using the Tayloe circuit-- like for a transmitter. I have not tried this, although it would be fun. Dan Tayloe's paper briefly describes how to do it. I put a link to that paper in my first video about the Tayloe mixer "Tayloe RF Mixer Demonstration...". Also, you could check out NA5Y's youtube channel, in particular his video "ESP32 Based SDR Transmitter - Part 2 Tayloe Encoder". He shows a schematic.
      Cheers,

  • @Sultan___
    @Sultan___ 7 місяців тому +1

    is there any alternatives for MCP6002 cant we use something like LM741, TL072CP, LM301AN, LM358L ?

    • @electronics.tinker
      @electronics.tinker  7 місяців тому +1

      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.

  • @101Things-ds8tc
    @101Things-ds8tc 7 місяців тому

    Cool project! Just subscribed to your channel :-)

  • @countryside8122
    @countryside8122 7 місяців тому +1

    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  7 місяців тому +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.

  • @theoryandapplication7197
    @theoryandapplication7197 5 місяців тому

    thank you

  • @t1d100
    @t1d100 7 місяців тому +1

    👍👍👍👍👍

  • @phillipneal8194
    @phillipneal8194 7 місяців тому

    Great project. Thank you. Would it be possible to put the source code on github ?

    • @electronics.tinker
      @electronics.tinker  7 місяців тому +1

      Done. See github.com/grughuhler/grug_lo_gen. Also, check out the videos and sites I mention in the description. Cheers.

    • @phillipneal8194
      @phillipneal8194 7 місяців тому

      Thank you very much. @@electronics.tinker

  • @Tridenux
    @Tridenux 21 день тому

    is it possible to make 100mhz to 5.5ghz sdr by a human hand {DIY}

    • @electronics.tinker
      @electronics.tinker  16 днів тому

      That would be much harder. Simple, cheap analog multiplexers are not fast enough. Also producing quadrature LO signals at such high speeds would need different techniques.

  • @diegogarciamedina6363
    @diegogarciamedina6363 7 місяців тому

    is it possible in Arduino atmega 328? thanks

    • @electronics.tinker
      @electronics.tinker  7 місяців тому +1

      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: ua-cam.com/video/OL52f-k3iIE/v-deo.htmlsi=1-T5_9JH60DV_vtn. I see a good video on mixers on this channel also.

    • @diegogarciamedina6363
      @diegogarciamedina6363 7 місяців тому

      Thank you very much, I liked the flip flop version @@electronics.tinker

  • @spokehedz
    @spokehedz 7 місяців тому

    Really makes me wonder why some radios are $$$ when all they do is what this does in a fancy case.

    • @electronics.tinker
      @electronics.tinker  7 місяців тому +1

      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.

    • @nobodyelse-k8z
      @nobodyelse-k8z 3 місяці тому

      ​@@electronics.tinker Great. Thank you. In case of only AM band receiver the band pass modules would be ommited?

    • @electronics.tinker
      @electronics.tinker  3 місяці тому +1

      My guess is that at least a low-pass filter would be helpful even for AM medium wave. I did a test with LO at 1 MHz and noticed that odd harmonics for the RF (like 3.005, 5.005 MHz) yielded false 5 KHz I and Q signals that were still pretty strong, e.g. the 3.005 signal was only about 10 dB down from the 1.005 MHz signal. It also helps to choose cap values that give the detector no more bandwidth than you need.

  • @dl8cy
    @dl8cy 4 місяці тому

    Awesome ... Thank you for sharing your knowledge! vy 73 de dl8cy