k33 LP T RH
apologize english...
i working on k33 lp t rh sensor.but not getting useful data.i wanted ask there wake pulse signal needed. because read k33 blg need wake pulse.
right going through sequence:
i2c.start();
i2c.write(0xd0);//write addr
i2c.write(0x22);//read ram of 2 bytes
i2c.write(0x00);
i2c.write(0x08);//co2 ram location
i2c.write(0x2a);//checksum
i2c.end();
wait(20);
i2c.read();
and 1 more thing have tell sensor take measurement after wake signal if needed.
thanks in advance
i working on k33 lp t rh sensor.but not getting useful data.i wanted ask there wake pulse signal needed. because read k33 blg need wake pulse.
right going through sequence:
i2c.start();
i2c.write(0xd0);//write addr
i2c.write(0x22);//read ram of 2 bytes
i2c.write(0x00);
i2c.write(0x08);//co2 ram location
i2c.write(0x2a);//checksum
i2c.end();
wait(20);
i2c.read();
and 1 more thing have tell sensor take measurement after wake signal if needed.
thanks in advance
Arduino Forum > Using Arduino > Programming Questions > k33 LP T RH
arduino
Comments
Post a Comment