pascallanger
pascallanger
This is not a bug but per design and inline with the documentation: https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/blob/master/Protocols_Details.md#devo---7 I'm using frsky d8 protocol to send the devo telemetry data back to the radio. The...
Yes this is the code sending the temperature data back to the radio. It only looks for 2 working temp sensors and ignore the others. You can't just change the...
You could use Acc-x (0x24) and Acc-y (0x25) to store the additional temp values as an example: ``` case 0x31: // Temperature packet //memcpy(&packet[1],"\x29\x2A\x2B\x00\x00\x00\x00\x00\x00\x00\x00\x00",12); // 21°, 22°, 23° for(uint8_t i=0;...
You'll see 2 temp sensors as of today and the temperature of the 2 other sensors will be displayed in acc-x and acc-y. How to compile is well explained on...
Unless someone sends me one of the troublesome RX, there is nothing I can do.
No he hasn't sent me anything...
I need either one to be sent to me in France or donate some money so I can place a purchase of the known not working RX but in this...
From what I can see in the release build log, there should be enough space (highest is 98%) to not disable any protocols for this PR. Can you reenable the...
You were right, just above the limit from a few hundred bytes... I've never looked at the Cflie protocol since someone else did the port as you did here with...
I've looked at the captures. I'm not sure about what you call "bind" since for me the bind happens in the file RX_DronePowerUp. As soon as the TX receives the...