Receiving infrared on the Raspberry Pi with Python

In this article, I’ll show you how to connect an infrared receiver to your Raspberry Pi and use the evdev interface to read and interpret the signals sent by most common household remote controls using Python. Infrared provides … Read More

Receiving infrared on the Raspberry Pi with Python

In this article, I’ll show you how to connect an infrared receiver to your Raspberry Pi and use the evdev interface to read and interpret the signals sent by most common household remote controls using Python. Infrared provides … Read More

Building a simple ground station for radiosonde tracking

Only a few weeks ago, I was introduced to the world of radiosondes through an amazingly informative video from Andreas Spiess. By lunchtime the next day, I had one in my hands. These devices pack so many things … Read More

Building a simple ground station for radiosonde tracking

Only a few weeks ago, I was introduced to the world of radiosondes through an amazingly informative video from Andreas Spiess. By lunchtime the next day, I had one in my hands. These devices pack so many things … Read More

How to select RTL-SDR device indexes as a command line parameter

If you have multiple RTL-SDRs in attached to system for monitoring various services, you’ll know that in most cases, you need to specify a device index to make sure you’ve got the correct device selected. In my case, … Read More

How to select RTL-SDR device indexes as a command line parameter

If you have multiple RTL-SDRs in attached to system for monitoring various services, you’ll know that in most cases, you need to specify a device index to make sure you’ve got the correct device selected. In my case, … Read More