Search found 1027 matches

by stanley
Fri Dec 12, 2014 11:18 pm
Forum: Freematics Products
Topic: kit #1 Obd2 problems
Replies: 9
Views: 21732

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

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

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

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

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

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

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

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...
by stanley
Thu Nov 27, 2014 8:48 pm
Forum: Freematics Products
Topic: AT Commands problem
Replies: 3
Views: 11001

Re: AT Commands problem

The value of PIDs are in decimal instead of HEX. So it should be like this:

Code: Select all

ATSET 010C=3000
by stanley
Sat Nov 22, 2014 9:35 pm
Forum: Freematics Products
Topic: Arduino Uno + 2.8 TFT Touchshield + MultiLCD library
Replies: 2
Views: 18535

Re: Arduino Uno + 2.8 TFT Touchshield + MultiLCD library

The MultiLCD library does not contain touch support. You need a seaprate library for that.