You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I recently raised a feature request in the iNav community (iNavFlight/inav#3626). The target here is to capture telemetry data (S.PORT protocol) from the RX of plane 1 (XSR for example) and parse it to the iNav flight controller of plane 2 (serial data-stream) and vice versa.
This would allow iNav to calculate the position of another aircraft and guide you using OSD arrow.
One easy option would be to add some 433Mhz telemetry radios (https://goo.gl/BzbToL), most likely known from Ardupilot project. But this would add another transmitting and maybe interfering component to the aircraft. My question is, do you see an option to capture S.Port GPS telemtry data from an XSR using your custom firmware?
As far as my understanding goes, binding a RX to TX is being done sending a custom ID from TX to RX. RX saves ID and only reacts on this if data is being sent. How about the other way round, when a RX is sending telemetry data? Is there a way to catch this data and parse it on a serial port ?
Many thanks for your thoughts and assistance :)
Greetings,
Daniel.
The text was updated successfully, but these errors were encountered:
Hi,
I recently raised a feature request in the iNav community (iNavFlight/inav#3626). The target here is to capture telemetry data (S.PORT protocol) from the RX of plane 1 (XSR for example) and parse it to the iNav flight controller of plane 2 (serial data-stream) and vice versa.
This would allow iNav to calculate the position of another aircraft and guide you using OSD arrow.
One easy option would be to add some 433Mhz telemetry radios (https://goo.gl/BzbToL), most likely known from Ardupilot project. But this would add another transmitting and maybe interfering component to the aircraft. My question is, do you see an option to capture S.Port GPS telemtry data from an XSR using your custom firmware?
As far as my understanding goes, binding a RX to TX is being done sending a custom ID from TX to RX. RX saves ID and only reacts on this if data is being sent. How about the other way round, when a RX is sending telemetry data? Is there a way to catch this data and parse it on a serial port ?
Many thanks for your thoughts and assistance :)
Greetings,
Daniel.
The text was updated successfully, but these errors were encountered: