Showing posts with label RTL-SDR Raspberry Pi. Show all posts
Showing posts with label RTL-SDR Raspberry Pi. Show all posts

WebSDR node based on a Raspberry PI

The idea behind a WebSDR is to run your RTL-SDR QO-100 receiver on a remote Raspberry Pi (perhaps mounted close to the antenna on your roof etc). The Pi runs custom WebSDR software that has been created from scratch by [Radio Electronics] specifically for monitoring Es'Hail-2. Then you can access your QO-100 receiver from any device on your network that has a web browser (computer/phone/tablet etc).

http://websdr.org/
WebSDR node based on a Raspberry PI

Raspberry Pi Ham Radio Packages

Most Popular
Raspberry Pi Ham Radio Packages
Collection of Amateur radio packages for the Raspberry Pi devices
Raspberry Pi SDR Receiver
Get started with SDR using a Raspberry Pi and inexpensive RTL-SDR tuner.
FM broadcast transmitter Raspberry Pi
This simple hack turns your Raspberry Pi into a powerful FM transmitter
SDR Server with Raspberry Pi
Setting up a Raspberry Pi as a SDR Server with RTL-2832U USB dongle
Raspberry Pi as RTL2832 Remote Server
Setting up a Raspberry Pi as Remote Server for RTL2832u SDR

DSD for Raspberry Pi

I decided to share my successes/failures so far in compiling DSD on the Raspbian Wheezy distribution for the Raspberry Pi.

Shrink/Expand Raspberry Pi Filesystem Images

Shrink/Expand Raspberry Pi Filesystem Images

This post documents a few tricks I found useful when making SD card images for Raspberry Pi projects, to minimize file size and download times while making full use of the SD card space. These instructions work for Raspbian Stretch images; not sure about older or newer versions.

The first time a Raspbian system boots, it runs a program to expand the filesystem to use the full size of the SD card. So, when you are using a Raspberry Pi system you automatically get the benefit of the full (e.g., 8GB) SD card size. The problem is that when you copy the card image you copy the whole 8GB, even if only 2GB is in use. That takes up a lot of unneeded space, and lengthens download times.

So, the first task is to reduce the size of the image to a minimum.

Build CubicSDR under Debien Jessie on the Raspberry Pi3

Ham Radio - SDRPlay running with CubicSDR on a raspberry Pi 3

It's slow, but it works!    Follow my build instructions on my sdrplay on linux video linked below.   You also have to make a change in raspian to get pulse audio working.   That's detailed in the blog entry as well as in this video.


UPDATE | UPGRADE

UPDATE | UPGRADE

sudo apt-get install raspberrypi-bootloader
sudo rpi-update
sudo apt-get update
sudo apt-get upgrade

Raspberry Pi and Wireshark

Raspberry Pi and Wireshark
Building a network capture probe with Raspberry Pi

The great news is you can do it easily by installing tshark on your system and running a simple script from one of our developers, Tom. The even better news is that you can lower the memory footprint of doing the capture with tshark by using Wireshark’s included packet capture process, dumpcap. In an embedded environment like a Raspberry Pi, this allows you to bypass tshark’s processing and send the resulting capture directly to CloudShark.


Raspberry Pi – Install TShark sniffing tool

Prepare Rasbian and install tshark:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install tshark

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install tshark
Show information and help about tshark:

tshark -h
tshark -h
This will show you this information: