2x Freematics ONE+ Traccar Edition aren't working

Inquiry and support for Freematics products
trackernsw
Posts: 43
Joined: Wed Oct 27, 2021 6:22 am

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

Post 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?
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

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

Post 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.
trackernsw
Posts: 43
Joined: Wed Oct 27, 2021 6:22 am

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

Post 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?
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

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

Post 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.
trackernsw
Posts: 43
Joined: Wed Oct 27, 2021 6:22 am

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

Post 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.
trackernsw
Posts: 43
Joined: Wed Oct 27, 2021 6:22 am

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

Post by trackernsw »

could it be like this;

#define DATA_INTERVAL_TABLE {15000, 30000, 50000} /* ms */
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

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

Post by stanley »

Correct.
trackernsw
Posts: 43
Joined: Wed Oct 27, 2021 6:22 am

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

Post 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.
trackernsw
Posts: 43
Joined: Wed Oct 27, 2021 6:22 am

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

Post 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)
trackernsw
Posts: 43
Joined: Wed Oct 27, 2021 6:22 am

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

Post 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
Post Reply