i2c error
#11092
Replies: 2 comments
-
Missing |
Beta Was this translation helpful? Give feedback.
0 replies
-
After trial and error with the same issue, I discovered that they updated wire.cpp so that now i2c needs Level Converter from 3.3v to 5v. I think it got something to do with polling frequency in the new version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Board
ESP32 Dev Module
Device Description
ESP-WROOM-32
Hardware Configuration
Pin 21 & 22 connect to LM75 by i2c
Pin 34 connect to LDR
Version
v3.1.0
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
921600
Description
Cannot connect to LM75 when use in code
Output:
LM75 is
0x4C
when I check withbut it not found in my code. Why? How to fix it?
Thank you.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
Beta Was this translation helpful? Give feedback.
All reactions