madsci1016 / Arduino-EasyTransfer

An Easy way to Transfer data between Arduinos
http://www.billporter.info/easytransfer-arduino-library/
318 stars 113 forks source link

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

Open Nulista opened 6 years ago

Nulista commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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