Search found 1031 matches

by stanley
Thu May 25, 2023 5:37 pm
Forum: Freematics Software
Topic: Telelogger crashing on Freematics One+ when BLE active
Replies: 2
Views: 31256

Re: Telelogger crashing on Freematics One+ when BLE active

Please use PlatformIO to compile if you want to use BLE.
by stanley
Sat May 13, 2023 12:00 pm
Forum: Freematics Products
Topic: Troubleshooting Cell Reception Freematics ONE+ Model B
Replies: 2
Views: 9268

Re: Troubleshooting Cell Reception Freematics ONE+ Model B

SIM7070G requires LTE-M network support otherwise it can fallback to GPRS.
by stanley
Fri May 05, 2023 10:19 am
Forum: Freematics Software
Topic: +CGPSINFO: ,,,,,,,, / Hard time getting GPS DATA
Replies: 1
Views: 31136

Re: +CGPSINFO: ,,,,,,,, / Hard time getting GPS DATA

GPS data is not from SIM7600 cellular module. Instead they are from the standalone u-blox M8.
by stanley
Wed Feb 22, 2023 8:18 pm
Forum: Freematics Software
Topic: OBD -II UART Emulator GUI error
Replies: 2
Views: 33071

Re: OBD -II UART Emulator GUI error

Are you able to connect through iOS or Android app?
by stanley
Wed Feb 01, 2023 4:07 pm
Forum: Freematics Products
Topic: Conect buzzer
Replies: 1
Views: 7623

Re: Conect buzzer

This is a good application. You need a bit coding and external buzzer is also possible.
by stanley
Sat Jan 21, 2023 10:10 am
Forum: Freematics Software
Topic: ESP32 Arduino GPS Kit
Replies: 1
Views: 26641

Re: ESP32 Arduino GPS Kit

FreematicsPlus library folder is absent.
by stanley
Sat Dec 24, 2022 9:59 am
Forum: Freematics Products
Topic: looking for a hardware recommendation.
Replies: 1
Views: 7025

Re: looking for a hardware recommendation.

Freematics ONE+ model A if you don't need cellular, otherwise model B.
by stanley
Sat Dec 24, 2022 9:58 am
Forum: Freematics Software
Topic: sys.begin() error: UART Driver Already Installed
Replies: 3
Views: 29349

Re: Error: UART Driver Already Installed

Are you using the latest code?
by stanley
Wed Dec 14, 2022 9:15 am
Forum: Freematics Software
Topic: SIM7600E-H No Service, Online
Replies: 4
Views: 34472

Re: SIM7600E-H No Service, Online

Does your SIM card work in a phone?
by stanley
Fri Nov 04, 2022 10:01 am
Forum: Freematics Software
Topic: CAN Bus Controller provided on Freematics One+ H
Replies: 5
Views: 32061

Re: CAN Bus Controller provided on Freematics One+ H

For example, to send 7E0#021A905555555555

Code: Select all

obd.setHeaderID(0x7E0);
obd.dataMode = 0x1A;
int value = obd.readPID(0x90);