Ray Fernandez Posted January 4, 2021 Report Share Posted January 4, 2021 Hello, I have been trying to get this to work, but I have come up short. I am able to control the original API, but I just can't get this last thing to work. I am turning to the community in hopes of getting some help. thanks, Ray Quote Link to comment
ShaunR Posted January 5, 2021 Report Share Posted January 5, 2021 2 hours ago, Ray Fernandez said: Hello, I have been trying to get this to work, but I have come up short. I am able to control the original API, but I just can't get this last thing to work. I am turning to the community in hopes of getting some help. thanks, Ray The DLL I used didn't have this feature exposed and I only got as far as identifying the board info before I lost access to the HackRF that I was using. However. From the hackrf library, it seems you call hackrf_init_sweep then hackrf_start_rx_sweep. I guess the problem you are having is that the results are returned in a callback which we cannot do in LabVIEW. So. There are two options. Implement your own sweep function in LabVIEW or write a dll wrapper in <insert favourite language here> that can create a callback and return the data in a form that LabVIEW can deal with. I have a project in another language that unifies hackRF and the dongle SDR's into a standard interface so it creates the callback for the HackRF but I haven't revisited it for a few years and it's status at the time was that it covered similar functionality between the devices-so no sweep function. Quote Link to comment
Ray Fernandez Posted January 6, 2021 Author Report Share Posted January 6, 2021 Hopefully someone has a solution, or is willing to work with me to get a solution. I have a HackRF to loan out if someone is interested to make this happen. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.