Open ghost opened 8 years ago
Thanks for your interest in this project.
Unfortunately, I don't have an SD card image that would work with MiniTRX.
This project is a little bit abandoned at the moment. Since I discovered how to communicate with GNU Radio and HPSDR compatible software, I concentrated more on other two Red Pitaya SDR transceiver projects.
However, it's a good moment to revive it.
It would be interesting to combine the RX and TX channels from the embedded SDR transceiver. Since they include FIR filters for fractional sample rate conversion, the sample rate conversion library is not needed anymore in server.cpp.
It would be also interesting to include the real-time spectrum analyzer from the Koheron project.
I'd also rewrite the client code in Python using the following project as a starting point: https://github.com/xmikos/qspectrumanalyzer
I had just to add "widgets" to "QT +=" and remove "-static" form "QMAKE_LFLAGS +="
Is the "QT Server" and "sdr transceiver fft" for the Red Pitaya already available on an SD Card image?