Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulh002 committed Sep 14, 2021
1 parent 2bf5457 commit 57ee161
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
SoapyRadioberry driver, this repo is an effort to extend the SoapyRadioberry driver of Johan PA0GSB.
I use the pluto SDR driver as an example, goal is to use this driver in my sdrberry project and be able to have
both Adalm pluto and Radioberry connected to a raspberry pi to create a tranceiver.
Currently the supported radioberry gateware is included in this repository, to make sure the right supported version is used.
This is a customized version from the dev branch of Johan PA0GSB


This source code is still in development.
Expand All @@ -11,12 +13,13 @@ Compiled using VisualGDB

ToDo:
- Test transmittion with update of radioberry gateware
- Align with latest radioberry gateware version

Done:
- Bug fix for dev version of Radioberry
- added multiple samplerates
- Transmitter part

- Support for CF32 and CS16

Installation of libraries is necessary:
- SoapySDR
Expand All @@ -33,9 +36,15 @@ cmake ..
make -j4
sudo make install
```
To install correct radioberry drivers for this SoapySDR library:
cd <sub folder>
cd radioberry
./install.sh

## Dependencies

Need the radioberry device driver.
Need the correct radioberry device driver.



https://www.youtube.com/watch?v=ds-n-7sHXl8&t=2s
6 changes: 6 additions & 0 deletions radioberry/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sudo modprobe -r radioberry
sudo cp ./radioberry.ko /lib/modules/$(uname -r)/kernel/drivers/sdr/.
sudo cp ./radioberry.rbf /lib/firmware/.
sudo modprobe radioberry
sudo chmod 666 /dev/radioberry

Binary file added radioberry/radioberry
Binary file not shown.
Binary file added radioberry/radioberry.ko
Binary file not shown.
Binary file added radioberry/radioberry.rbf
Binary file not shown.

0 comments on commit 57ee161

Please sign in to comment.