RadioBerry V2.0 - Ham radio cape for Raspberry PI
 
 
 
 
 
 
Go to file
pa3gsb 517ae1811e fpga loader utility for pi5 2024-04-18 11:11:40 +02:00
SBC fpga loader utility for pi5 2024-04-18 11:11:40 +02:00
docs rpi setup image 2020-12-21 10:23:57 +01:00
hardware rb-hat 2023-12-30 08:20:40 +01:00
juice temperature and current for rb without preamp corrected 2022-03-12 16:22:54 +01:00
pihpsdr@7ad62180e8 Incorporate pihpsdr and wdsp as submodules 2023-11-06 08:37:32 +02:00
wdsp@49084f50c5 Incorporate pihpsdr and wdsp as submodules 2023-11-06 08:37:32 +02:00
.gitignore Improve firmware makefile 2023-11-23 08:21:41 +02:00
.gitmodules Incorporate pihpsdr and wdsp as submodules 2023-11-06 08:37:32 +02:00
Makefile Add master Makefile 2023-11-23 08:21:41 +02:00
README.md Add master Makefile 2023-11-23 08:21:41 +02:00

README.md

RadioBerry V2.0 - Ham radio cape for Raspberry PI

Main purpose of the project:

  • Building a HAM Radio
  • Learning (from noob to guru)

WIKI FOR MORE DETAILS: https://github.com/pa3gsb/Radioberry-2.x/wiki

Radioberry:

  • Raspberry PI

  • Radio extension board (cape)

    • using AD9866 (12 bit) for RX and TX modes.

    Radioberry-2.x Radioberry-2.x Radioberry-2.x Radioberry-2.x Radioberry-2.x Radioberry-2.x

Building

Install dependencies

sudo apt-get update
sudo apt-get install git libpulse-dev libgtk-3-dev libasound2-dev libcurl4-openssl-dev \
	libusb-1.0-0-dev raspberrypi-kernel-headers device-tree-compiler pigpio

Obtain the source codes

cd /tmp
git clone --depth=1 https://github.com/pa3gsb/Radioberry-2.x.git
cd Radioberry-2.x
git submodule update --init --recursive --depth=1

Build the software

make -j$(nproc)

Installation

sudo make install FPGATYPE=CL016