simultaneous transmitting and receiving with python api

Discussions related to embedded firmware, driver, and user mode application software development
Post Reply
mhoncuer
Posts: 1
Joined: Tue Aug 08, 2023 6:22 am

simultaneous transmitting and receiving with python api

Post by mhoncuer »

Hi, I am currently working on a project that require simultaneous transmitting and receiving, and I am using BladeRF for my project. However, I have encountered an issue and would appreciate your help.

I want to transmit and receive data simultaneously, but I discovered that the BladeRF Python API does not support handling two streams at once. What I want to do is send a signal to the BladeRF once and then have it repeatedly transmit that signal internally without needing a continuous transmit stream from the pc, so I can receive data from the ADC stream. Since bladerf has a fpga inside I think it should be possible in theory, but I don't want to customize the hdl part. Is there a shortcut maybe ?
Post Reply