Radioberry-2.x/README.md

43 wiersze
1.1 KiB
Markdown
Czysty Zwykły widok Historia

2018-02-14 19:37:47 +00:00
RadioBerry V2.0 - Ham radio cape for Raspberry PI
==============================================
## Main purpose of the project:
- Building a HAM Radio
- Learning (from noob to guru)
2019-05-14 16:24:50 +00:00
WIKI FOR MORE DETAILS: https://github.com/pa3gsb/Radioberry-2.x/wiki
2018-02-14 19:37:47 +00:00
## Radioberry:
2019-12-29 11:39:44 +00:00
- Raspberry PI
2018-02-14 19:37:47 +00:00
- Radio extension board (cape)
- using AD9866 (12 bit) for RX and TX modes.
2018-02-14 19:44:04 +00:00
![Radioberry-2.x](docs/gallery/front.JPG)
2019-02-22 09:26:49 +00:00
![Radioberry-2.x](docs/gallery/radioberry-in-case-small.jpg)
2018-02-14 19:44:04 +00:00
![Radioberry-2.x](docs/gallery/back.JPG)
![Radioberry-2.x](docs/gallery/rb+rpi-front.JPG)
![Radioberry-2.x](docs/gallery/rb+rpi-side.JPG)
2019-02-22 09:25:04 +00:00
![Radioberry-2.x](docs/gallery/radioberry-open-incase-small.jpg)
2018-02-14 19:37:47 +00:00
2023-11-05 10:59:40 +00:00
## 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