Show Posts

You can view here all posts made by this member. Note that you can only see posts made in areas to which you currently have access.


Messages - przemek

Pages: [1]
1
General Discussion / Re: Garmin 496 and traffic data
« on: April 27, 2017, 12:04:09 pm »
All devices with traffic by TIS protocol so this one also.
I have tested on 696

2
General Discussion / Re: Garmin 496 and traffic data
« on: April 27, 2017, 08:57:26 am »
Hi. A agreed with PAW developer and I sent protocol documentation them. I think they need a bit of time to look for it, identify missing items and make testing.

I hope it's on good way.

3
General Discussion / Re: Garmin 496 and traffic data
« on: March 28, 2017, 10:54:09 am »
My idea is to build simple flarm (or something else) to TIS converter or get in contact with pilot aware team and implement it directly in PAW. This option would be the best.

4
General Discussion / Re: Garmin 496 and traffic data
« on: March 25, 2017, 07:43:04 pm »
Ok. So I did some work and I have dump of position reports sent in Garmin TIS by RS-232.
I attached this file and some screenshots.
Protocol is like described here:
http://www.garmin.com/support/pdf/iop_spec.pdf

So every sentence starts with 10 then 8C (packed id) then how long are data for eg. 48
then we have data...

on the end is checksum (AA) and 10 03

Maybe someone can help and analyze data section for lat/lon/altitude etc....

I know that garmin is using conversion's
degrees = semicircles * ( 180 / 2^31 )
semicircles = degrees * ( 2^31 / 180 )
 

Update!
After 2 days of research I found how to make it.
I have to decode some minor stuff but I'm able to display traffic by myself with altitude, direction, icon type etc..

5
General Discussion / Re: Garmin 496 and traffic data
« on: February 19, 2017, 09:50:07 am »
This is GDL protocol. Can be similar or completly different.
I'll try to get somewhere tis-a transmitter.


6
General Discussion / Re: Garmin 496 and traffic data
« on: February 18, 2017, 07:21:22 pm »
I think only way is reverse engineering here :).
Now I haven't any TIS messages trasmiter. Maybe someone can record some sentences from Garrecht TRX1500 of Zaon PCAS for analyze?
Probably I will have trx1500 next week but it's not 100% sure.

I expect that it will be normal RS-232 with 9600 or 4800 baud rate.

7
General Discussion / Re: Garmin 496 and traffic data
« on: February 16, 2017, 09:59:19 am »
Hi. I'm looking for TIS protocol specyficatiom. I would like to decode it initially by arduino but then its easy to convert code and use maybe in pilotaware. Can anyone share some informatons, maybe specyfication of protocol?
I'm not sure if this GDL39 protocol is the same or not?

I have 496 and 695 for testing.

8
General Discussion / Re: Garmin 496 and traffic data
« on: October 12, 2015, 09:50:23 am »
There is something. It's called Garmin TIS, normally it's used to connect with mode-s transponder. It can display up to 7 aircrafts.


http://www.pprune.org/private-flying/511452-data-label-format-garmin-tis-display-garmin-g500h-via-arinc-429-a.html

9
General Discussion / Re: Garmin 496 and traffic data
« on: October 12, 2015, 09:42:32 am »
Hi. It's normal RS-232. I know that XRX PCAS works with this via RS-232. I'll take a look.

10
General Discussion / Garmin 496 and traffic data
« on: September 28, 2015, 01:51:09 pm »
Hi. It's possible to display traffic data from PilotAware on Garmin 496/495 gps?

Pages: [1]