Setup Blynk - Connecting Via USB

by BarleyBobs28 in Circuits > Arduino

317 Views, 1 Favorites, 0 Comments

Setup Blynk - Connecting Via USB

blynk-logo2.png

In this tutorial, you will learn how to setup Blynk, but over USB.

Supplies

  • Arduino/Supported Board (Needs to be supported for USB transmission, check here)

Setup USB in the Application

You will need Blynk for this project so that you can see the results in real time anywhere in the world. You can see how to setup Blynk in my previous tutorial. You will need to a few things when you make your application when you are choosing the connection method in the app you need to select USB.

Setup USB in Code

The other thing you will need to change is when you go to https://examples.blynk.cc you need to select Serial or USB. You need to use this code instead.

Run Command

The other thing you need to do after plugging in your board is to navigate to C:\Users\CYourUsername\Documents\Arduino\libraries\Blynk\scripts and run blynk-ser.bat, this will automatically locate your board/hardware and connect it to the blynk server.