Live data from Hacker News

Fobos SDR: High-Quality Radio for Hobbyists, Researchers and Professionals

hackster.io

1–10 of 15 posts

Re: Fobos SDR: High-Quality Radio for Hobbyists, Researchers and Professionals

#3
Using a 2.4 Ghz transceiver chip for IF is an interesting choice. It will definitely keep image frequencies well away. 8)

Separate I/Q inputs might be useful, but I would opt for a wide band 90 degree phase shift network to tie them together and simplify signal processing downstream.

Note this an approximately $600 receive only board.

Re: Fobos SDR: High-Quality Radio for Hobbyists, Researchers and Professionals

#5
Stupid question: what can you actually do with SDR? Everything I have seen talks about things like listening to telemetry from satellites or power meters which is cool but also not that interesting in a practical sense. Is there more to it than that?

Re: Fobos SDR: High-Quality Radio for Hobbyists, Researchers and Professionals

#6

Stupid question: what can you actually do with SDR? Everything I have seen talks about things like listening to telemetry from satellites or power meters which is cool but also not that interesting in a practical sense. Is there more to it than that?

I think there are a few ways to approach this question as an engineer that makes SDRs professionally (in a group, not just me, I'm not magic). I could probably fill a decent sized book with all I've learned of practical applications but I'll focus on a few high level points.

The real reason is flexibility. Let's say you have a product that receives your specified signal at your specified frequency. Something like a cut down 802.15.4 (thread, zigbee, etc type systems). Then you deploy your system and find out the spectrum is really cluttered and oh if only you could switch frequencies. SDR. Or you realize you didn't take security seriously and need to change the low level processing to fix that [1]. SDR. Maybe you want the ability to listen around the 2.4 GHz range for sensor messages then transmit them over WiFi or Bluetooth. So even the same frequency range, SDR lets you switch protocols.

In the same way that software was revolutionary in letting the phone I'm typing this on kinda replace a TV, camera, mail system, etc, SDRs take that to the next level with flexible hardware interfacing. It probably makes more sense to think of it but as telemetry or meters, but the ability to talk to satellites and power meters with the same hardware. This saves on development cost because there's only 1 product, system cost because only 1, unit cost because economies of scale, etc.

There is certainly a trade with efficiency across size, weight, power, and cost, but it's usually worth it. Even if you do a fixed frequency 2.4 GHz you can have a lot of flexibility. But often it's trivial to be frequency flexible.

[1] this is an often overlooked point to a lot of development. In the same way software allows security patches, SDRs do too. There's so many times wireless protocols get revised to increase security or dropped because they're insecure. SDRs allow that to be fixed as simply as a desktop or mobile app update.

Re: Fobos SDR: High-Quality Radio for Hobbyists, Researchers and Professionals

#7

Using a 2.4 Ghz transceiver chip for IF is an interesting choice. It will definitely keep image frequencies well away. 8) Separate I/Q inputs might be useful, but I would opt for a wide band 90 degree phase shift network to tie them together and simplify signal processing downstream. Note this an approximately $600 receive only board.

Not sure I understand the I/Q comment. What would the phase shifter do to the signal? Just overlap I on top of Q?

Re: Fobos SDR: High-Quality Radio for Hobbyists, Researchers and Professionals

#8

Stupid question: what can you actually do with SDR? Everything I have seen talks about things like listening to telemetry from satellites or power meters which is cool but also not that interesting in a practical sense. Is there more to it than that?

I’ve seen people use an SDR dongle to figure out the frequency and data being transmitted by electricity meter outside their homes.

Re: Fobos SDR: High-Quality Radio for Hobbyists, Researchers and Professionals

#9
post #8

Stupid question: what can you actually do with SDR? Everything I have seen talks about things like listening to telemetry from satellites or power meters which is cool but also not that interesting in a practical sense. Is there more to it than that?

I’ve seen people use an SDR dongle to figure out the frequency and data being transmitted by electricity meter outside their homes.

rtlamr! https://github.com/bemasher/rtlamr

Re: Fobos SDR: High-Quality Radio for Hobbyists, Researchers and Professionals

#10
post #7

Using a 2.4 Ghz transceiver chip for IF is an interesting choice. It will definitely keep image frequencies well away. 8) Separate I/Q inputs might be useful, but I would opt for a wide band 90 degree phase shift network to tie them together and simplify signal processing downstream. Note this an approximately $600 receive only board.

Not sure I understand the I/Q comment. What would the phase shifter do to the signal? Just overlap I on top of Q?

If you only have a real signal, you're going to have to delay it 90 degrees to get the imaginary part before you do any frequency shift or filtering if you want to avoid image frequencies, negative frequencies, etc.

Digital Signal processing is far easier if you have a complex signal. Without it, any frequency shift results in 4 output frequencies, f1+f2, f1-f2, f2-f1, and -(f1+f2), it gets geometric quite quickly.

Things are much simpler when you have a good I/Q stream to work with. You do a complex multiply and it's always f1+f2

Post reply on HN