- Mon Dec 07, 2015 9:57 am
#35876
I got an Arduino Uno and a ESP-13 wifi module. I'm wanting to create a webserver that when I connect to it, it has buttons that when pressed it'll change LED lights in my wife's Kitchen. I'm doing this for Christmas for her. I wrote a simple wifi sketch to test the network, it hangs up on connecting to the network. It seems to be stuck in AP mode. I can't get it to switch to STA mode and connect to my home network. I've used the Arduino ESP8266 ide build, downloaded the board in the board manager, I've tried logging on to the board itself and went to 192.168.4.1 and changed setting there with no avail. My question is,
How do I get the the ESP8266 Esp-13 board to communicate with my arduino uno, much like a wifi shield or is there a different process to get this working. The board looks like this and connects with the arduino like an arduino shield

edit--------------------------------------------------------------------------------------------------------------------------------------------------------
I figured out my issue It's not meant for acting like a wifi, my mis-understanding. Now if anyone knows, I can connect it to my network, but I can't seem to figure out how to establish a tcp connection with it on my own network.
I just dive in. If it's a task to big, I might drown, but I'd rather challenge myself and sink then do a simple task and doggy paddle.