Search found 1026 matches

by stanley
Thu Apr 11, 2024 12:17 pm
Forum: Freematics Software
Topic: Freematics ONE+ Model A GPS not working with latest telelogger
Replies: 1
Views: 138

Re: Freematics ONE+ Model A GPS not working with latest telelogger

In latest code internal and external GNSS automatically identified with GNSS_STANDALONE, so there is no need to define GNSS_INTERNAL or GNSS_EXTERNAL. The cause of your issue is that you might be using older hardware which has u-blox M8 instead of M10. Please comment out line 551 and uncomment line ...
by stanley
Thu Apr 11, 2024 12:14 pm
Forum: Freematics Software
Topic: error: 'esp_spiram_get_size' was not declared in this scope
Replies: 3
Views: 26828

Re: error: 'esp_spiram_get_size' was not declared in this scope

I believe esp_spiram_get_size is an updated API provided by recent ESP32 Arduino core. It seems you might be using an older core.
by stanley
Thu Apr 11, 2024 12:13 pm
Forum: Freematics Software
Topic: One+ Model H Protocols
Replies: 5
Views: 210

Re: One+ Model H Protocols

Try skipping the check for PID_SPEED.
by stanley
Thu Apr 11, 2024 12:09 pm
Forum: Freematics Software
Topic: Reading EV Data - how?
Replies: 7
Views: 33344

Re: Reading EV Data - how?

Sending CAN message is always possible. This was not provided as an API due to security concern as the device could be internet connected. The concern now seems irrelevant and thus APIs have been added. Example of sending a CAN message as below. // send a CAN message (clearing DTC) obd.setCANID(0x7E...
by stanley
Mon Apr 08, 2024 9:27 am
Forum: Freematics Software
Topic: One+ Model H Protocols
Replies: 5
Views: 210

Re: One+ Model H Protocols

The dedicated chip is proprietary.
Have you tried on any of those old cars? What did you get?
by stanley
Thu Apr 04, 2024 7:44 pm
Forum: Freematics Software
Topic: One+ Model H Protocols
Replies: 5
Views: 210

Re: One+ Model H Protocols

There is a dedicated protocol chip doing OBD protocols and GPS data parsing. ISO9141-2 is implemented but not all cars with that protocol can be successfully connected and we are not going to improve that as the protocol is phasing out.
by stanley
Sun Mar 31, 2024 8:26 pm
Forum: Freematics Products
Topic: Can't change APN anymore!
Replies: 2
Views: 212

Re: Can't change APN anymore!

Have you ever changed APN via the App? If so, you need to change again from there.
by stanley
Tue Mar 26, 2024 7:58 pm
Forum: Freematics Software
Topic: Is this a bug in the bootloader's port discovery?
Replies: 1
Views: 64

Re: Is this a bug in the bootloader's port discovery?

You have mistakenly chosen Arduino Leonardo as board type.
by stanley
Sat Mar 09, 2024 6:55 pm
Forum: Freematics Software
Topic: Freematics Builder 1.3.0 released
Replies: 0
Views: 190

Freematics Builder 1.3.0 released

  • ESP32 Arduino core 2.0.14
  • ESP32 IDF 4.4.6
  • Fixed BLE breakage
Download release from github