Page 1 of 1

how to use 2 tx channels in osmocom sink block

Posted: Wed Aug 09, 2023 11:11 pm
by mitesh
I am trying to send audio signal at 2 different channels(96 MHz and 99 MHz) using bladerf but not able to transmit at two different channels at same time.

Anyone knows how to use two TX channels? please in details

thanks

Re: how to use 2 tx channels in osmocom sink block

Posted: Wed Aug 16, 2023 4:26 am
by robert.ghilduta
The sink block string argument "bladerf=0,nchan=2" needs to be added and the number of channels needs to be configured to 2. Please consider using gr-bladeRF since it natively supports MIMO in GNUradio.

Re: how to use 2 tx channels in osmocom sink block

Posted: Wed Aug 16, 2023 11:29 pm
by mitesh
Thanks for reply, and one more question i want to ask if i want to receive exact values of frequencies using bladeRF (e.g., 96.05 MHz, 99.7 MHz) so is it possible using python? cause i want to detect frequency at which audio signals are available.

Re: how to use 2 tx channels in osmocom sink block

Posted: Wed Aug 16, 2023 11:30 pm
by robert.ghilduta
It is possible to use python, please take a look at the Python txrx.py example script at https://github.com/Nuand/bladeRF/blob/m ... rx/txrx.py