LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SDR

Hello everyone,

I am new to working with SDR device. I'm using SDRplay RSP2pro. I am wondering if I can communicate with this device by Labview and if so how can I do that? 

Thanks

Sam

0 Kudos
Message 1 of 6
(3,260 Views)

Hi Sam,

 

according to its datasheet you get

  • Documented API for new apps development
  • World-class support via www.sdrplay.com
So did you read this API documentation and did you ask that world-class support?
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(3,242 Views)

You need to install the drivers, and (according to their site) you get an API. This would be a .dll. This could be a .com, .net or regular dll. This would be described in the documentation. Then you need to make a wrapper around that dll, using activex nodes, .net nodes or call library nodes.

0 Kudos
Message 3 of 6
(3,232 Views)

Hi GerdW,

Thanks for your reply I am checking that.

0 Kudos
Message 4 of 6
(3,199 Views)

Thanks for your reply it was a good point for start. 

0 Kudos
Message 5 of 6
(3,197 Views)

Another user did something like that for the RTL-SDR receiver: https://forums.ni.com/t5/Example-Program-Drafts/Using-RTL-SDR-with-Labview-Chapter-1-Labview-on-Wind...

Probably you can derive some good ideas from his example.

0 Kudos
Message 6 of 6
(2,845 Views)