Skip to content
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

Erro: I2c serial communcation problem #1093

Closed
kaline opened this issue Feb 9, 2018 · 9 comments
Closed

Erro: I2c serial communcation problem #1093

kaline opened this issue Feb 9, 2018 · 9 comments

Comments

@kaline
Copy link

kaline commented Feb 9, 2018

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.

2018-02-08

@kaline kaline changed the title Erro: Erro: Memory problem. Feb 9, 2018
@lbernstone
Copy link
Contributor

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

@kaline kaline changed the title Erro: Memory problem. Erro: I2c serial communcation problem Feb 9, 2018
@BlackTiger44
Copy link

welcome to the club

#1071

#1020

@lonerzzz
Copy link
Contributor

lonerzzz commented Feb 9, 2018

Have either of you tried to use the separate project by @stickbreaker https://github.com/stickbreaker/arduino-esp32 ? This is working for now.

@echoGee
Copy link

echoGee commented Feb 10, 2018

@lonerzzz , How do you use the project by @stickbreaker in platformio ? I am using the mainstream esp32 arduino library.

@marian-craciunescu
Copy link

@Eohan you can manually copy the file from stickbreaker in your .piolibdeps folder

@echoGee
Copy link

echoGee commented Feb 14, 2018

@marian-craciunescu Copying the entire folder from
https://github.com/stickbreaker/arduino-esp32 to a .piolibdeps doesn't work.

@lonerzzz
Copy link
Contributor

Try copying just the files associated with the changes, namely
libraries/
Wire.h
Wire.cpp
cores/esp32
esp32-hal-i2c.h
esp32-hal-i2c.h

to replace the files you currently have. I don't use PlatformIO so don't know what else is required.

@ytemelli
Copy link

ytemelli commented Aug 1, 2018

void setup() {
pinMode(SDA,INPUT_PULLUP);
pinMode(SCL,INPUT_PULLUP);

@copercini
Copy link
Contributor

Fixed with I2C core RC1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants