Hi Folks,
I have had great success connecting the Arduino Uno to my wifi network using the ESP8266 WiFi shield and the software serial library. I have an app now where I need the larger memory capability of the Arduino Mega. I have tried using the software serial library and I have tried using hardware serial with each of the different hardware ports available on the Mega. I can not get the Mega to talk to this wifi shield. I originally started with the ESP8266 Wifi shield demo which was so successful with the Uno. All I get when I run this code is ‘error talking to esp8266’ and then ‘error: 0’ and then ‘looping forever’. I have tried everything I can think of to make this code work, but to no avail. Do you have example code to make this connection?
thanks,
Steve