RadioBerry V2.0 - Ham radio cape for Raspberry PI
 
 
 
 
 
 
Go to file
Eugene Hutorny 5e85ad0f79 Add master Makefile 2023-11-23 08:21:41 +02:00
SBC Fix compilation warnings 2023-11-06 08:02:39 +02:00
docs
hardware
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 Add master 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