Search found 2 matches

by DonJuan
Mon May 12, 2014 5:51 pm
Forum: Freematics Products
Topic: No data recorded to microSD
Replies: 2
Views: 22760

Re: No data recorded to microSD

Hi ICEqueen,
Straight to the poin, what car that you working on?
Can you help me to share your program? I can't get the pid paramater displayed untill now.

Would appreciate any help, thanks.
by DonJuan
Wed May 07, 2014 2:57 pm
Forum: Freematics Products
Topic: No PID Display
Replies: 1
Views: 14462

No PID Display

Hello sir,
I working on my suzuki swift,first i upload the example code for i2c obd but when i hit the rpm above 3000 the led still turn off. Then i try to check for the adapter connection first :
#include <Arduino.h>
#include <Wire.h>
#include <OBD.h>

COBDI2C obd;

void setup()
{
// we'll use ...