Hi,
I'd like to test how long it takes to get a gps signal and send the nmea string via udp. Therefore I took the example 'udp_gps'.
As far as I know the program starts gps and searches satellites. Once enough satellits have been found, I get the first fix. The program waits 3 fixes and than the position (nmea string) is printed and the pgs stoppes. After gps stopped it is possible to send some data via udp.
> My question is now, if it is possible to restart the gps with a hot start. For now it seems to me as the gps restarts with a cold start because the time that passes from the 'gps operation started' till the first fix is often more than 1 min and not as described as in the product specification (1.3 sec). Is there a sample how to do a hot start, that would help a lot.
> Am I right that it is not possible to send something via udp while continuous gps tracking is active?
KR, Sebastian