-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking AFF3CT with SDRs #7
Comments
Hi, Have you tried to build your own module like this example?
Another point that you are raising seems to come from the following binding
In this case, if you want to force the execution of the task SDR_module["SDR_Rx"] = SDR_module["SDR_Tx::status"] where Regards, |
Thanks! I will try this with the example you sent. About the Tx-Rx binding, I am less concerned. My SDR_Rx captures the data and passes along only the data that is relevant, I do this because the detected signal has a lot of irrelevant bits before the clock gets locked properly. So my Tx and Rx are asynchronous while I'm working in a real word scenario. I use two different processes to run Rx and Tx, or sometimes two different systems which is even better. Evgeny |
Hi again,
I manage to work fluently with your code (the python wrapped version) and in parallel I have a working physical communication channel configured using LimeSDR Tx and Rx. But I have no idea how to link those two together :(
Here is an example to the workflow I am interested to achieve, while using your encode & decode functions:
Can you maybe tell me how this can be done?
Thank you
The text was updated successfully, but these errors were encountered: