Introduction: Internet of Things: Arduino + Blynk
Recently there is quite a swing with the term Internet of things. Wouldn't it be nice if you can control your appliances with your smartphone.
Lets get started.
Step 1: Link for the Video
Step 2: Part Lists.
The part list for this project is super simple.
All you need is a Arduino,A led,A computer with internet acess and the Blynk app.
Blynk library:https://github.com/blynkkk/blynk-library/releases/...
Parts list:
Ebay
1.Arduino UNO: http://goo.gl/PtbMll
2.5mm Led: http://goo.gl/PtbMll
Amazon.com
Arduino UNO: https://goo.gl/yCtodB
5mm Led:https://goo.gl/WBey0b
Amazon.in
Arduino UNO: http://goo.gl/hf3Qki
5mm Led:http://goo.gl/kfuqss
Step 3: Connections and Test
1.Connect one end of the usb to your arduino and the other to the computer having internet access.
2.Insert the led to Digital pin 13 as shown.(The shorter one is the cathode and goes to ground)
3.Install the Blynk app from google play store or app store.
4.Download the Blynk library from the link given.
5.Extract the zip file into Arduino's library folder.
6.Now open the Arduino software,go to examples--->Blynk---->Boards_USB_serial--->Arduino_USB_serial
7.Enter the Authentication token from your email and then hit upload.
8.Go back to the Blynk library folder and under script open the windows batch file
9.Enter the COM port your Arduino is connected to.
Note:Make sure you do not close the command window.
*Now you are ready to blynk*
Step 4: Success
I hope you liked this project.
Stay connected for more videos and I'll see you next week.
1 Person Made This Project!
- sanjeshwaran made it!
12 Comments
Question 3 years ago on Step 2
Can we use 9watts LED Bulb here???
4 years ago
Thank you for your work. I'm having trouble changing COM1 to COM3 . .How can I change port number?
5 years ago
why must we go to the scripts to open the com?
Reply 5 years ago
That is method 1 aka the easy one. Opening the windows batch file under scripts directly links your arduino to the blynk server(through internet).
The second method serves the same purpose but its lengthy.You can find the alternative on their website.
Reply 5 years ago
then there is no point in putting the arduino uno to com3 alr right?
5 years ago
the usb serial exampel is not uploading on Arduino mega 2560 .i have downloaded the zip file from the site you have given and extracted it but it is totally different from yours one . you should check and help me please
5 years ago
Can the arduino be connected to a wifi shield rather than a computer for Internet? Thanks
Reply 5 years ago
Sure,why not.
5 years ago
Check my project at
https://www.instructables.com/id/SMART-WEATHER-STAT...
5 years ago
Awesome. Thank you!
5 years ago
thx 4 sharing, can't wait to try it out ^_^
Reply 5 years ago
Sure,feel free to ask if you have any queries.