Search found 1039 matches

by stanley
Fri Dec 12, 2014 11:24 pm
Forum: Freematics Products
Topic: Kit #3 cant connect on a 2008 Honda Jazz (CAN 29 bit/ 500k))
Replies: 6
Views: 20974

Re: Kit #3 cant connect on a 2008 Honda Jazz (CAN 29 bit/ 50

That's good findings.When query command was received, the adapter will query for PID 0100 0120 0140 0160 to get the available PIDa and return to the host.
I will add the steps for manually trying protocols in the library.
by stanley
Fri Dec 12, 2014 11:19 pm
Forum: Freematics Products
Topic: KIT #2 + ACC doesn't seems to work
Replies: 1
Views: 8118

Re: KIT #2 + ACC doesn't seems to work

Please try latest code from github.
by stanley
Fri Dec 12, 2014 11:18 pm
Forum: Freematics Products
Topic: kit #1 Obd2 problems
Replies: 9
Views: 22940

Re: kit #1 Obd2 problems

Have you tried nano logger sketch?
by stanley
Sat Dec 06, 2014 1:38 pm
Forum: Freematics Products
Topic: Kit #3 cant connect on a 2008 Honda Jazz (CAN 29 bit/ 500k))
Replies: 6
Views: 20974

Re: Kit #3 cant connect on a 2008 Honda Jazz (CAN 29 bit/ 50

Can you try adding some code in the mega logger by setting the protocol to CAN 29bit/500k as you did in your test?
by stanley
Sat Dec 06, 2014 1:36 pm
Forum: Freematics Products
Topic: Arduino Bootloader Error
Replies: 1
Views: 6957

Re: Arduino Bootloader Error

Actually Arduino bootloader is not used for uploading in this device.
by stanley
Sat Dec 06, 2014 1:35 pm
Forum: Freematics Products
Topic: Problem when setting more than one DTC code
Replies: 7
Views: 16790

Re: Problem when setting more than one DTC code

Just set one more time to add a DTC code. Up to 6 DTC codes can be set.
by stanley
Fri Nov 28, 2014 7:05 pm
Forum: Freematics Products
Topic: BLuetooth problem
Replies: 4
Views: 9492

Re: BLuetooth problem

If you purchased the emulator with BLE support before our App got live on App Store, please upgrade the emulator with this firmware first. Let me know if that works for you.
by stanley
Fri Nov 28, 2014 7:02 pm
Forum: Freematics Products
Topic: Inquires
Replies: 1
Views: 6018

Re: Inquires

Our research team interests onOBD+GPS data logger device. We have following inquires 1 Frequency of data sampling 0BD-II polling frequency depends on different cars. On a VW Scirocco or Mitsubish Outlander, the frequency is about 50Hz. 2 Instantaneous fuel consumption reading from OBD Depends on wh...
by stanley
Thu Nov 27, 2014 9:15 pm
Forum: Freematics Products
Topic: Kit #3 on 2001 Honda Accord
Replies: 5
Views: 15259

Re: Kit #3 on 2001 Honda Accord

Just commited a code update, the GPS date info is now logged when it's changing.
by stanley
Thu Nov 27, 2014 8:59 pm
Forum: Freematics Products
Topic: Kit #3 on 2001 Honda Accord
Replies: 5
Views: 15259

Re: Kit #3 on 2001 Honda Accord

1. This happens on some cars, as the reconnecting does not suceeded. You may need to debug to see which operation blocks. 2. Originally I would like to apply the date to the file attribute but I didn't find way to do this via Arduino's SD library. You can add logging for date and it's just about add...