Blynk Board Arduino Development Guide

Pages
Contributors: jimblom
Favorited Favorite 3

Set Up the Blynk Project

This example Blynk program only specifies functionality for the RGB LED, but you can use any of the hardware pins regardless of what the firmware specifies.

Configure the Button, LED, and ADC

You can use the button widget to drive the tiny, blue, pin 5 LED. Configure it as either push or pull; just make sure the pin is set to 5.

Configure the Button widget

The Blynk Board's physical button can trigger a value widget. Set the widget's pin to 0.

Configure a value widget to read the button

Finally, you can use either a gauge or value widget to display the value of the ADC. Just make sure to set the pin to ADC.

Configure the gauge widget to read the ADC

Configure the zeRGBa

To use the zeRGBa widget, add it, set the switch to Merge and set the pin to V0.

zeRGBa configuration

Your project may look a little something like this when it's all configured:

Example project layout