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?
2x Freematics ONE+ Traccar Edition aren't working
-
- Posts: 43
- Joined: Wed Oct 27, 2021 6:22 am
Re: 2x Freematics ONE+ Traccar Edition aren't working
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.
-
- Posts: 43
- Joined: Wed Oct 27, 2021 6:22 am
Re: 2x Freematics ONE+ Traccar Edition aren't working
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?
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
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.
Can the hologram sim card be activated normally? You can apply for one free sim card from hologram directly.
-
- Posts: 43
- Joined: Wed Oct 27, 2021 6:22 am
Re: 2x Freematics ONE+ Traccar Edition aren't working
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.
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.
-
- Posts: 43
- Joined: Wed Oct 27, 2021 6:22 am
Re: 2x Freematics ONE+ Traccar Edition aren't working
could it be like this;
#define DATA_INTERVAL_TABLE {15000, 30000, 50000} /* ms */
#define DATA_INTERVAL_TABLE {15000, 30000, 50000} /* ms */
-
- Posts: 43
- Joined: Wed Oct 27, 2021 6:22 am
Re: 2x Freematics ONE+ Traccar Edition aren't working
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.
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.
-
- Posts: 43
- Joined: Wed Oct 27, 2021 6:22 am
Re: 2x Freematics ONE+ Traccar Edition aren't working
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)
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)
-
- Posts: 43
- Joined: Wed Oct 27, 2021 6:22 am
Re: 2x Freematics ONE+ Traccar Edition aren't working
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
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