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).

ESP8266

Generic ESP8266, NodeMCU, Huzzah, WeMos D1, Seeed Wio Link, etc.

ESP8266-based boards can run Blynk directly on the ESP8266 chip, using this board support package: https://github.com/esp8266/Arduino

Tutorials:

Pitfalls:

  • ESP8266 can't be powered from 3v3 pin on most Arduino, as it requires >400 mA current.
  • ESP8266 flash might get broken. The code executes without problem right after flashing, but stops working after first reboot.
  • This WiFi module can somehow interfere with PIR sensors -> PIR sensor starts producing random values ;)

Particle Electron

NOTE: 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