The Raspberry Pi Pico is a $4 microcontroller board. Recently radio amateur Luigi Cruz discovered that the ADC on the Pico could be used as a simple direct sampling software defined radio, with a bandwidth of 250 kHz. The idea is that the ADC data is made available to a PC connected to it's USB port via emulated TCP/IP protocol. On the PC side, GNU Radio is then used to process the received ADC data, turning it into an SDR.

Applications of a direct sampling SDR with only 250 kHz are limited, as it's only possible to receive up to the LF band, and there are not many signals that low in frequency. However, it is an interesting project that can be used to demonstrate a simple SDR. If you're interested in trying it out, the code is available over on GitHub.

PiccoloSDR Project - Using the Raspberry Pi Pico RP2040 as an SDR - First Test with GNU Radio.

A whopping 500 ksps of pure Direct Sampling at 8-bits. Yes, you heard it right! Get your samples right away using TCP/IP over the Full Speed USB at up to 12 Mbps. Welcome to 2005!

I made a YouTube video demonstrating it working with GNU Radio. https://t.co/1wsx4GgcC3 pic.twitter.com/yom2XTO9IB

— Luigi Cruz (@luigifcruz) March 11, 2021

[Also seen on Hackaday]