Blynk is a Platform with IOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. It’s a digital dashboard where you can build a graphic interface for your project by simply dragging and dropping widgets.

Blynk is a Platform with IOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. It’s a digital dashboard where you can build a graphic interface for your project by simply dragging and dropping widgets.
Blynk application can be found from the following links –
After downloading the app, create an account and log in. (If possible than log in with your real mail id for better connectivity later.)
You’ll also need to install the Blynk Arduino Library, which helps generate the firmware running on your ESP8266. Download the latest release from https://github.com/blynkkk/blynk-library/releases , and follow along with the directions there to install the required libraries.
Click the “Create New Project” in the app to create a new Blynk app. Give it any name.
Blynk works with hundreds of hardware models and connection types. Select the Hardware type. After this, select connection type. In this project we have select WiFi connectivity.
The Auth Token is very important – you’ll need to stick it into your ESP8266’s firmware. For now, copy it down or use the “E-mail” button to send it to yourself.
Then you’ll be presented with a blank new project. To open the widget box, click in the project window to open.
We are selecting a button to control Led connected with NodeMCU.
Under MODE tab- Select whether you want this button as “push button” or “Switch”.
You have successfully created a GUI for Arduino.
Now that your Blynk project is set-up, open Arduino and navigate to the ESP8266_Standalone example in the File > Examples > Blynk > Boards_WiFi> ESP8266_Standalone menu.
Before uploading, make sure to paste your authorization token into the auth [] variable. Also make sure to load your Wifi network settings into the Blynk.begin(auth, “ssid”, “pass”) function.
#include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> // You should get Auth Token in the Blynk App. // Go to the Project Settings (nut icon). char auth[] = "YourAuthToken"; // Your WiFi credentials. // Set password to "" for open networks. char ssid[] = "YourNetworkName"; char pass[] = "YourPassword"; void setup() { // Debug console Serial.begin(9600); digitalWrite(HIGH,D2); digitalWrite(HIGH,D3); digitalWrite(HIGH,D4); digitalWrite(HIGH,D5); Blynk.begin(auth, ssid, pass); } void loop() { Blynk.run(); }
99% of orders are shipped within 24Hours. Order and Relax.
Flat shipping rate of Rs.80 for any number of pieces order.
We follow highest security standards to make your transaction safe.
We are happy to help, just call, email or whatsapp on our support number.