cariboulite icon indicating copy to clipboard operation
cariboulite copied to clipboard

CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR

Results 98 cariboulite issues
Sort by recently updated
recently updated
newest added

Following the recommendation here: https://github.com/cariboulabs/cariboulite/issues/43#issuecomment-1432511102 SDR++ works but the spectrum is not displayed correctly. The spectrum is mirrored. The issue is the same with GQRX, GNU Radio and SigDigger, CubicSDR...

Hello, I got issues and many other users also to make it work, I know it is still in dev phase so my idea is that maybe you will provide...

Today i did some rework, and installed as suggested the PIsdr image and did a full update and upgrade. Then i installed the modules sudo apt-get install soapysdr-module-all libsoapysdr-dev soapysdr-tools...

What is the recommended OS for a successful installation of CaribouLite? I'm using PiSDR Version 6.1 (64-bits) and today's install script (develop_R1) went through without error... How do I check...

clean install of raspberrypi OS 64 bit. install.sh does not compile cariboulite_app, fpgacomm, or caribou_programmer unless libsoapysdr-dev is present. without libsoapysdr-dev: `3. Main software... -- The C compiler identification is...

I can clone the github repository onto my Raspberry Pi 4B: mkdir ~/projects cd ~/projects git clone https://github.com/cariboulabs/cariboulite cd cariboulite Than I get an error message when trying to run...

Trying to compile on Raspberry Pi OS (64 bit) results in the following error `make[2]: ../../../../../utils/generate_bin_blob: No such file or directory make[2]: *** [CMakeFiles/smi_stream_dev.dir/build.make:88: smi_stream_dev] Error 127 make[1]: *** [CMakeFiles/Makefile2:95:...

As I'm doing a workaround for the missing setup.sh, the instructions seem to require building some stuff. From a Stock Raspbian 64 Full Install, I seem to be missing some...

I am trying to implement a script in Python which detects Wi-Fi signal. How to implement it? If I set ``` device_args = {"driver": "Cariboulite"} sdr = SoapySDR.Device(device_args) # Set...

I need advice as well as information on the kinda non-existing manual. Currently Im using python and im trying to transmit audio data to a receiver. Im using soapysdr, but...