Skip to content
Volodymyr Shymanskyy edited this page Jun 28, 2016 · 12 revisions

This page is a collection of notes on different hardware, pitfalls, tutorial links, etc.

Arduino Duemilanove

You have to select UNO in the Blynk App board type, not the DUE (which refers to the Arduino Due).

Particle Electron

Blynk can consume quite a lot of data! Use carefully not no overpay for the data plan.

JavaScript (Node.js, Espruino)

https://www.npmjs.com/package/blynk-library

  • Regular PC with Linux / Windows / OS X
  • Single Board Computers (Raspberry Pi, BeagleBone, Intel Edison/Galileo, ...)
  • OpenWRT
  • Espruino

Tutorials:

Python (MicroPython)

  • WiPy
Clone this wiki locally