Search results
Query: Raspberry Pico
Links: 4 | Categories: 0
-
This project enhances Arjan te Marvelde's uSDR-pico by integrating a waterfall display feature. By adding an ILI9341 240x320 2.4" TFT display and modifying the software, the goal is to provide a panadapter to the existing transceiver. Initially developed with Visual Studio, the code was later migrated to Arduino IDE for Raspberry Pi Pico compatibility. The focus remains on preserving the original software, primarily enhancing the dsp.c file for waterfall implementation.
-
This project revisits a minimalist software-defined radio (SDR) receiver built using a Raspberry Pi Pico, now optimized for simplicity and affordability. Designed for breadboard assembly with through-hole components, the receiver covers 0–30MHz, supporting CW, SSB, AM, and FM modes with an OLED display and spectrum scope. Key improvements include enhanced frequency accuracy, reduced op-amp saturation, and lower-cost components. Powered by three AAA batteries, it delivers standalone operation for global signal reception. Ideal for hobbyists, the design fosters experimentation and is documented with firmware and schematics available online.
-
**APRS TX I-Gate with APRX and the Universal Radio Controller** This project explores the creation of an APRS TX I-Gate to improve message delivery in amateur radio communications. Initial experiments involved configuring a picoAPRS v4 and later a G1LRO Universal Radio Controller (URC) with a Quansheng UV-K5 as digipeaters. While both setups successfully retransmitted signals, they failed to receive incoming APRS messages. To address this, a Raspberry Pi Zero running Debian and APRX-2.9 was repurposed to provide network connectivity, transforming the URC into an effective TX I-Gate for seamless APRS message handling.
-
Version 0.7 of Open Tuner, released on April 27, 2023, marked a significant milestone by introducing proof-of-concept dual tuner functionality for the BATC Minitiouner. This C# client, inspired by Heather Lomond's _Longmynd_ project, aims to leverage both tuners and demodulators within the NIM module, a capability crucial for advanced Digital Amateur Television (DATV) operations on QO-100 and terrestrial links. My own experience with DATV often involves juggling multiple receive paths, so a unified client like this simplifies the workflow considerably. Further enhancing its utility, version 0.9 (February 11, 2024) integrated support for the Raspberry Pico, utilizing Colin (G4EML)'s _PicoTuner_ firmware. This offers a more accessible and cost-effective alternative to the traditional FTDI module, streamlining dual tuner setups with a single USB cable. The project's evolution reflects a practical approach to overcoming hardware availability challenges. The software is developed using Visual Studio 2019/2022 and .NET Framework 4.7.2, requiring specific Nuget packages like VLC/Websocket and an ffmpeg folder for full operation. It's an active, community-driven effort, with the source code openly available on GitHub for contributions and bug reporting, embodying the collaborative spirit of amateur radio development.