Skip to main content
2 of 3
added 8 characters in body
gone
  • 354
  • 1
  • 5
  • 13

The WiFiWebServer tutorial describes how to use the ArduinoWiFiShield. This shield is based on different WiFi hardware than the ESP8266 modules.

You need a WiFi library driving the ESP8266 modules instead, e.g WeeESP8266.

Your favourite internet finding machine sure will find lots of similar libraries.

A different approach would be ArduinESP, which means to develop code to run on the ESP8266 module directly.


...aaaand please rethink your wiring. The ESP8266 modules are a pure 3.3V pets and your wiring connects a 5V logic signal directly to the ESP8266 and this may send your ESP8266 into the digital heaven with or without waving goodbye using blue smoke...

gone
  • 354
  • 1
  • 5
  • 13