I am trying to measure the CO2 level within a room using my Rpy 3 and a T6703 sensor.
The Rpy is running "windows 10 core IOT". I have written a simple program to initiate the communication with the sensor on the I2C bus.
The Rpy and sensor are connected using a level shifter pcb specifically for the I2C interface.
the levels in the blue graph are roughly 0.15V and 4.96V. the brown graph is the digital representation.
I also have a honeywell temperature and humidity sensor connected and that is working fine.
I keep getting the exception "Slave address was not acknowledged." and communication is failing.
i have the c# code attached.
i also attached a file with the waveform on the pins of the sensor. The levels and command look OK.
Anyone has a solution how to solve this problem?