Tag Archives: Raspberry Pi

Raspberry Pi image with preloaded SDRplay RSP software

The $35 Raspberry Pi 3

SDRplay support have just posted the following news on their community forum:

We have released a Raspberry Pi 3 image that has a number of SDR applications pre-built and tested that support the RSP. Periodically, we will update the image with software updates and new software.

The current list of software included on the image is:

SoapySDR/SoapySDRPlay, SoapyRemote, ADS-B (dump1090), CubicSDR and SDR-J DAB receiver

Please note: This is a complete OS with software image. Writing the image to a micro SD card will wipe the micro SD card of any other data that is on there, so we recommend you make sure you have backed up any data on your existing micro SD card or you use a new micro SD card.

Instructions:

1. Download image. There are two downloads provided, the 7zip version is just a smaller download but not everyone has 7zip which is why we also provide a zip download. The links are here:

http://www.sdrplay.com/software/SDRplay_RPi3_V0.1.zip (2.7 GB)

http://www.sdrplay.com/software/SDRplay … 0.1.img.7z (2.0 GB)

2. Extract the contents of the compressed file. This will extract to a .img file which will be about 7.2 GB

3. Use an image writer such as Win32DiskImager (https://sourceforge.net/projects/win32diskimager) to put the image onto the micro SD card.
WARNING: Please make sure that you use the correct drive letter for the micro SD card. The image writing software will completely remove any data that is on the destination media.

That’s it – put the micro SD card into the Raspberry Pi 3 micro SD card slot and boot the system. Allow the system to fully boot and you will see a GUI that will allow you to run each of the applications or read further information.

We also recommend that you use an active cooling system on your Raspberry Pi 3 to avoid any issues with over heating. In our tests, we have used heatsinks and a fan in a case. The CPU speed will be throttled if the temperature gets too hot, so for optimum use this is really recommended. These cases are available at reasonable prices from many Raspberry Pi stores.

If you are a developer of software that supports the RSP and you would like to be included on the image that we will release periodically, please contact us at [email protected] – currently we’re aiming to update the image every quarter, this will largely depend on software availability and what the demand is.

We are aware of other software that we are looking to get onto the next release such as Pothos and more SDR-J software. We will work with developers on any issues we’ve seen during this process so that we can get them onto future images.

Best regards,

SDRplay Support

This is great news in my book, because a fully-loaded and configured disk image makes it much easier to get started with an RSP/Pi combo.

Note that the message above is merely the announcement on SDRplay’s community forum. I would strongly encourage you to follow this thread, and the forum in general, if you’re interested in updates and announcements.

Raspberry Pi systems are very affordable and available in a number of configurations (from $35US – $80US depending on accessories) and from a number of retailers including:

Spread the radio love

Dan’s take on ADS-B with the Raspberry Pi B model

Many thanks to SWLing Post contributor, Dan Srebnick (K2DLS), who recently posted a detailed overview of his ADS-B installation on his blog:

Monitoring NextGen ATC (on the cheap!)

A key component of next generation air traffic control is Automatic Dependent Surveillance – Broadcast (ADS-B). The current FAA mandate is for all included aircraft to output ADB-B transmissions no later than January 1, 2020. But you don’t have to wait to receive and map ADS-B. There is a lot of air traffic to be seen.

[…]I decided to use a spare older RTL-SDR stick based on the RTL2832U and R820T chips. This USB device comes with a small antenna that I hoped would be good enough to get me started. It is not in any way optimized for the 1090 MHz signals that are used by ADS-B and is roughly 19 parts per million (ppm) off frequency. It cost a bit over $10 at a hamfest a couple of years ago. The designs have improved since the early models were offered. Newer models include a TCXO (thermally compensated crystal oscillator) for stability and accuracy.

I needed software to take signals from the RTL-SDR stick and plot them on a map. That software is “dump1090”, originally written by Salvatore Sanfilippo. I added an install stanza to the Makefile, along with a systemd service file, for a smooth system install. I also needed to install the RTL-SDR USB drivers. The complete installation runs “headless”, meaning no monitor, keyboard or mouse need be connected. Remote management can be done via ssh.[…]

Continue reading on Dan’s blog…

This is fantastic, Dan! Thank you for taking the time to share all of the code snippets you needed to do the installation on the Raspberry Pi B as well. Post Readers: if you have an older Raspberry Pi and RTL-SDR sitting on a shelf, use Dan’s guidance to turn them into an ADS-B feeder!

Click here to read my ADS-B feeder tutorial based on the Raspberry Pi 3.

Spread the radio love

Raspberry Pi WiFi Radio with touch screen

For those of us who like to tinker with the Raspberry Pi, this looks like a fun weekend project.

It’s multi-step, but I believe this project could be completed by almost anyone–you wouldn’t have to be a Raspberry Pi or Python guru (code snippets can be downloaded, for example).

Here’s a short video demonstration of the finished Raspberry Pi Touchscreen WiFi Radio:

Click here to view on YouTube.

The whole project is documented on the superb AdaFruit website. 

Spread the radio love

Build a Raspberry Pi-powered SDR

Many thanks to SWLing Post contributor, Jeremy Clark (VE3PKC), who writes:

I have developed an SDR receiver that may be of interest to your readers. It can be used directly with the Raspberry Pi2B/3B. It comes in several versions DIP/SMD.

Check out this MP4 movie:

I have two eBooks which are basically design manuals for the DIP and SMD version of my SDR receiver. Each eBook has an Internet linked parts list, so that the reader can get their own parts to keep costs down. The DIP eBook is $7.90 CAD and the SMD book is $14.90 CAD.

Click here to view Jeremy’s website.

Thank you, Jeremy–this looks like a fascinating construction project!

Readers: just to be clear, Jeremy is selling eBooks detailing construction–not kits. He did mention if you’re interested in obtaining the PCB, he can sell this as well.

Spread the radio love

Guest Post: Richard builds a WiFi radio with the Raspberry Pi

Many thanks to SWLing Post contributor, Richard Schreiber (KE7KRF), who shares the following guest post:


Yet Another Internet Radio!

by Richard Schreiber (KE7KRF)

After deciding that an internet radio could be an important source of entertainment in our household, we formulated a few general guidelines:

  • We opted not to use an aggregator but would pick and choose stations we enjoyed and discover the URL’s ourselves. Also would be satisfied with a couple of dozen stations. Based on a recent decision to pare down the number of TV channels we were paying for, having access to hundreds of stations seemed impractical and unnecessary.
  • The price had to be affordable, thus eliminating many stand-alone, commercially available internet radios.
  • We already owned a quality portable speaker (Bose SoundLink Mini) so the internet radio didn’t need to duplicate that component.
  • Didn’t want to tie up nor be tethered to a laptop, tablet, or netbook. We predicted that would eventually lead to less and less use of the radio.

After some research, coupled with the fact I already had some experience with Raspberry Pi computers, that small device appeared to be our best choice. I had recently purchased the newer 2 B model, which has plenty of computing power, and had installed Ubuntu Linaro as the OS. (As an aside, this OS has not to my knowledge been upgraded for the latest Raspberry Pi 3). There are several other operating systems that will work just as well including the official Raspbian OS available through the Raspberry Pi Foundation.

I installed the MPD music player daemon and its client MPC, which is used to add to and delete station URL’s from the playlist, control volume, etc. An important find was the iPhone app called MPod which provides remote wireless access to the features of MPC. At the moment it is a free app for the iPhone (in my case the iPod Touch).

For portability, my Raspberry Pi is being used “headless”, meaning it is not connected to a monitor, keyboard or mouse. If maintenance is required you can use PuTTY, a SSH and telnet client, wirelessly from a Windows (or MAC?) PC, using a command-line interface. Mainly this is needed to shut down the Raspberry Pi properly before turning off the power, but it boots completely on its own when powered up. The MPod app will then load the playlist of stations and let you start playing the radio without direct access to the Raspberry Pi.

The sound output of my Raspberry Pi is connected to the auxiliary port of our Bose SoundLink Mini Bluetooth speaker. But instead of trying to implement Bluetooth on the Raspberry Pi, I took the easy way out and use a direct connection. The sound reproduction from this setup is very good, though audiophiles might be somewhat more critical.

The above represents a minimal investment if you already have a good speaker on hand. It does require some on-line research and learning at least enough to install the OS and software. The good news is that there are many websites and forums providing step-by-step instructions and helpful hobbyists willing to explain some of the more cryptic aspects. A few of the websites that I found to be helpful:

http://www.instructables.com/id/Arduino-Raspberry-Pi-Internet

http://cagewebdev.com/raspberry-pi-playing-internet-radio

https://learn.adafruit.com/raspberry-pi-radio-player-with-touchscreen

A couple of these also explain how to add a display to your Raspberry Pi internet radio.

Our Raspberry Pi radio is on each evening and has been trouble free. It is worth mentioning that this is a very portable setup, and can even be powered by a battery pack (the kind used for recharging tablets and cell phones) for a few hours. Of course you need to be near a wifi hotspot.


Thank you, Richard! What a great way to use the inexpensive Raspberry Pi. I have a spare Pi2 and an amplified speaker here at the house. Though I don’t need another WiFi radio, it would be fun putting this little system together. 

Spread the radio love

A Raspberry Pi touchscreen case

462657_015107_01_front_zoom

Many thanks to SWLing Post reader, Ken (N2VIP), who writes:

I was at Microcenter.com the other day and saw a case for their 7″ touchscreen for the Raspberry Pi, it includes a ‘bump’ in the back of the case to hold a Radpberry Pi.

http://www.microcenter.com/product/462657/Raspberry_Pi_Touchscreen_Case_-_White

Very cool, Ken! Load this up with a Raspberry PI, touchscreen and attach a Pi-compatible SDR (like the SDRplay RSP), and you could have a neat portable SDR kit.

I’m curious if the RSP Pi app would work well with a touchscreen. Has anyone tried?

Spread the radio love

Let’s talk Raspberry Pi 3 radio projects…

RaspberryPi3-Box

I just received the recently released Raspberry Pi 3 that I ordered from MCM a couple weeks ago.

RaspberryPi3

Now I’m plotting a few potential radio projects!

Recommendations anyone?

I’d love some input from SWLing Post readers as I’d like to feature a few Raspberry Pi projects here (and I’d certainly welcome your guest posts!).

RTL-SDR

I’d love to run my RTL-SDR or (better yet)  SDRplay RSP with the Pi 3, but I’m sure there are a number of other projects I’ve never considered. I also have the original Raspberry Pi, but what I love about the Pi 3 is built-in wireless connectivity–of course, it’s faster than the original Pi, so I’m sure that’ll help with many radio applications.

Please comment with your suggestions and Raspberry Pi experience! I’m all ears!

Spread the radio love