Traffic & Weather from Dynon SkyView - Solved. |
Post Reply |
Author | |
bradthepilot
Groupie Joined: 07 Jan 2017 Location: St. Paul MN Status: Offline Points: 67 |
Post Options
Thanks(0)
Posted: 25 Jan 2025 at 10:07pm |
I've seen this issue pop up from time to time: How do I get ADS-B data from my Dynon SkyView system to display on my IFD 440/540 via Wifi? The answer is usually something along the lines of "Dynon uses extended GDL90", and having some experience implementing products using the GDL90 protocol, I decided to investigate.
After some examination of WiFi traffic, I found the core problem and built some code to prove the hypothesis. The core issue is that the SkyView system doesn't send a 'heartbeat' message as outlined in the GDL90 protocol description; it only sends 'traffic report' and 'uplink' messages. The solution was to build some code on a small embedded device that receives the wifi messages from Dynon and forwards them, unchanged, to the IFD. Additionally, this device sends a heartbeat message once per second in accordance with the GDL90 specification. The result is traffic and weather from my Dynon system was displayed on my IFD540 without issue. There is no evidence of any kind of "enhanced" or "extended" GDL90 being produced by the Dynon system - it's just missing some of the required items. The heartbeat message is important to the integrity of the system; something that simply relies on the presence of traffic (or uplink) reports cannot differentiate between no traffic (or uplink) reports and a failed sensor. The heartbeat message makes that differentiation possible, and it would appear Avidyne has the correct implementation in this case. I have been in touch with Dynon on this issue, but if this is something that affects you and you'd like to get traffic and weather from your SkyView system displayed on your IFD, contact Dynon and reference the above information. Their product manager is aware of the issue and likely just needs to know that it's a feature desired by their customers.
|
|
Brad Benson
RV-6A N164BL |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |