Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By WhiteHatMatt
#85775 Hi all,

I have an Arduino Mega 2560 and I'm trying to use an ESP8266 as a wifi shield (i.e., by using `WiFi.h`). Everything I've found online so far only shows how to use the board by bypassing the Arduino and connecting directly to the ESP8266, or requires that I manually send network requests. Is there any way to use the `WiFi.h` library when I connect the ESP8266 to my Serial1 ports?