- Mon Nov 12, 2018 6:09 am
#79103
You don't have to, that's why the ESP exists; it will take care of all WiFi-networking.
- Just download and install both the Arduino IDE and the ESP8266 Arduino core if you haven't done already.
- Get comfortable with the setup (this may take a couple of days: don't expect to understand everything in 10 minutes)
- Buy a NodeMCU or Wemos to play with; don't start off with a separate ESP-01 (or ESP-12) module as often, falsely, suggested on the internet.
See my signature below for some examples of suppliers and their price
(I don't have anything to do with these shops, I only regularly try to find the cheapest ones and update the links accordingly) - Try to get the ESP8266 blink demo going first; this won't be using WiFi functionality, but will give you your first feel of success
- Open and compile the simple HTTP WebServer demo project and get that one going.
- When that works, try to see and understand what makes it tick and you should be halfway there
If you have any questions, ask them here, but be sure to include code, schematics and pictures (we love pictures).
Assumption is the mother of all f*ckups. At least: that's what I'm assuming.