gereic / GXAirCom

Multifunctional, compatible DIY aviation proximity awareness, variometer and messaging system with FANET+, FLARM and OGN support.
122 stars 39 forks source link

LilyGo T-Watch board compatibility #35

Closed Martenz closed 3 years ago

Martenz commented 3 years ago

Hi,

I just got one of these LilyGo T-Watch including Lora, GPS, wifi and bluetooth:

https://it.aliexpress.com/item/33038999162.html?spm=a2g0o.productlist.0.0.654a12b27nXXyp&algo_pvid=4da35557-3c3f-4cd0-bcef-c2d20887209b&algo_expid=4da35557-3c3f-4cd0-bcef-c2d20887209b-1&btsid=2100bde116148632475175498e00ee&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_

do you think it will be possible to configure also this board to have it working with GxAirCom?

I tested a flash of the firmware and the only thing that works of course is wifi and GxAir wifi interface.. the screen is a tft so I imagine it will need some recode for displaying data but to enable Lora and GPS I guess it can be done setting the correct pins..

thanks

danielvelezbravo commented 3 years ago

looks like 433mhz lora module. Not FANET frequency (868-915mhz)

On Thu, Mar 4, 2021 at 8:44 AM Tenz notifications@github.com wrote:

Hi,

I just got one of these LilyGo T-Watch including Lora, GPS, wifi and bluetooth:

https://it.aliexpress.com/item/33038999162.html?spm=a2g0o.productlist.0.0.654a12b27nXXyp&algo_pvid=4da35557-3c3f-4cd0-bcef-c2d20887209b&algo_expid=4da35557-3c3f-4cd0-bcef-c2d20887209b-1&btsid=2100bde116148632475175498e00ee&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603 _

do you think it will be possible to configure also this board to have it working with GxAirCom?

I tested a flash of the firmware and the only thing that works of course is wifi and GxAir wifi interface.. the screen is a tft so I imagine it will need some recode for displaying data but to enable Lora and GPS I guess it can be done setting the correct pins..

thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gereic/GXAirCom/issues/35, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQGJZSTL6YYPPUM43XBJK6TTB6FFXANCNFSM4YTI6CHQ .

Martenz commented 3 years ago

looks like 433mhz lora module. Not FANET frequency (868-915mhz) On Thu, Mar 4, 2021 at 8:44 AM Tenz @.***> wrote: Hi, I just got one of these LilyGo T-Watch including Lora, GPS, wifi and bluetooth: https://it.aliexpress.com/item/33038999162.html?spm=a2g0o.productlist.0.0.654a12b27nXXyp&algo_pvid=4da35557-3c3f-4cd0-bcef-c2d20887209b&algo_expid=4da35557-3c3f-4cd0-bcef-c2d20887209b-1&btsid=2100bde116148632475175498e00ee&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603 _ do you think it will be possible to configure also this board to have it working with GxAirCom? I tested a flash of the firmware and the only thing that works of course is wifi and GxAir wifi interface.. the screen is a tft so I imagine it will need some recode for displaying data but to enable Lora and GPS I guess it can be done setting the correct pins.. thanks — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#35>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQGJZSTL6YYPPUM43XBJK6TTB6FFXANCNFSM4YTI6CHQ .

they have both, I received 868-915 mhz module image

Martenz commented 3 years ago

I was able to set the Lora to receive properly the fanet protocol.. now I get these kind of rx..

` Recvicer Done .. [size:45] -> radio_rx 4108142e8732417f3306c990007f00 -43 6

0A 0D 3E 3E 20 72 61 64 69 6F 5F 72 78 20 34 31 30 38 31 34 32 65 38 37 33 32 34 31 37 66 33 33 30 36 63 39 39 30 30 30 37 66 30 30 20 rssi:-43 snr:6 `

Which funciton or fanet object should I use to decode the data properly? or where should I then pass the string to then continue with the code? any hint?

thanks,

Martino.

Martenz commented 3 years ago

Closing this because the TWatch 2019 is obsolete and newer versions don't have the lora module. Not worth investing time on this from my side. Thanks anyway.