Smart Parking System Controlled by Blynk App on Arduino.

Smart Parking System Controlled by Blynk App on Arduino.

INTRODUCTION

Do you know how to controlled three servos using Blynk app on Arduino?? In this video, I use three servos to make a smart parking system controlled by a Blynk App on Maker UNO.

HARDWARE PREPARATION

This tutorial use :

  1. Maker UNO
  2. Cytron ESP 8266 WiFi Shield
  3. USB Micro B Cable

Software Preparation.

  1. Open the Arduino IDE. Please make sure that your Arduino IDE is version 1.6.9 and above.
  2. Then, click at the on Sketch – Include Library – Manage Libraries… Search for “blynk” and install the latest version of Blynk.
  3. Next, we need to add an additional library for Blynk. Click on this link to download the library. Watch the video on how to include the library.
  4. Then we can continue to program by edit the program from the Example file of the Blynk. (File – Examples – Blynk – Boards_WiFi – ESP8266_Shield)

Sample Code

This is the sample code used for this tutorial. Try it!

[gist https://gist.github.com/atifahsuad/b9ef096fd121b1c1aa134884e8962e6d/]

Thank you

Thank you for reading this tutorial and we hope it helps your project development. If you have any technical inquiry, please post at Cytron Technical Forum.