Aldo Vargas
Aldo Vargas
I'm facing the same issue, in my case I stop seeing the openstreet satellite tiles... I think it has to do with the maxZoom in the satellite (https://github.com/pR0Ps/grafana-trackmap-panel/blob/master/src/trackmap_ctrl.js line 65),...
Did you activated serialRX on the GUI of the flight controller?
Also, I will recommend to use the `sendCMD` function, not the send and receive...
regarding serialRX... thats an specific section of the flight controller firmware, not from the companion computer. What firmware are you running on the flight controller? baseflight or betaflight? if the...
is great that you're getting data! ok... for the commands... did you enable `SERIALRX`? also, back when I was doing this, only one control was permitted... so, do you have...
Hi, I haven't done any work for this library for a while... if I get some free time then I could potentially do it...
can you try with python3 instead?
Thats an old message for 8bit flight controllers, is not even needed for those controllers actually, I crafted that message in order to receive a bigger message that I needed....
Did you manage to make it work properly with cleanflight??
The best solution to make it work, is to use Baseflight. I designed the library using baseflight (it was the only one back then...) and then cleanflight was created and...