Search found 1018 matches

by stanley
Wed Feb 22, 2023 8:18 pm
Forum: Freematics Software
Topic: OBD -II UART Emulator GUI error
Replies: 3
Views: 31426

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

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

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

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

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

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

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);
by stanley
Fri Nov 04, 2022 9:59 am
Forum: Freematics Products
Topic: CAN-Bus access from ESP32 (One+)
Replies: 9
Views: 14651

Re: CAN-Bus access from ESP32 (One+)

To send 7E0#021A905555555555

Code: Select all

obd.setHeaderID(0x7E0);
obd.dataMode = 0x1A;
int value = obd.readPID(0x90);
by stanley
Fri Oct 28, 2022 10:23 am
Forum: Freematics Products
Topic: CAN-Bus access from ESP32 (One+)
Replies: 9
Views: 14651

Re: CAN-Bus access from ESP32 (One+)

We are looking into this. The Tesla message seems to be ISO11898 and is currently not supported.
by stanley
Sun Oct 23, 2022 8:40 pm
Forum: Freematics Products
Topic: CAN-Bus access from ESP32 (One+)
Replies: 9
Views: 14651

Re: CAN-Bus access from ESP32 (One+)

What's the specific message like to be sent?