stanleyhuangyc / Freematics

Official source code repository for Freematics
https://freematics.com
425 stars 346 forks source link

GPS is loosing the fix and nerver get it back (Freematics ONE Lib V4) #61

Closed Benouare closed 5 years ago

Benouare commented 5 years ago

Hi, I have some strange behavior with my Freematics ONE. So, i plug in (ODB or USB) for a while, it goes good... And after something like 5 hours somes times, sometimes less sometimes more, i am loosing the fix. When i loose the fix, i get this type of NMEA Sentence :

$GPS$GNRMC,122923.90,V,,,,,,,051018,,,N*6E $GPS$GNGGA,122923.90,,,,,0,00,99.99,,,,,,*78 $GPS$GNRMC,122924.00,V,,,,,,,051018,,,N*60 $GPS$GNRMC,122924.10,V,,,,,,,051018,,,N*61 $GPS$GNRMC,122924.20,V,,,,,,,051018,,,N*62 $GPS$GNRMC,122924.30,V,,,,,,,051018,,,N*63 $GPS$GNRMC,122924.40,V,,,,,,,051018,,,N*64 $GPS$GNGGA,122924.40,,,,,0,00,99.99,,,,,,*72 $GPS$GNRMC,122924.50,V,,,,,,,051018,,,N*65 $GPS$GNRMC,122924.60,V,,,,,,,051018,,,N*66 $GPS$GNRMC,122924.70,V,,,,,,,051018,,,N*67 $GPS$GNRMC,122924.80,V,,,,,,,051018,,,N*68 $GPS$GNRMC,122924.90,V,,,,,,,051018,,,N*69 $GPS$GNGGA,122924.90,,,,,0,00,99.99,,,,,,*7F $GPS$GNRMC,122925.00,V,,,,,,,051018,,,N*61 $GPS$GNRMC,122925.10,V,,,,,,,051018,,,N*60 $GPS$GNRMC,122925.20,V,,,,,,,051018,,,N*63 $GPS$GNRMC,122925.30,V,,,,,,,051018,,,N*62 $GPS$GNRMC,122925.40,V,,,,,,,051018,,,N*65 $GPS$GNRMC,122925.50,V,,,,,,,051018,,,N*64 $GPS$GNGGA,122925.50,,,,,0,00,99.99,,,,,,*72 $GPS$GNRMC,122925.60,V,,,,,,,051018,,,N*67 $GPS$GNRMC,122925.70,V,,,,,,,051018,,,N*66 $GPS$GNRMC,122925.80,V,,,,,,,051018,,,N*69 $GPS$GNRMC,122925.90,V,,,,,,,051018,,,N*68 $GPS$GNRMC,122926.00,V,,,,,,,051018,,,N*62 $GPS$GNGGA,122926.00,,,,,0,00,99.99,,,,,,*74 $GPS$GNRMC,122926.10,V,,,,,,,051018,,,N*63 $GPS$GNRMC,122926.20,V,,,,,,,051018,,,N*60 $GPS$GNRMC,122926.30,V,,,,,,,051018,,,N*61 $GPS$GNRMC,122926.40,V,,,,,,,051018,,,N*66 $GPS$GNRMC,122926.50,V,,,,,,,051018,,,N*67 $GPS$GNRMC,122926.60,V,,,,,,,051018,,,N*64 $GPS$GNGGA,122926.60,,,,,0,00,99.99,,,,,,*72 $GPS$GNRMC,122926.70,V,,,,,,,051018,,,N*65 $GPS$GNRMC,122926.80,V,,,,,,,051018,,,N*6A $GPS$GNRMC,122926.90,V,,,,,,,051018,,,N*6B $GPS$GNRMC,122927.00,V,,,,,,,051018,,,N*63

I tried to shut off shut on (programatically) the Freematics one to make a kind of reboot, but it didnt solved the issue. If i disconect and connect again the freematics, it goes good for 5 hours more...

Does it means something for some of us? Thx

Ben