Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
node-red-contrib-blynk-ws
Advanced tools
Node Red integration with Blynk App and Server through websockets
Blynk library implementation for Node-RED using WebSockets
This library supports both SSL (wss://) and non secure (ws://) connection to local server and Blynk cloud server. For local server, wss:// works only if you ve got a certificate installed. For Blynk cloud server, you can use ws://blynk-cloud.com/websockets or with SSL wss://blynk-cloud.com/websockets as the server url.
If you installed Node Red globally use this command to install
npm install --global node-red-contrib-blynk-ws
Events: read, write, app (connected/disconected)
Commands: write, bridge, sync (virtual/all), set property
Widgets: emails, notify, LCD, table, zeRGBa, styled button, image gallery
See the changelog for all the details of each releases
Use Raspberry PI as hardware to access 128 virtual pins or Generic Board for 32.
See information panel on every nodes
Use the verbose -v
flag when starting Node-RED to get more information
or use node-red-log
and enable log on Configuration Node as needed
This library is retrocompatible and can replace node-red-contrib-blynk-websockets. To do this:
npm install node-red-contrib-blynk-ws
npm uninstall node-red-contrib-blynk-websockets
eg: "my-flows.js"
search for 'blynk-websockets-' and replace with 'blynk-ws-'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 Arduino Library
Blynk App: Google Play | App Store
Blynk Server
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
Please find examples on how to use different types of connections (transports) and how to do make something great with Blynk. You can easily apply any type of board/connection to all examples.
The node-red-contrib-blynk-ws was born as a fork of node-red-contrib-blynk-websockets
https://github.com/tzapu/node-red-contrib-blynk-websockets
Some javascripts code was derived from blynk-library-js:
https://github.com/vshymanskyy/blynk-library-js
This project is released under The MIT License (MIT)
[0.8.0] - 2019-01-05
FAQs
Node Red integration with Blynk App and Server through websockets
The npm package node-red-contrib-blynk-ws receives a total of 68 weekly downloads. As such, node-red-contrib-blynk-ws popularity was classified as not popular.
We found that node-red-contrib-blynk-ws demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.