ESP to ESP Communication

by M Hammad Ullah in Circuits > Wireless

28077 Views, 25 Favorites, 0 Comments

ESP to ESP Communication

IMG_20190508_125325.jpg
ESP8266 to ESP8266 Communication

This tutorial will help you to replace other transceiver modules for any other project that includes wireless communication. We will use ESP8266 based board, one in WiFi-STA mode and the other in WiFi -AP mode, NodeMCU V3 is my choice for this project, you may use any other esp8266 board. To verify data transfer, I'm using buttons as input at one side and LEDs as output at other side, you can transmit any sensor data using this method.

Components

  1. NodeMCU x2 https://amzn.to/2Q4Y5da
  2. Buttons x4
  3. 3mm LEDs x4
  4. 1K resistor x8

Circuit

esp8266 communication.jpg

Server:

Its a very basic circuit, you need to attach 4 input buttons with one NodeMCU, use 1k resistor to pull-up pins D0,D1,D2 and D3, by pressing button, respective pin should be pull-down.

Client:

Attach 4 LEDs at D0,D1,D2 and D3 pins respectively.

Check attached fritzing diagram.

Programming

Download following sketches for server and client and upload in your nodeMCU/wemos or any other ESP8266 based board, LEDs are at client side and Buttons are at server side. I'm sending data in Json format, so you guys need to attach Json library in your arduino IDE, this library will also help you to deal with multiple parameters in your other projects.

Your Attention Require

Hope this tutorial will help you in some way, kindly subscribe our youtube channel for more video tutorials.

https://www.youtube.com/channel/UCCkp1sp1LCuMyQ9PP...