Esp8266 - Uctronics Ultimate Starter Kit for Arduino Manual

Table of Contents

Advertisement

Overview
The ESP-01S ESP8266 WiFi Module is a self-contained SOC with integrated TCP/IP protocol
stack that can let any microcontroller access to your WiFi network. The ESP-01S ESP8266
module comes with pre-programmed AT command set firmware which means that you can
simply hook it up to your Arduino directly.
In this lesson, you will learn how to use ESP8266 to build a WIFI remote control system.
Components Required
Name
MEGA 2560
Relay
An Android app should be downloaded and installed to work with the lesson32 and lesson33
projects. It can communicate with UNO or MEGA2560 by the ESP8266 on-board WiFi to
control the relay and motor. It can also read the temperature and humidity from the sensors.
Step 1 Open the code from lesson 32 and change the SSID and the PASSWORD to match
your home WIFI network.
#define
SSID
#define
PASSWORD
#define
Temp_maxlimit
#define
Temp_minlimit
Step 2 The following dialog box will appear when the ESP8266 accessed WiFi successfully.
The IP address shows after the "STAIP" string will be used in the next step, please write it
down.
73
Lesson 32 ESP8266
Qty
1
1
"KK"
"12345687"
29
28
Name
ESP8266 Module
DuPont Wire
// type your
own SSID name
// type your
own WIFI password
// type your
Maximum temperature
// type your
Minimum temperature
Qty
1
9

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Ultimate Starter Kit for Arduino and is the answer not in the manual?

Questions and answers

Related Products for Uctronics Ultimate Starter Kit for Arduino

Table of Contents