-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Erro: I2c serial communcation problem #1093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What memory error? It says there is a problem with your I2C. Most likely you have the wrong address, or your I2C device is connected to the wrong pins (usually 21 & 22). Please run an I2C scanner and see if it finds the device. https://playground.arduino.cc/Main/I2cScanner |
Have either of you tried to use the separate project by @stickbreaker https://github.com/stickbreaker/arduino-esp32 ? This is working for now. |
@lonerzzz , How do you use the project by @stickbreaker in platformio ? I am using the mainstream esp32 arduino library. |
@Eohan you can manually copy the file from stickbreaker in your .piolibdeps folder |
@marian-craciunescu Copying the entire folder from |
Try copying just the files associated with the changes, namely to replace the files you currently have. I don't use PlatformIO so don't know what else is required. |
void setup() { |
Fixed with I2C core RC1 |
Please fill the info fields, it helps to get you faster support ;)
If you have a Guru Meditation Error, please decode it:
https://github.com/me-no-dev/EspExceptionDecoder
----------------------------- Remove above -----------------------------
Hardware:
Board:esp32 ?ESP32 Dev Module?
Core Installation/update date: ?11/jul/2017?
IDE name:arduino ?Arduino IDE? ?Platform.io? ?IDF component?
Flash Frequency:
Upload Speed:
Description:
I tried upload a code to esp32 but i found out that memory problem when I try see in the monitor. I've been searching about that problem however I didn't figure out the answer at the forum or articles.
The text was updated successfully, but these errors were encountered: