Tutorial For Esp8266 Serial Wifi Module
Tutorial For Esp8266 Serial Wifi Module
In this tutorial, we'll use a seeeduino to control the ESP8266 WiFi module to request a static
page from the internet. This is a basic use of TCP socket, for other usage, please refer to the AT
command guide of the module.
Material list:
Note: We used a software serial to print some debugging information as there’s only one
hardware serial on seeeduino board. But the limitation of software serial is that it can’t
communicate in a higher baud rate than 19200. So part of the output from ESP module will be
dropped because the baud rate 57600 of ESP module is higher than that of the software serial. If
you have a board with more than one hardware serial (e.g. Arduino Mega 2560), the case will be
easier.
Step-By-Step
Step 3: Open Serial Monitor and press the reset button of seeeduino board, you’ll see the output.