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

EasyTransfer between nano(send data) and esp8266(receive data) do not work #17

Open
Nulista opened this issue Dec 18, 2017 · 2 comments

Comments

@Nulista
Copy link

Nulista commented Dec 18, 2017

Hello,
Can someone help me? I want to send data via i2c from the nano to the esp8266, but the esp reception nothing .... With two nano's it works.

thx

@klucsik
Copy link

klucsik commented Dec 19, 2017

Hi, the current ESP8266 lib does not have an i2c slave functionality. You can have a workaround if your ESP is the master and it is asking for the data, I will upload an example of that soon

edit: try this: https://github.com/klucsik/esp8266-and-arduino-mega-i2c-comm

@Nulista
Copy link
Author

Nulista commented Dec 21, 2017

Hi, I have tested this and it works, now I would like to let the esp8266 talk to stm32f103.
But this not working..:-(
The ADC from a stm32 is 12bit and better than esp32, this is not lineair.

thanks

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

2 participants