Search found 1034 matches

by stanley
Tue Aug 19, 2014 2:41 pm
Forum: Freematics Products
Topic: ODB-II Adapter is only for cars?
Replies: 14
Views: 32902

Re: ODB-II Adapter is only for cars?

The OBD-II port is only available in cars and trucks as far as I know. If you provide the OBD-II adapter with DC 12V, it does work only without OBD-II data. MEMS sensors and other stuff will still work.
by stanley
Tue Aug 19, 2014 2:19 pm
Forum: Freematics Products
Topic: Comile error in latest (2014_08_18) build of megalogger.ino
Replies: 1
Views: 6821

Re: Comile error in latest (2014_08_18) build of megalogger.

Sorry about that. The Narcoleptic library has been moved into sketch folder so this change is necessary. Will update the code.
by stanley
Mon Aug 18, 2014 1:09 pm
Forum: Freematics Products
Topic: Problems getting a GPS signal and switching to MPH
Replies: 10
Views: 21643

Re: Problems getting a GPS signal and switching to MPH

The GPS module must be exposed to 90% of open sky to get good signal reception.
To convert kph to mph, simply do this:

Code: Select all

int mph = kph * 62 / 100;
by stanley
Sun Aug 17, 2014 10:13 pm
Forum: Freematics Products
Topic: Code Clearing Issue
Replies: 15
Views: 34928

Re: Code Clearing Issue

Didn't you see a link on that page?
by stanley
Sun Aug 17, 2014 11:40 am
Forum: Freematics Products
Topic: Passes init(), but fails to read
Replies: 4
Views: 10740

Re: Passes init(), but fails to read

The response of UNABLE TO CONNECT indicates that the car's protocol is not supported. ATSP0 just sets the protocol to auto detecting.
by stanley
Fri Aug 15, 2014 5:28 pm
Forum: Freematics Products
Topic: Code Clearing Issue
Replies: 15
Views: 34928

Re: Code Clearing Issue

by stanley
Fri Aug 15, 2014 4:28 pm
Forum: Freematics Products
Topic: GUI for new Freematics OBD-II Emulator
Replies: 17
Views: 159148

Re: GUI for new Freematics OBD-II Emulator

Send ATACC0\r to emulate ignition off and ATACC1\r for on.
by stanley
Thu Aug 14, 2014 1:27 pm
Forum: Freematics Products
Topic: Code Clearing Issue
Replies: 15
Views: 34928

Re: Code Clearing Issue

Within this week!
by stanley
Thu Aug 14, 2014 12:24 am
Forum: Freematics Products
Topic: Problems with reading with Arduino OBD-II Logger Kit #3
Replies: 13
Views: 33971

Re: Problems with reading with Arduino OBD-II Logger Kit #3

Looks all good. Since ACC has tick, the MPU6050 onboard is connected via I2C. Can you try any newer cars?
by stanley
Wed Aug 13, 2014 10:24 pm
Forum: Freematics Products
Topic: Value Saving
Replies: 1
Views: 6138

Re: Value Saving

Currently they are not saved. This might be improved soon.