dl9rdz / rdz_ttgo_sonde

270 stars 94 forks source link

NMEA frames #393

Closed 14ri004 closed 10 months ago

14ri004 commented 10 months ago

hello hansi, I would like to know how to retrieve NMEA frames on a TTGO RDZ, and be able to receive them on my phone, thank you

hr-ru commented 10 months ago

NMEA from the TTGO's internal GPS?

There is no such functionality (as direct NMEA frames). You can fetch http://rdzsonde.local/live.json and there you will have the position reported from the TTGO's GPS.

Or do you mean the decoded sonde's position in NMEA format?

14ri004 commented 10 months ago

yes, what I want is to be able to recover the position of the probe, from my TTGO in decoding, what possibilities are there??

hr-ru commented 10 months ago

Well there are many ways... You want to implement your own software? Or use the phones web browser? or some existing app on the phone?

hr-ru commented 10 months ago

In more detail:

(There are more options such AXUDP and MQTT but these are probably less suitable for what you want to do)

14ri004 commented 10 months ago

thank you both for the information provided, I will see what can be done, best regards