Search found 6 matches
- Mon Jul 17, 2023 11:29 pm
- Forum: Freematics Products
- Topic: gps stays 0 0 Freematics ONE+ Model B
- Replies: 7
- Views: 16598
Re: gps stays 0 0 Freematics ONE+ Model B
As for the SIM Network not being stable, what could be the issue?
- Fri Jul 14, 2023 11:02 pm
- Forum: Freematics Products
- Topic: gps stays 0 0 Freematics ONE+ Model B
- Replies: 7
- Views: 16598
Re: gps stays 0 0 Freematics ONE+ Model B
In the telelogger.ino modify this line :
if (gd->lat && gd->lng && gd->sat> 3)
to this :
if (gd->lat && gd->lng)
This worked for me, use platformIO. Works well with wifi, however with SIM it does not send data stable to traccar server.
if (gd->lat && gd->lng && gd->sat> 3)
to this :
if (gd->lat && gd->lng)
This worked for me, use platformIO. Works well with wifi, however with SIM it does not send data stable to traccar server.
- Wed Jul 12, 2023 3:05 am
- Forum: Freematics Software
- Topic: Troubleshooting Cellular Connection on Freematics ONE+
- Replies: 5
- Views: 45355
Re: Troubleshooting Cellular Connection on Freematics ONE+
Hello,
Have you found a solution? I am having the same problem with my one+ Model B
Have you found a solution? I am having the same problem with my one+ Model B
- Tue Jul 04, 2023 1:22 am
- Forum: Freematics Products
- Topic: gps stays 0 0 Freematics ONE+ Model B
- Replies: 7
- Views: 16598
Re: gps stays 0 0 Freematics ONE+ Model B
Hi,
I have tried uploading sketch with platformIO, but the lat and lon stay 0 in traccar. However the oneplus B does have gps and connected to wifi.
I have tried uploading sketch with platformIO, but the lat and lon stay 0 in traccar. However the oneplus B does have gps and connected to wifi.
- Tue Jun 27, 2023 11:31 pm
- Forum: Freematics Products
- Topic: gps stays 0 0 Freematics ONE+ Model B
- Replies: 7
- Views: 16598
Re: gps stays 0 0 Freematics ONE+ Model B
id: UCFL****, time: 2023-06-27 13:25:53, lat: 0.00000, lon: 0.00000, course: 0.0
This is what I see in the traccar logs. I have uploaded the telelogger sketch with the freematics builder. What could be the issue?
This is what I see in the traccar logs. I have uploaded the telelogger sketch with the freematics builder. What could be the issue?
- Mon Jun 19, 2023 7:32 am
- Forum: Freematics Products
- Topic: gps stays 0 0 Freematics ONE+ Model B
- Replies: 7
- Views: 16598
gps stays 0 0 Freematics ONE+ Model B
I send data to traccar demo server and the device shows online, but the coordinates stay 0 0 at the server. In the freematics builder dashboard I can see the that gnss has the right coordinates and in console I also see the right gps.
What could be the problem?
What could be the problem?