0% found this document useful (0 votes)
131 views

Blynk and Module ESP8266 With Arduino UNO

The document describes how to connect an ESP8266 WiFi module to an Arduino UNO board and use the Blynk app and platform to control an LED remotely over WiFi. It includes steps for assembling the necessary materials, making the electrical connections, uploading the code, and configuring the Blynk app to send commands to turn the LED on and off from a smartphone. The goal is to introduce how to build an Internet of Things project that connects an Arduino to WiFi and controls an output remotely.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
131 views

Blynk and Module ESP8266 With Arduino UNO

The document describes how to connect an ESP8266 WiFi module to an Arduino UNO board and use the Blynk app and platform to control an LED remotely over WiFi. It includes steps for assembling the necessary materials, making the electrical connections, uploading the code, and configuring the Blynk app to send commands to turn the LED on and off from a smartphone. The goal is to introduce how to build an Internet of Things project that connects an Arduino to WiFi and controls an output remotely.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

technology workshop craft home food play outside costumes

Blynk and module ESP8266 with Arduino UNO


by ElettrizzatiD on July 21, 2016

Table of Contents

Blynk and module ESP8266 with Arduino UNO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

Intro: Blynk and module ESP8266 with Arduino UNO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 1: Materials and warnings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 2: Electrical connections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 3: Sketch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Step 4: Blynk! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

http://www.instructables.com/id/Blynk-and-Module-ESP8266-With-Arduino-UNO/
Intro: Blynk and module ESP8266 with Arduino UNO
The ESP8266 module is a module that allows our micro controller to connect to a WiFi network or to create an access point for our devices.

The application that we will use for our form is "Blynk" downloaded for free from the Play Store. Through "Blynk" we can control the switching on and off of an LED
through our WiFi network.

Step 1: Materials and warnings


Used materials:
Arduino UNO
ESP8266
An Android device
Cables and a breadboard

It is important to point out before mounting the circuit module that ESP8266 works with 3.3V voltages higher then you risk burning it.

Step 2: Electrical connections


ESP8266:____________ Arduino:

GND -------------------------- GND

GP2 -------------------------- Non collegato

GP0 -------------------------- GND

RXD -------------------------- Pin 3

TXD -------------------------- Pin 2

CHPD ------------------------ 3.3V

RST -------------------------- Non collegato

http://www.instructables.com/id/Blynk-and-Module-ESP8266-With-Arduino-UNO/
VCC -------------------------- 3.3V

LED:____________ Arduino:

Anode -------------------------- GND

Cathode ------------------------Pin 13

Step 3: Sketch
After making the connections we need to download the APP for Android and the library for use with Arduino then go on http://www.blynk.cc/getting-started/

Now that we have the APP installed on our device we should install the library so we download the .zip file and unzip in the directory: C: \ Users \ yourusername \
Documents \ Arduino \ libraries After installing the libraries we open the IDE Aduino we open an empty sketch and copy the sketch from this site:

http://elettrizzatidiy.blogspot.it/2016/07/blynk-e...

Step 4: Blynk!
Now we need to download Blynk from google play.

Open Blynk from your smartphone and create our first program as in pictures.

Send via E-mail the Auth Token Code.

Now that we have created our own mini program we would modify the sketch nell'Arduino IDE, so we're going to copy our authtoken in the string:

auth char [] = "YourAuthToken";

in void setup () we find the string:

Blynk.begin (auth, wifi, "SSID", "pass");

it replaces the SSID, the name of our WiFi network and pass the corresponding password. We just now that load our program on Arduino and start the application!

For more projects vist our blog on:

http://elettrizzatidiy.blogspot.it/

and our facebook page on:

https://www.facebook.com/elettrizzati

Sorry for the bad english but we have translated with Google Translate an Italian Article

http://www.instructables.com/id/Blynk-and-Module-ESP8266-With-Arduino-UNO/
Image Notes
1. Send via E-mail the Auth Token Code as there will need this later.

http://www.instructables.com/id/Blynk-and-Module-ESP8266-With-Arduino-UNO/
http://www.instructables.com/id/Blynk-and-Module-ESP8266-With-Arduino-UNO/
Related Instructables

Control Simple Led IoT based Connect to HOW TO MASLOW: an


quadcopter Control With Temperature Blynk using CONTROL a Open WiFi
from your Blynk and and Humidity ESP8266 as WiFi LYT8266 Detector with
phone in 30 NodeMCU Graph on Arduino Uno LED BULB ESP8266 by
minutes! Esp8266 12E by android phone wifi shield (Mac WITH BLYNK IN sabas1080
[ESP8266 + VIVEK GR in 30 min by only) by nolmath 5 MINUTES by
A7105 + Blynk sandeepdwivedi AUTHOMETION
App for
iOS/Android] by
vshymanskyy

http://www.instructables.com/id/Blynk-and-Module-ESP8266-With-Arduino-UNO/
Advertisements

Comments
1 comments Add Comment

DIY Hacks and How Tos says: Jul 25, 2016. 6:33 AM REPLY
Great intro to Arduino project. Projects like this are a great way to teach people for to combine different modules together.

http://www.instructables.com/id/Blynk-and-Module-ESP8266-With-Arduino-UNO/

You might also like