Hi,
I am trying to setup a dual radio RX system with two active channels per radio.
Using the gr block, the trigger system seems not be configuring correctly, but if enabled fails with the following
File "/home/rec/bladerf-sampler/./bladerfsampler.py", line 220, in <module>
main()
File "/home/rec/bladerf-sampler/./bladerfsampler.py", line 197, in main
tb = top_block_cls()
File "/home/rec/bladerf-sampler/./bladerfsampler.py", line 53, in _init_
self.bladeRF_source_0_0 = bladeRF.source(
RuntimeError: setup_trigger: bladerf_trigger_init failed: Invalid operation or parameter (-3)
Hi, I am trying to setup a dual radio RX system with two active channels per radio. Using the gr block, the trigger system seems not be configuring correctly, but if enabled fails with the following
These are the configs used in the blocks
Could you please advise on a fix or a debug strategy?