blevien / esp-web-server

My first attempt at an ESP8266 Arduino Project, with links to tips that helped me get it up and running.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp-web-server

My first attempt at an ESP8266 Arduino Project, with links to tips that helped me get it up and running.

The HTML in my sketch that is served when you get it running contains the following helpful hits, but here it is again:

Here's what worked for me:

  1. Wire it up based on this diagram. The Flash and Reset buttons are really nice to have
  2. Install the ESP Board Manager from the Arduino Board Manager
  3. In Tools Menu, set Board to Generic ESP8266, and Programmer Speed to 921600 otherwise the upload is pretty slow.
    • NOTE: Don't worry about not having an esptools listed as the programmer in the Tools menu!
  4. Install ESP Exception Decoder to decode stack traces by pasting all the bits between the stack lines
  5. You should now be ready to upload the Example Sketch called "ESP8266WiFi -> WiFiAccessPoint"
  6. Open the Serial Monitor to watch for output and press the reset button
  7. If you get an IP Address, we're almost there! Connect your computer/phone/whatever to the SSID (ESPap if you didn't change it)
  8. Browse to the IP Address listed, and you should see "You are connected!"

I hope this works for you, and I am looking forward to more fun ESP8266 Projects!

About

My first attempt at an ESP8266 Arduino Project, with links to tips that helped me get it up and running.


Languages

Language:Arduino 100.0%