Search found 1018 matches

by stanley
Sun Oct 22, 2023 6:24 pm
Forum: Freematics Products
Topic: Freematic ONE+ B reads VIN, then times out
Replies: 1
Views: 5296

Re: Freematic ONE+ B reads VIN, then times out

Try reducing the set of PIDs to be accessed to find out which specific one is not supported.
by stanley
Mon Sep 18, 2023 9:28 pm
Forum: Freematics Products
Topic: Freematics One+ Traccar - server change
Replies: 1
Views: 4688

Re: Freematics One+ Traccar - server change

You need to build and upload your own firmware to the device. The code of the firmware is named telelogger in the github. The easiest way is using Freematics Builder with gives you a GUI to configure the build on which you can change the server URL and port. If you are comfortable to use Visual Stud...
by stanley
Mon Aug 21, 2023 10:30 pm
Forum: Freematics Software
Topic: ONE+B DETECT IGNITION STATUS
Replies: 1
Views: 27541

Re: ONE+B DETECT IGNITION STATUS

Basically no OBD PIDs can be accessed when ignition is off. So if you look at sample code (datalogger or telelogger), you will see how ignition off is handled.
by stanley
Mon Aug 21, 2023 10:29 pm
Forum: Freematics Software
Topic: Data Structures
Replies: 2
Views: 47959

Re: Data Structures

It is as simple as [PID]:[data].
by stanley
Mon Aug 21, 2023 10:28 pm
Forum: Freematics Products
Topic: GPS via Canbus
Replies: 1
Views: 24624

Re: GPS via Canbus

If the GPS data is broadcasted on CAN bus, it is possible.
by stanley
Thu Aug 17, 2023 7:16 pm
Forum: Freematics Software
Topic: HTTP+POST CELL_SIM7070 empty payload
Replies: 3
Views: 29278

Re: HTTP+POST CELL_SIM7070 empty payload

Great. I will fix the code in github according to your finding. Thanks.
by stanley
Mon Aug 14, 2023 4:25 pm
Forum: Freematics Products
Topic: SIM connection problem +CGREG: 0,2
Replies: 3
Views: 5924

Re: SIM connection problem +CGREG: 0,2

That's not normal. Have you tried with another SIM card?
by stanley
Mon Aug 14, 2023 4:24 pm
Forum: Freematics Software
Topic: HTTP+POST CELL_SIM7070 empty payload
Replies: 3
Views: 29278

Re: HTTP+POST CELL_SIM7070 empty payload

Try increasing RECV_BUF_SIZE in FreematicsNetwork.h.
by stanley
Thu Aug 10, 2023 10:28 pm
Forum: Freematics Software
Topic: Question about HTTPS support Freematics ONE+ Model B
Replies: 4
Views: 29989

Re: Question about HTTPS support Freematics ONE+ Model B

Thanks for sharing this. I will include this code snippet in the code base if you don't mind.
by stanley
Tue Aug 08, 2023 9:47 pm
Forum: Freematics Products
Topic: SIM connection problem +CGREG: 0,2
Replies: 3
Views: 5924

Re: SIM connection problem +CGREG: 0,2

From what we observed, a local sim card is more quickly allowed to register into the network than a roaming hologram sim card. But once it is allowed in, it gets connected fairly quickly every time. This seems to vary among operators though.