blynk-library-js icon indicating copy to clipboard operation
blynk-library-js copied to clipboard

Blynk library for JS. Works with Browsers, Node.js, Espruino.

Results 22 blynk-library-js issues
Sort by recently updated
recently updated
newest added

JS library doesn't seem to work with Blynk 2.0. I get the INVALID_TOKEN error when trying to connect. Is this a known issue?

Hi, The lib's been running like a charm for 2 years but it doesn't connect anymore since yesterday... Script running on node v12.19.1 on a raspberry Pi 3B (Raspberry Pi...

I looking really looking forward to implement blynk with Espruino on an ESP32/esp8622. Die type safety i want to implement it in Typescript. Is there any type definition or can...

This fixed a bug where it couldn't open a WebSocket: DOMException: Failed to construct 'WebSocket': The URL 'ws://blynk-cloud.com:8082undefined' is invalid.

In `blynk-nodejs, SslClient()` the default `options.certs_path` points to server.crt in library and therefore `options.ca` maps to server.crt used for blynk-cloud.com. To enable SSL authorization via Mozilla CA, the `options.ca` must...

Per [docs.blynk.cc](http://docs.blynk.cc/#blynk-firmware-blynktimer-blynk_app_connected) an event should be generated each time the Blynk App, running on mobile phone, is opened. I searched the file *blynk.js* for all emitted events but could not...

My Blynk server is hosting on VM (CoreOS). When the host system (Windows) sleeping, the client still connects. I am using TCP client. ```javascript let b = new blynk.Blynk(auth, {...

As normal, I declare a Virtualpin like your example: `var v1 = new blynk.VirtualPin(1);` If I have "some" virtualpin, it's fine, but in case of many pins, about 40 -...

Need to check why Unicode notifications are not working and provide a fix/example.