greatscottgadgets / hackrf

low cost software radio platform
https://greatscottgadgets.com/hackrf/
GNU General Public License v2.0
6.24k stars 1.48k forks source link

Example of transmit pulses with C++ SoapySDR / SoapyHackRF #1436

Closed smileyrekiere closed 3 months ago

smileyrekiere commented 3 months ago

What would you like to know?

Have used osmoSDR sink to transmit vectors in python . Would like to use C++SoapySDR/SoapyHackRF to transmit a pulses/vectors in C++ would like an example.

I realize the stream types are important as compared to using osmoSDR and hackrf transfer https://github.com/greatscottgadgets/hackrf/issues/1399

Update did find a C++ receive example , (verified it works).
https://github.com/pothosware/SoapySDR/wiki/Cpp_API_Example

Trying to figure out tx

This is proving to be helpful https://github.com/charlie-foxtrot/RTLSDR-Airband/wiki/Configuring-SoapySDR-devices