I want to control different objects with different arduinos and then combine them somehow to connect them to my home internet wifi and then i will be able to control them from my cellphone. I have attached a simple diagram. Can someone suggest what should i use to connect all the different arduinos.
I can not connet them via cables as they are all about 25-30 meters apart from eachother.
In the diagram i have mentioned ESP8266 But if you guyz have any better option then please tell me.
In simple words if i were to make a home automation system and lets suppose in my home there are 10 rooms and for controlling every room i have installed 1 arduino per room. and i want to access all the arduinos from my cell phone. how do i connect all the arduinos.
Suppose you configure one of your ESP8266s as a server and all the others (and your phone) as clients then they can all make GET or POST requests to the server to send it data and your phone can make a different request so it can see the data.
I have to say I reckon it would be much simpler to build the server on an RaspberryPi.
Robin2:
Suppose you configure one of your ESP8266s as a server and all the others (and your phone) as clients then they can all make GET or POST requests to the server to send it data and your phone can make a different request so it can see the data.
I have to say I reckon it would be much simpler to build the server on an RaspberryPi.
...R
How do i make a server from RaspberryPi which will connect so many wifis and do you know of any project of similar nature if yes please link.