2021-01-09 01:57 AM
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
2024-02-09 06:23 AM
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
2024-02-09 06:38 AM
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
2024-02-09 08:29 AM - edited 2024-02-09 08:29 AM
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?