Search found 1031 matches

by stanley
Mon Aug 15, 2022 7:42 pm
Forum: Freematics Software
Topic: Telelogger WIFI Only
Replies: 1
Views: 3800

Re: Telelogger WIFI Only

Actually I am working on this to make wifi optional and re-connectable. Auto uploading on connection of wifi is a useful feature but its implementation is not in my list so you are on your own.
by stanley
Tue Jul 26, 2022 4:59 pm
Forum: Freematics Products
Topic: Not sure if OBD-II UART adapter v1 is connecting
Replies: 1
Views: 4848

Re: Not sure if OBD-II UART adapter v1 is connecting

Be aware you can't use USB serial as Arduino's hardware serial is connected to the adapter.
by stanley
Tue Jul 26, 2022 9:41 am
Forum: Freematics Products
Topic: SD card mounting issue with latest ESP32 Arduino package
Replies: 2
Views: 6642

Re: SD card mounting issue with latest ESP32 Arduino package

Use the latest ESP32 Arduino package in PlatformIO now like following [env:esp32dev] platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream platform_packages = platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.4 board=esp...
by stanley
Fri May 27, 2022 8:58 am
Forum: Freematics Products
Topic: STM32F103C8T6 Programming
Replies: 7
Views: 16021

Re: STM32F103C8T6 Programming

Neither model B or model H supports J1850.
by stanley
Wed May 25, 2022 8:48 pm
Forum: Freematics Software
Topic: RESET_AFTER_WAKEUP
Replies: 6
Views: 37069

Re: RESET_AFTER_WAKEUP

Try adding following line after device waking up. I've also committed this change to github. Let me know if it solves your problem.

Code: Select all

sys.resetLink();
by stanley
Mon May 23, 2022 4:53 pm
Forum: Freematics Software
Topic: RESET_AFTER_WAKEUP
Replies: 6
Views: 37069

Re: RESET_AFTER_WAKEUP

When you saw OBD is not properly reinitialized, did all subsequent attempts fail?
by stanley
Sun Apr 24, 2022 8:51 pm
Forum: Freematics Products
Topic: SD Card is not working in V1.2.2
Replies: 4
Views: 6741

Re: SD Card is not working in V1.2.2

This issue is fixed in Freematics Builder 1.2.3.
by stanley
Thu Mar 24, 2022 12:01 pm
Forum: Freematics Products
Topic: SD Card is not working in V1.2.2
Replies: 4
Views: 6741

Re: SD Card is not working in V1.2.2

This is likely an issue in the latest ESP32 Arduino core package. Try using PlatformIO instead.
https://freematics.com/forum/viewtopic.php?f=11&t=44751
by stanley
Wed Mar 23, 2022 6:43 pm
Forum: Freematics Products
Topic: SD Card is not working in V1.2.2
Replies: 4
Views: 6741

Re: SD Card is not working in V1.2.2

Can you make sure libraries and core are rebuilt?
by stanley
Sat Mar 12, 2022 10:34 pm
Forum: Freematics Products
Topic: Events Support
Replies: 1
Views: 2945

Re: Events Support

You need to further develop our code in order to identify all those events as there is no common standard.