IgnasJ
IgnasJ
Well as it says, channels A and B uses the same PLL clock so different frequencies can only be achieved by shifting digitally (using NCO). Digital shift is limited by...
Yes, channels A and B are mainly meant to be used for MIMO. The actual RF frequency will always be the same for both channels and the only possibility to...
I was pretty sure that LMS_StopStream() works correctly, however I have checked it anyway. And it correctly stops Tx thread, so no data is being send to the board after...
I think the latest LimeSDR FPGA gateware has an ability to toggle GPIO pin based on TX activity: https://github.com/myriadrf/LimeSDR-USB_GW/commit/81652db61f9f0cd44579137645482c173dad3e1f Currently, there is no dedicated API for changing GPIO pin functions....
GPIO_0 (J19 header pin 1) function can be changed by 0x00C0[0] bit in FPGA registers. In short, writing 0xFFFE to FPGA register 0x00C0 enables Tx activity indication on GPIO_0. I...
Passing NULL as metadata gives the same result as passing metadata with: .timestamp=0; .waitForTimestamp=false; .flushPartialPacket=false; As I said in the previous issue, timestamp synchronization is controlled by waitForTimestamp flag. Timestamp...
Could you provide a more detailed explanation of your problem? What board are you using (LimeSDR-Mini or LimeSDR-USB)? Are you using Tx only or both Tx and Rx? I have...
So the issue only appears on Raspberry Pi 3 and it works fine on PC with Intel i5 CPU? RPi 3 only has USB2, did you use also USB2 on...
It is not implemented in SoapyLMS7. I do not know about SoapySDR itself, maybe it has default implementation that just calls writeRegister() multiple times.
The error indicates that there is something wrong with USB communication. If your PC have multiple USB controllers (e.g. 3.0 and 3.1) you can try using different port. I remember...