0% found this document useful (0 votes)
188 views7 pages

LED Control Using Blynk App and Arduino: Instructables

This instructable shows how to control an LED connected to an Arduino using the Blynk app. The steps are: 1. Connect an LED to pin 13 of an Arduino and download the Blynk app. 2. Create a Blynk project and copy the auth token to connect the Arduino code. 3. Add a button widget in the Blynk app linked to pin 13 to turn the LED on and off remotely.

Uploaded by

PRABHAKARAN S
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
188 views7 pages

LED Control Using Blynk App and Arduino: Instructables

This instructable shows how to control an LED connected to an Arduino using the Blynk app. The steps are: 1. Connect an LED to pin 13 of an Arduino and download the Blynk app. 2. Create a Blynk project and copy the auth token to connect the Arduino code. 3. Add a button widget in the Blynk app linked to pin 13 to turn the LED on and off remotely.

Uploaded by

PRABHAKARAN S
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 7

instructables

LED Control Using Blynk App and Arduino

by sriram yashwanth

In this project we about to know switching on/off LED with arduino using blynk app,Instead of using Wifi
module,Bluetooth module,GSM module etc. It is another way of using Internet of things Don't think it is difficulty.It's
easy to learn.If you don't have the blynk app link is there below it,download now.

https://www.blynk.cc

Download (https://cdn.instructables.com/ORIG/FYU/5OI0/JAIJSEBA/FYU5OI0JAIJSEBA.mov)
http://www.instructables.com/ORIG/FYU/5OI0/JAIJSEBA/FYU5OI0JAIJSEBA.mov

(https://cdn.instructables.com/ORIG/FYU/5OI0/JAIJSEBA/FYU5OI0JAIJSEBA.mov)

LED Control Using Blynk App and Arduino: Page 1


Step 1: Components&Connections

Components required are 4.LED

1. Arduino Uno with cable 5.mobile with blynk app

2. breadboard 6.laptop

3.Jumper wires 1st you need to connect the 2 pins are connected to

arduino. In LED small pin is connected to GND and -ve terminal big pin to +ve terminal.take 2 jumper
other pin is connected to digital pin 13.there is wires(male to male) and connect to 2 terminals of
another way of connection. LED is connected to breadboard and GND and digital pin of arduino.
breadboard and the jumper wires are connected to
arduino to breadboard.Don't worry I'll explain about
this. first connect the LED to breadboard small pin to

1
2

1. connect to digital pin 13


2. connect to GND

LED Control Using Blynk App and Arduino: Page 2


LED Control Using Blynk App and Arduino: Page 3
Step 2: Create Your Project on Blynk App and Copy the Auth Token on Arduino Software

If you Don't have blynk app download on google IDE click on file goto examples to blynk to
playstore. after downloading of blynk app open it now boards_USB_serial and click on
and log in (or) connect with facebook is the best way Arduino_serial_USB. After click on
to log in. after login create your project name,choose Arduino_serial_USB on char auth[ ]="your auth
your device(hardware) and select your connection token".remove 'your auth token' paste your token it on
type after completing tap on create button it sends the what you have copied on mail.
auth token to your email-id. open your email-id copy
your auth token send by blynk app. open your arduino

LED Control Using Blynk App and Arduino: Page 4


LED Control Using Blynk App and Arduino: Page 5
Download (https://cdn.instructables.com/ORIG/FEE/NMTB/JAIJSEYF/FEENMTBJAIJSEYF.zip)
http://www.instructables.com/ORIG/FEE/NMTB/JAIJSEYF/FEENMTBJAIJSEYF.zip

(https://cdn.instructables.com/ORIG/FEE/NMTB/JAIJSEYF/FEENMTBJAIJSEYF.zip)

Step 3: Final Step

After creating the project on blynk goto your created 2.In LED small pin was connected to GND and big
project, swipe left it shows widget box and select the pin was connected to digital pin 13.
button widget.Tap the button it goes to button settings
select digital pin 13 after you can select push and After completion of this process go to blynk app go to
switch mode. After click on blynk-ser and it shows your project and tap on play symbol button it will
serial port and type your port . shows the online or offline. tap your button and the
LED light blinks.
PRECAUTIONS:- 1.Do not close the blynk-ser
after typing your port.

LED Control Using Blynk App and Arduino: Page 6


Download (https://cdn.instructables.com/ORIG/FJS/K991/JAIJSETJ/FJSK991JAIJSETJ.ino)
http://www.instructables.com/ORIG/FJS/K991/JAIJSETJ/FJSK991JAIJSETJ.ino

(https://cdn.instructables.com/ORIG/FJS/K991/JAIJSETJ/FJSK991JAIJSETJ.ino)

LED Control Using Blynk App and Arduino: Page 7

You might also like