STM32f769I- discovery board interface with mcp9600 using I2C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-01-09 1: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
- Labels:
-
I2C
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-09 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-09 6: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-09 8:29 AM - edited ‎2024-02-09 8: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?
