Search found 1032 matches

by stanley
Thu Aug 25, 2022 9:30 am
Forum: Freematics Products
Topic: Freematics OBD-II UART Adapter over SoftSerial
Replies: 1
Views: 3290

Re: Freematics OBD-II UART Adapter over SoftSerial

Software serial is only reliable at 9600bps and the adapter requires 38400bps or higher. I suggest you communicating with PC via software serial or use Arduino Mega or our Freematics Esprit dev board. Both have multiple hardware serial. https://freematics.com/store/?route=product/product&product...
by stanley
Mon Aug 15, 2022 7:42 pm
Forum: Freematics Software
Topic: Telelogger WIFI Only
Replies: 1
Views: 3845

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: 4905

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: 6752

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: 16218

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: 37475

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: 37475

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: 6847

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: 6847

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: 6847

Re: SD Card is not working in V1.2.2

Can you make sure libraries and core are rebuilt?