How to make two ESP8266 communicate with ere

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
Eason
Posts: 1
Joined: Wed Mar 22, 2017 8:50 am

How to make two ESP8266 communicate with ere

Post by Eason » Wed Mar 22, 2017 8:59 am

Hello,

I am new to programming and have to make ESP8266 (http://www.kynix.com/Detail/732620/ESP8266.html) transfer data with each other. Here is the situation. I have two esp8266 devices and one i would like to configure as access point and other as station. A temperature sensor is connected to the station and the sensor data is to be transfered to the other esp8266. I dont have a wifi router and i would like to know the steps involved in making these two talk with each other. I am using arduino IDE and installed the esp8266 library. I have searched in internet about how to make these two talk and all i have seen suggested to connect both the devices to a wifi router and create a tcp connection. Kindly help me in understanding the steps involved to make these two devices talk with each other without the need of wifi router and if possible code to understand better.


Regards

SpotlightKid
Posts: 463
Joined: Wed Apr 08, 2015 5:19 am

Re: How to make two ESP8266 communicate with ere

Post by SpotlightKid » Wed Mar 22, 2017 8:04 pm

This forum is about programming with MicroPython. If you have question about programming an ESP8266 with the Arduino API, I suggest you ask them here:

http://www.esp8266.com/arduino

Post Reply