We can’t really provide support on old Fairwaves XTRX boards running the now long unmaintained gateware and old driver stack, which we have no experience with. When I replied earlier I assumed you were using a current LimeSDR XTRX board, which of course would be supported by Lime Suite NG.
Sorry for my bad sir, now I found limeSDR XTRX board. I started follow the step by soldering a 0 Ohm resistor then install LimeSuiteNG from this link :GitHub - myriadrf/LimeSuiteNG
then I use command “limeDevice --full” here is results
The question is how do I update the software? Everything is correct what I did?
Yes, everything seem correct, the board is discovered, and usable (as the warning states, the xtrx gateware version that you currently have 1.11, might not be able to stream samples data, if your operating system requires 64bit DMA addressing).
You should update the XTRX’s gateware, here’s the instructions XTRX not found - #18 by tszn , after that the warning about DMA addressing will disappear.
I have question how do I test receiver for 2 ports?
There is 2 ports of receivers RxA and RxB , I would like to test it, to check that working, do you have any an idea?
here I using gnuradio, but not sure that doing in right way to testing the Rx or not however I got error here
please guide me how to test it.
I’m not sure that device id is “serial=000000008f6ac895” or “Serial number: 2406140053”
If you have only one LimeSDR connected, you don’t need to specify serial number, then it will take the first available LimeSDR device.
The traceback suggests, that there is mismatch between python and c++ API’s, could be caused by installation of legacy gr-limesdr plugin. Reinstalling LimeSuiteNG should overwrite those files and fix it.
- Does it 2 ports of receiver right?
- Is it able to control different frequencies for the receiver?
So, it mean that there are operate independent of each other, am i right?And how I can test the receiver at the same time?
I don’t want to generate the signal like this when I run my project I want to measure the signal from walkie talkie, signal gen, or some signal source, not just generate in program, do you know how to do it sir?