Giter Site home page Giter Site logo

radio beginner question about radioconda HOT 11 CLOSED

ryanvolz avatar ryanvolz commented on July 27, 2024
radio beginner question

from radioconda.

Comments (11)

ryanvolz avatar ryanvolz commented on July 27, 2024

Hi Ben! This certainly sounds like something one could do with GNU Radio with some relatively cheap hardware. People regularly use it to test various modulation and encoding methods, including FM, between a transmitter and receiver, although the rabbit hole is deep once you start with communications protocols. I'm a radio science researcher myself, so I mostly know of the communications applications through observation and not much experience.

Within the GNU Radio community, there is the main "GNU Radio" software package that is included here that includes the framework and some common processing blocks. Then there are a bunch of user-created out-of-tree (OOT) modules that provide processing blocks for various more specific applications. A quick search leads to https://github.com/argilo/gr-elster for decoding some types of smart meters, but there might be more out there. So if you want to try this out, you could install GNU Radio (e.g. with radioconda), get some radio hardware that can transmit and receive in the frequency bands you need for the smart meters (ADALM-PLUTO might be a good start), and then play around with it using the included blocks or by installing some OOT modules (https://wiki.gnuradio.org/index.php/CondaInstall#Building_OOT_modules_to_use_with_conda-installed_GNU_Radio). GNU Radio has a mailing list and also a Matrix chat server where people with more experience in your application can give you more pointed directions.

I hope that's helpful!

from radioconda.

bbartling avatar bbartling commented on July 27, 2024

Thanks for the info going to install radioconda soon here... Do you recommend Linux, or is Windows Ok?

from radioconda.

ryanvolz avatar ryanvolz commented on July 27, 2024

I definitely recommend Linux, as most of these tools are primarily developed on Linux. However, if it's Linux in a VM or Windows Subsystems for Linux versus native Windows, then you should probably try native Windows first. Just know that while I've done my best to test what things I can on Windows, there are not nearly as many Windows users for these software packages in general and you're more likely to run into issues just because nobody else has tried to do the thing you're trying. But I heartily welcome Windows users who report bugs so that these things can be improved. 😄

from radioconda.

bbartling avatar bbartling commented on July 27, 2024

Hi Ryan,

For a basement hobby project sending a radio signal from one device to another would these two products be compatible?

AdaFruit radio transmitter - $20

AdaFruit SDR radio receiver - $22

I the radio transmitter appears to use a microphone input but I was curious if radioconda could be used instead? As well as radioconda on the receiver end to decode the GNU radio message?

Thanks for anytime you have in response.
Ben

from radioconda.

ryanvolz avatar ryanvolz commented on July 27, 2024

AdaFruit radio transmitter - $20

This looks like just a hardware audio->FM transmitter, so that's probably not something you want as it is very limited in what it can do. I doubt you could make any signal that acts like the smart meters, for example.

AdaFruit SDR radio receiver - $22

That is an RTL-SDR device, so that is a generic software-defined-radio receiver and it would work with the RTL-SDR drivers that are packaged with radioconda. That said, one of these is what I have and I would recommend it if it were in stock. It has some upgrades including a better connector that would let you hook up different antennas in the future if necessary. I've also heard good things about this one although it is a bit more expensive. This blog post goes over a few other radio options (not all of which currently have drivers in radioconda, but they could be supported eventually).

The transmitter is where you really run into difficulty at low cost. The nicest, cheapest product I'm aware of is the ADALM-PLUTO. The next step up is the HackRF One (not supported in radioconda, yet) or the LimeSDR or LimeSDR mini. Higher end you're talking one of the Ettus USRPs. None of those are very cheap, but they are all quite capable. If you come across anything else that looks interesting, let me know and I'll see what supporting it might require. Given the expense of these and the cheapness of the AdaFruit transmitter, it might make sense to just get one of those anyway for playing around (I don't think you'd need any special software, just the ability to play sound into an audio jack).

from radioconda.

bbartling avatar bbartling commented on July 27, 2024

Ryan,

Is this yard stick device also just another non-compatible radio transmitter? Non-compatible with GNU radio/radioconda, etc...

I noticed it mentioned transmit and receive.

from radioconda.

ryanvolz avatar ryanvolz commented on July 27, 2024

It doesn't look like it uses GNU Radio or anything packaged with radioconda, but it also looks like it does its own thing in firmware that you can control from your host computer. So it might do what you need, maybe? At least it claims to, but I don't know how it works exactly.

from radioconda.

ryanvolz avatar ryanvolz commented on July 27, 2024

Check the frequency ranges on that though and make sure they cover what you want. It's a bit more restrictive than the more expensive devices.

from radioconda.

bbartling avatar bbartling commented on July 27, 2024

Thanks for all the help Ryan, going to close this for now :)

from radioconda.

bbartling avatar bbartling commented on July 27, 2024

Hi Ryan,

Curious to bug you about one more question if you have the time I ran across this article on Medium for a DIY air drop from one device to another using GNU radio and a microphone.

Could I ever use radioconda for the send and receive? The author of the medium story mentioned about using UDP on the receiving end which I still have to wrap my head around what he is doing with sockets, etc... But this post seems like a fun experiment for an absolute beginner. Can you run the GNU blocks from radioconda directly? Would you have any examples how to do that by chance with radioconda?

I still have to learn a ton about when radio transmission on the level of computer speakers with a microphone Versus radio transmission with a transmitter device (like Hack RF One) and an antenna where at that point I think probably look into getting a HAM license.

As always thanks for anytime you would have in response.
Ben

from radioconda.

ryanvolz avatar ryanvolz commented on July 27, 2024

Yes, you could do that. All you need is GNU Radio to create and run the flowgraphs. The UDP sockets are just one way to be able to send data to another program, and in this case it's just a simple Python script. I'm sure the same thing could have been done directly in GNU Radio, maybe even with some built-in blocks but definitely with an embedded Python block.

from radioconda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.