Hi all
got caribou working. The sollution to the general problem was already published in
https://github.com/cariboulabs/cariboulite/issues/94, here a fork from konimaru was used. Meanwhile some bugs were remedied by cariboulabs as the 'issues' reports in cariboulabs/caribou github pages say. A correct cloning is also described in the directory cariboulite/README.md a f t e r cloning from
https://github.com/cariboulabs/cariboulite page. The README file, which shows up when calling this page is faulty.
Took the following course of actions:
Set up the testrig:
Raspi3B/7"rpi display/Dragon OS 31 for the CaribouLite
Raspi4/display/Dragon OS 31 to control CaribouLite for reception using sdr++
Laptop running VNC viewer to reduce the number of keyboards and mice on the bench
all connected via LAN
next without caribou mounted on the Raspi3 changed the config.txt file as follows:
#dtparam=spi=on (outcommented)
#dtparam=i2c_arm=on (outcommented)
dtparam=i2c_vc=on (added)
dtoverlay=spi1-3cs (added)
Save mods to config.txt
sudo reboot
next made the directory /projects and started git clone
git clone
https://github.com/cariboulabs/cariboulite.git (=now extended with .git)
next ./install.sh
The installation went went smoothly and at the end it said something like "all ok", no warnings etc.
next sudo shutdown
After that had finished and power was disconnected, plugged in caribou on the Raspi3 and powered Raspi3 again.
next sudo SoapySDRUtil --find -->It found the caribou HiF and S1G channels
next sudo sdrpp --server -->It run (with some Alsa-errors in between) but finished reporting 'listening on 0.0.0.0 5259'
next starting sdr++ on Raspi4, selecting 'sdr++ server' in the field SOURCE, inputting Raspi3's IP and 5259, pushed'Connect'. Now in the field 'Source [REMOTE]' SoapySDR and CariboiLite showed up. Hit 'Play' and the SA window becomes active. Choose a station to listen to.
next Checked the repeatability of starting Raspi3 with caribou: in SDR++ hit 'Disconnect' which caused the Soapy Server to stop, then run
sudo shutdown
next Starting Raspi3 and after sudoing SoapySDRUtil --find and sdrpp --server --> all was working again.
Finally my advice to cariboulabs:please keep your documentation duly updated to avoid ideling.
dc1op Hubertus