Edouard Griffiths

Results 219 comments of Edouard Griffiths

> In modems/CMakeLists.txt the project name is modems not m17 Well spotted...

Yes there are two issues with the M17 library re-implementation in SDRangel: - Some c++17 and c++20 constructs leaked through. In GCC 9 one needs to use a special flag...

Nothing fixes errors in MSVC that does not seem to understand anything about templates in C++ so I am giving up on this.

Hello, Firstly, thanks for the proposal. A general description of the architecture is available in the Wiki: https://github.com/f4exb/sdrangel/wiki/Developers-notes The Tx part you are interested in is being extensively refactored. Not...

For some time now RPiTx is implemented as a library: https://github.com/F5OEO/librpitx One of the difficulties is to identify that the building host is a Raspberry Pi to attempt building the...

The better solution is probably this: https://github.com/hiperiondev/hpsdr-rpitx thus the Metis plugin is used as if the RPi was a Hermes Lite HPSDR. There is also a simulator here: https://github.com/hiperiondev/hpsdrsim

The current state of the HPSDR support is here: https://github.com/hiperiondev/hpsdr-protocol1-rpitx

There is good progress on HPSDR support with the link slightly changed: https://github.com/hiperiondev/hpsdr-p1-rpitx This page of the Wiki explains how to integrate it with SDRangel: https://github.com/hiperiondev/hpsdr-p1-rpitx/wiki/Sdrangel-software and apparently this works...

Installed on a RPi4 but I still have trouble to make it stable. Transmission stops after a while although the flow of samples is not affected and no debug messages...

Same thing on RPi3 and RaspiOS but it does not crash the machine.