Template

Now lets build the web dashboard. Click the +New Template button in the top right hand corner.

Give your new template a name. Select the hardware type and connection type that you will be using. Give a description for your new template. This can be anything you want.

Click done when you are finished. This will create the template and open it up in the info tab to continue editing your new template. Under the info tab is were you will find your firmware configuration information.

// FIRMWARE CONFIGURATION
#define BLYNK_TEMPLATE_ID "Enter your template ID here"
#define BLYNK_DEVICE_NAME "Enter your device name here"

This information will be needed later to place into your application code that you will flash to your Argon device.

Last updated