-->
Page 1 of 2

(arduino+button+esp8266) ------- (esp8266+led)

PostPosted: Mon Nov 07, 2016 1:31 pm
by titoaprendiz
Hello guys! I would like to touch a button on the arduino with esp8266, and light an LED distance, which will be connected to another esp8266 without arduino. This would be possible?
Thanks in advance.

Re: (arduino+button+esp8266) ------- (esp8266+led)

PostPosted: Tue Nov 08, 2016 11:10 pm
by swilson
It is very possible. There are threads talking about esp to esp. Basically one is a server and the other is the client. One host an AP and the other connects to it. The beauty is you don't need the Arduino at all unless you just want to use it.

Re: (arduino+button+esp8266) ------- (esp8266+led)

PostPosted: Sat Nov 12, 2016 8:24 am
by joem
good day sir! how will i configure the esp8266 to be ap and a station? can you guide me pls. i am new to this things. how will i establish communication between them without using internet. i am planning to have a push button controller that will control a led strip via wifi. big thanks sir!

Re: (arduino+button+esp8266) ------- (esp8266+led)

PostPosted: Mon Nov 14, 2016 3:55 am
by eduperez
joem wrote:good day sir! how will i configure the esp8266 to be ap and a station? can you guide me pls. i am new to this things. how will i establish communication between them without using internet. i am planning to have a push button controller that will control a led strip via wifi. big thanks sir!


There is lots of documentation available to answer your questions.