I am using Grove - I2C Thermocouple Amplifier (MCP9600). I know it is desiged for adriuno but i am trying to implement it with an oscilloscope which can read I2C (oscilloscope is Digilent ADP3450).
I have connected the sensor to the scope and it only measures 1 on SCL and SDA.
Connect the microcontroller to the MCP9600 and program it to send and receive IĀ²C data. Use the oscilloscope to trigger the SCL line (falling edge) to capture the IĀ²C communication. If your oscilloscope is only showing ā1ā on both SCL and SDA lines, it means:
The lines might be floating high because there is no active communication.
The pull-up resistors might not be correctly connected or missing.
If you want to make a Digital temperature controller sensing with a type K thermocouple using esp32.