Blynk and Module ESP8266 With Arduino UNO
Blynk and Module ESP8266 With Arduino UNO
Table of Contents
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.
It is important to point out before mounting the circuit module that ESP8266 works with 3.3V voltages higher then you risk burning it.
http://www.instructables.com/id/Blynk-and-Module-ESP8266-With-Arduino-UNO/
VCC -------------------------- 3.3V
LED:____________ Arduino:
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.
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:
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!
http://elettrizzatidiy.blogspot.it/
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
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/