Error: RuntimeError:
Please update the firmware and FPGA images for your device.
See the application notes for USRP2/N-Series for instructions.
Expected FPGA compatibility number 7, but got 6:
The FPGA build is not compatible with the host code build.
I think that I use latest version.
BUT, I could use “share/uhd/examples/tx_waveforms”
When I try “tx_waveforms”, usrp2_fft.py on USRP2 receive signals.
I can see the signal on screen.
Why I could not use “tx_samples_from_file”??
case 3:
I think that “tx_samples_from_file” is transmit an unmodulated signal.
I want to transmit an modulated ( by gmsk, dqpsk, dbpsk) signal.
I want to use programs on USRP N210 + WBX,
that is similar to gnuradio/examples/digital/benchmark_tx/rx.py.
BUT, I could use “share/uhd/examples/tx_waveforms”
You have multiple versions of libuhd. You should pick 1.
I think that “tx_samples_from_file” is transmit an unmodulated signal.
The file represents baseband samples.
I want to transmit an modulated ( by gmsk, dqpsk, dbpsk) signal.
Cool.
I want to use programs on USRP N210 + WBX,
that is similar to gnuradio/examples/digital/benchmark_tx/rx.py.
Does anyone have sample program??
There have been some uhd ports of benchmark example apps on the list.
Tom has the new official ones here, but i think you need to install his
gr-digital branch to use: