Paulo Dutra - PU4THZ
Paulo Dutra - PU4THZ
Version 0.4.9 is 95% done...
Take a look at milestone 0.4.9 :) maybe you can help
https://github.com/krpc/krpc/milestone/37
It's already being done i think... Check the 0.4.9 milestone
https://github.com/krpc/krpc/milestone/37
Nice! Maybe try Triplanar Projection ? Its like projecting the maps as one cube to the vessel itself...
I've had some good results using a simple control loop like: ```cpp T agc_work(T input, float agc_target = 1.0f, float agc_gain = 1e-4f , float agc_max = 655635.0f) { T...
After the last PR it should work for CW tone...
[FEATURE] My try at implementing the encryption mute feature for m17... It build on windows... should pass on the CI too (except ARM?)👍 https://github.com/Paulo-D2000/SDRPlusPlus/commit/b4a6a3febb8f77aeebc55e3939d3ae38e6b683d9
Additional notes: After adding ```cariboulite_radio_set_modem_state(radio, cariboulite_radio_state_cmd_tx);``` after line 118 the TX led blinks when you start the transmission but turns off immediately, the modem state also gets set to TX...