Page 3 of 6

Re: 2x Freematics ONE+ Traccar Edition aren't working

Posted: Thu Nov 04, 2021 2:34 pm
by trackernsw
thanks for the reply.

so for the Arduino IDE, which Arduino library do I need to download, to use the tracker for a traccar server.

according to your blog post: https://blog.freematics.com/2017/settin ... h-arduino/
Link to the download to the library is dated to 2017 - FreematicsONE-Plus-20170911.zip

Confused about what library to use?

Re: 2x Freematics ONE+ Traccar Edition aren't working

Posted: Thu Nov 04, 2021 5:24 pm
by stanley
If you use PlatformIO, you can just load firmware_v5/telelogger project folder. If you use Arduino IDE, you need to manually copy FreematicsPlus directory to Arduino's libraries folder. Make sure to use the latest code from Github.

Re: 2x Freematics ONE+ Traccar Edition aren't working

Posted: Mon Nov 08, 2021 9:55 am
by trackernsw
Hi Stanley,

Finally, I got the trackers to work.

So one of the hologram sim cards you send isn't working.

Wondering the rate of data being sent to the server? is it every 10 seconds? if so I could I change this x value?

Re: 2x Freematics ONE+ Traccar Edition aren't working

Posted: Mon Nov 08, 2021 10:05 am
by stanley
By default it is one second. You can configure data interval in config.h. It's a staged setting depending on whether vehicle is moving.
Can the hologram sim card be activated normally? You can apply for one free sim card from hologram directly.

Re: 2x Freematics ONE+ Traccar Edition aren't working

Posted: Mon Nov 08, 2021 10:12 am
by trackernsw
the sim card is already activated and ready, however, it's not working at all.

is this line for data interval = #define DATA_INTERVAL_TABLE {1000, 2000, 5000} /* ms */

when the vehicle is moving?

i would like to have it set to every 15 seconds when moving.

Re: 2x Freematics ONE+ Traccar Edition aren't working

Posted: Mon Nov 08, 2021 10:13 am
by trackernsw
could it be like this;

#define DATA_INTERVAL_TABLE {15000, 30000, 50000} /* ms */

Re: 2x Freematics ONE+ Traccar Edition aren't working

Posted: Mon Nov 08, 2021 11:33 am
by stanley
Correct.

Re: 2x Freematics ONE+ Traccar Edition aren't working

Posted: Mon Nov 08, 2021 12:47 pm
by trackernsw
Thanks for the help, Stanley.

Sorry for the hassle for the past days, it was frustrating that it wasn't working.

But actually disappointed that one sim isn't working.

Once again thanks, Stanley.

Cheers.

Re: 2x Freematics ONE+ Traccar Edition aren't working

Posted: Wed Nov 10, 2021 11:40 am
by trackernsw
hey,

Wondering why is the tracker working on two trips a day.

Today and yesterday, only two trips were being tracked. (daily there are around 20 trips per vehicle)

Re: 2x Freematics ONE+ Traccar Edition aren't working

Posted: Thu Nov 11, 2021 10:12 am
by trackernsw
also, I received my Optus sims = Mobile Broadband Sim.
However, can't get the sim to work with the tracker.

Different apn's were given by Optus, I tried them all, not working.

using the platform.io method