• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

vshymanskyy/blynk-library-js: Blynk library for JS. Works with Browsers, Node.js ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

vshymanskyy/blynk-library-js

开源软件地址(OpenSource Url):

https://github.com/vshymanskyy/blynk-library-js

开源编程语言(OpenSource Language):

JavaScript 97.8%

开源软件介绍(OpenSource Introduction):

blynk-library-js

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

NPM version NPM download GitHub stars GitHub issues GitHub license

If you like Blynk - give it a star, or fork it and contribute! GitHub stars GitHub forks


What is Blynk?

Blynk provides iOS and Android apps to control any hardware over the Internet or directly using Bluetooth. You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets, right on your smartphone. Blynk is the most popular IoT platform used by design studios, makers, educators, and equipment vendors all over the world.

Blynk Banner

Download

Blynk App: Google Play | App Store

Blynk Server

Documentation

Social: Webpage / Facebook / Twitter / Kickstarter
Help Center: http://help.blynk.cc
Documentation: http://docs.blynk.cc/#blynk-firmware
Community Forum: http://community.blynk.cc
Examples Browser: http://examples.blynk.cc
Blynk for Business: http://www.blynk.io

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.


Implementations for other platforms

License

This project is released under The MIT License (MIT)




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
awesomemotive/edd-library: EDD Code Snippet Library发布时间:2022-08-15
下一篇:
microsoft/GSL: Guidelines Support Library发布时间:2022-08-15
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap