Search found 1026 matches

by stanley
Sat Jan 21, 2023 10:10 am
Forum: Freematics Software
Topic: ESP32 Arduino GPS Kit
Replies: 1
Views: 26531

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

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

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

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

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

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

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

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

What's the specific message like to be sent?
by stanley
Wed Oct 19, 2022 10:35 pm
Forum: Freematics Products
Topic: CAN-Bus access from ESP32 (One+)
Replies: 9
Views: 14958

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

ESP32 is not automotive level and we found it could cause various issues when accessing a real vehicle's CAN bus.
by stanley
Wed Sep 28, 2022 10:46 pm
Forum: Freematics Products
Topic: Freematics One - BLE and sending data
Replies: 2
Views: 5158

Re: Freematics One - BLE and sending data

You may have received a white label unit. Except for the label, everything else is same.