5G-MAG / rt-mbms-modem

MBMS - Modem
https://www.5g-mag.com/5gbroadcast
GNU Affero General Public License v3.0
13 stars 12 forks source link

Using BladeRF with Soapy instructions for BladeRF missing #19

Closed Bottesch closed 2 years ago

Bottesch commented 2 years ago

Step 2.1 of https://github.com/5G-MAG/rt-mbms-modem#readme

if using Blade RF as SDR: after installing rt-mbms-modem using the instructions below you must modify a rt-mbms configuration parameter in /etc/5gmag-rt.conf from:

device_args = "driver=lime";
antenna = "LNAW";

to device_args = "driver=bladerf"; antenna = "RX";

dsilhavy commented 2 years ago

Thank you, added this to the documentation