Grove - I2C Thermocouple Amplifier (MCP9600) Implementation with D I/O of Scope

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.

Any clue to implement it?

Yes,
Do thisā€¦after you get it going then swap in yourThermo amp.

shot21

shot11

several users have them and have posted good results from different interfaces.
Check it out and post up your results.
HTH
GL :slight_smile: PJ
:v:

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.

1 Like