Delphi Universal Oxygen Sensor (Lambda - AFR VALUE)


dear arduino community,

i'm new here, want lambda monitor.

buyed 4 wire universal delphi o2 sensor



wiring connection:
black - sensor signal (+) - arduino a0
gray - negative -  arduino gnd

how can calculate lambda value in source code ?

any 1 can me ?

code: [select]

int sensorvalue=0;

void setup()
{
serial.begin(9600);              // setup serial connection testing
pinmode(a0, input); // set pin a0 input
}

void loop()
{
  int sensorvalue = analogread(a0);                     //read input sensor
  float afrvalue = sensorvalue * (5.0 / 1023.0);                    //convert v
  serial.print("afr value:");
  serial.println(afrvalue);
}

can share relevant data sheet of product.
mention output voltage level.


Arduino Forum > Using Arduino > Sensors > Delphi Universal Oxygen Sensor (Lambda - AFR VALUE)


arduino

Comments

Popular posts from this blog

Connecting Raspberry Pi 2 to P10(1R)-V706 LED Dot Matrix - Raspberry Pi Forums

TypeError: <unknown> is not a numpy array - Raspberry Pi Forums

datso and removing imagetitle - Joomla! Forum - community, help and support