-->
Page 1 of 1

Arduino UNO to wifi using ESP8266

PostPosted: Mon Aug 24, 2020 8:07 am
by KnotANumber
Hi, I'm new here.

I'm trying to give wifi capability to an Arduino UNO using an ESP8266 12F. I followed every step of this tutorial here : https://www.instructables.com/id/Add-WiFi-to-Arduino-UNO/. Everything is compiling and uploading, but I get no response to the AT commands.

The output of the serial monitor shows this and I did enable the printing of the response to serial:
Code: Select allAT+CWMODE=2

AT+CIFSR

AT+CIPMUX=1

AT+CIPSERVER=1,80

Wifi connection is running!

From what I'm reading in the code, I should get a line with a response between every AT commands.

Edit: It took some time before this post got approved by mods and I started to be unsure if it had actually worked, so I had made another post, and both got approved at the same time, so here is the new one: viewtopic.php?f=160&t=21820&e=0

It also has mor details.

I was trying to delete this post but it doesn't seem like users can do that? If a mod sees this please feel free to delete, thanks!

Re: Arduino UNO to wifi using ESP8266

PostPosted: Mon Aug 31, 2020 2:10 pm
by KnotANumber
It took some time before this post got approved by mods and I started to be unsure if it had actually worked, so I had made another post, and both got approved at the same time, so here is the new one: viewtopic.php?f=160&t=21820&e=0

It also has mor details.

I was trying to delete this post but it doesn't seem like users can do that? If a mod sees this please feel free to delete, thanks!