-->
Page 1 of 1

how to communicate two esp8266 wifi module using arduino uno

PostPosted: Sat Feb 06, 2016 5:37 am
by rahulsubbu
Hi
I am trying to communicate with esp8266 wifi module with arduino uno using embedded c code. I am not able to get, can anybody knows how to send and receive data using esp8266 using arduino in embedded c code.

Thanks

Re: how to communicate two esp8266 wifi module using arduino

PostPosted: Sun Feb 14, 2016 2:10 am
by kamal sonani
just make intercom using your home router OR using 2 esp
1 >> using your home router ,,esp work as a client
2>> using two esp ,,one esp is server and other one is client

steps >> makeTCP connection, get request , put data on web(OR change in perameters OR pass string via serial), close connection