cancel
Showing results for 
Search instead for 
Did you mean: 

STM32f769I- discovery board interface with mcp9600 using I2C

Denial
Associate

hello everyone, i am using STM32f769I- discovery board i want to interface mcp9600 temperature sensor using I2C, can i get any example code .It will be very useful thank you

3 REPLIES 3
kgbfizz
Associate

Hello Denial,

I am currently experiencing the same problem, did you ever get the stm to interface properly with the mcp9600? If so could you please assist me?

Many thanks,

kgbfizz

Perhaps you could leverage a review of the data sheet, and example drivers for assorted platforms.

https://github.com/adafruit/Adafruit_MCP9600/blob/master/Adafruit_MCP9600.cpp

https://github.com/topics/mcp9600

The STM32F769I DISCO has I2C readily exposed on the Arduino Headers

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Hello,

You need to elaborate more about your issue.

What's is the problem you're facing? Did you check SDA and SCL lines with an oscilloscope? The HW (the pull-up resistors etc ..)?

And what about the sensor I2C address? configured correctly?

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.