Steps 4 Add Device in Blynk

Add Device in Blynk Cloud using Template

How to add a device to new Blynk IoT platform using a template and generate an Blynk Authentication Token to program ESP32 or ESP8266.

In this article, I have explained how to add a device to the new Blynk IoT platform using a template. After adding the device, Blynk will generate an Authentication Token that can be used for controlling any microcontroller from Blynk IoT App through the internet.

First, you have to create a template in Blynk Cloud. You can refer to the following article to set up the new Blynk cloud account.

Getting started with New Blynk 2.0 IoT platform

Then follow these steps to add a device and generate an Authentication Token.

Steps to Add Device in Blynk Cloud using Template

blynk iot platform setup p18

First, go to Devices and then click on “New Device“.

blynk iot platform setup p6

Click on “From template“.

blynk iot platform setup p7

Nowselect the Template that you created for this Blynk project and enter a device name.

Then click on “Create“.

blynk iot platform setup p16

After adding the device, click on Devices in the left menu, then click on the device name from the list.

blynk iot platform setup p8

Now, click on the “Developer Tools” icon and scroll down.

blynk iot platform setup p9

You will get the Template ID, Template Name, and Blynk Auth Token. All these details will be required in the code.

You can use these details to program the microcontroller and control it from the Blynk IoT platform.