Sayeed97 / UNO-ESP8266-I2C

This repository contains all the files required for establishing and communicating data transfer between Arduino UNO and ESP8266.
GNU General Public License v3.0
0 stars 0 forks source link

UNO-ESP8266-COM

This repository contains all the files required for establishing and communicating data transfer between Arduino UNO and ESP8266.

Overall Working

I2C_Device_Scanner:

Master Working:

Sends a passphrase "Hello" to the slave and requests the device name.

Slave Working:

On verifying the passphrase checks for request from the master and replies with the device name.

Master Code:

Slave Code:

Arduino is used as Slave device

Function receiveEvent():

Function requestEvent():