GithubHelp home page GithubHelp logo

seco / blynk-library-js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vshymanskyy/blynk-library-js

0.0 1.0 0.0 79 KB

Blynk library implementation for JavaScript (Node.js, Espruino)

License: MIT License

JavaScript 100.00%

blynk-library-js's Introduction

NPM

Implementations for other platforms:


blynk-library-js

Blynk library implementation for JavaScript (Node.js, Espruino)

What is Blynk?

Blynk is a platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets. If you need more information, please follow these links:

Getting Started tutorials

Usage example:

var BlynkLib = require('blynk-library');

var blynk = new BlynkLib.Blynk('715f8caae9bf4a91bae319d0376caa8d');
var v1 = new blynk.VirtualPin(1);
var v9 = new blynk.VirtualPin(9);

v1.on('write', function(param) {
  console.log('V1:', param);
});

v9.on('read', function() {
  v9.write(new Date().getSeconds());
});

Tested on:

  • Node.js
  • Intel Edison
  • Desktop (Windows, Linux): TCP, SSL
  • Espruino
  • Pico: ESP8266WiFi_0v25, over USB/Serial
  • VoCore (using OpenWRT Espruino package)
  • Linux

Boards with supported direct pin IO:

  • Intel Edison, Galileo using mraa package
  • Raspberry Pi, Beaglebone using onoff package
  • Espruino Pico
  • OpenWrt + Espruino package

Just install the required package and this module will do auto-detection.

blynk-library-js's People

Contributors

tzapu avatar vshymanskyy avatar yikescojp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.