I need help on how to Connect two arduinos using wifi and no routers
Don't shout it is rude.
Am sorry my question looks vague. I just your expert help on how to make two micron trollers communicate using wifi and no router. I really do need help on this project guys. Your input will be much appreciated. Thanks
Does it have to be WiFi? Zigbee would be much, much simpler.
The normal Arduino Wi-Fi shields can not support an ad hoc network. Which is what you are asking is called.
Bouss:
I really do need help on this project guys.
So you have answered. Well, as a very basic start, on your fist post on this thread, select in the right bottom corner "More" -> "Modify", and properly re-type the subject line and the content.
you can use esp8266 and configure one in AP (access point) mode and it acts "like" a router so the second one can connect to it.
doughboy:
you can use esp8266 and configure one in AP (access point) mode and it acts "like" a router so the second one can connect to it.
Cool idea. How do I go about this
Bouss:
Cool idea. How do I go about this
Google "esp 8266 ad hoc"
mart256:
Google "esp 8266 ad hoc"
mart256:
Google "esp 8266 ad hoc"
can this be done if i want to connect multiple systems to the same adhoc. Thanks
Yes that is what ad hock means.