Blynklib

Latest version: v0.2.6

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.4.5

0.4.4

___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ \/ '_/
/____/_/\_, /_//_/_/\_\
/___/ v0.4.4


How to install library

**Blynk library should be installed manually**

1. Download **Blynk_Release_v0.4.4.zip** (scroll down to the Downloads section)
2. Unzip it. This archive contains several libraries.
3. Copy them to **sketchbook folder** of Arduino IDE.
To find exact sketchbook folder location, go to `File -> Preferences` top menu in Arduino IDE.

The structure of your sketchbook folder should look like this, along with your saved sketches:


sketchbook/libraries/Blynk
sketchbook/libraries/BlynkESP8266_Lib
...
sketchbook/tools/BlynkUpdater
sketchbook/tools/BlynkUsbScript
...


In this release
- **New hardware:**
- Energia BLE
- TI LaunchPad MSP432
- **New features:**
- **[Sketch Builder](http://examples.blynk.cc)**
- Support overriding `BLYNK_RUN_YIELD`
- New RTC mechanism
(**things changed, please update your existing code accordingly to new examples**)
- Preparation for OTA support
- **Bugs fixed:**
- Fix Photon hanging, improve Particle cloud responsiveness
- Less workarounds all over the code
- Better usb-ser script
- LED color example fixed
- Updated IDE tools

Full list of supported hardware: https://github.com/blynkkk/blynkkk.github.io/blob/master/SupportedHardware.md

0.4.3

___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ \/ '_/
/____/_/\_, /_//_/_/\_\
/___/ v0.4.3


In this release
- **New features:**
- Update to Arduino IDE **1.8.0**
- Add **Check for updates** to Tools menu [beta]
- Add **Run USB script** to Tools menu [beta]
- `BLYNK_APP_CONNECTED()` support (will be available soon)
- Add `.config()` support for Particle
- **Bugs fixed:**
- Fix syncVirtual with multiple pins
- Improved GSM/GPRS support
- Fix virtualWrite issue with `F()` strings
- Travis CI updated

Full list of supported hardware: https://github.com/blynkkk/blynkkk.github.io/blob/master/SupportedHardware.md

ATTENTION!

The **Blynk_Release_v0.4.3.zip** package contains several libraries.
You need to copy them manually to your **sketchbook folder**.
Find exact sketchbook location in `File -> Preferences`.

The structure should look like this, along with your saved sketches:


sketchbook/libraries/Blynk
sketchbook/libraries/BlynkESP8266_Lib
...
sketchbook/tools/BlynkUpdater
sketchbook/tools/BlynkUsbScript
...

0.4.2

___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ \/ '_/
/____/_/\_, /_//_/_/\_\
/___/ v0.4.2


In this release
- Improved **SIM900** compatibility
- Improved **SIM800/SIM900** examples
- Improved BLE examples: fixed need to remove `SPI.h` in some cases
- Added direct links to libraries in Library Manager
- Updated [TinyGSM](https://github.com/vshymanskyy/TinyGSM) library to v0.1.4
- Travis CI updated

[Full list of supported hardware](https://github.com/blynkkk/blynkkk.github.io/blob/master/SupportedHardware.md)

ATTENTION!


The Blynk_Release_v0.4.2.zip package contains several libraries.
You need to copy them manually to your libraries folder.

The structure should look like this:
~\Arduino\libraries\Blynk
~\Arduino\libraries\BlynkESP8266_Lib
~\Arduino\libraries\Adafruit_NeoPixel
~\Arduino\libraries\SimpleTimer
~\Arduino\libraries\Time
~\Arduino\libraries\TinyGSM

0.4.1

___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ \/ '_/
/____/_/\_, /_//_/_/\_\
/___/ v0.4.1


In this release, just new fancy ASCII art logos!

Joking ;)
- **New hardware support:**
- **SIM800/SIM900** (TCP stream and HTTP API examples)
- Arduino **GSM Shield** (HTTP API)
- Samsung ARTIK
- **New features:**
- `Blynk.begin()` now **blocks** until server is connected
- Unlimited count of parameters for `virtualWrite()` and `setProperty()`
- `Blynk.syncVirtual()` now supports multiple virtual pins
- `CUSTOM_BOARD` support for App Export
- Re-written HTTP API examples
- **Widgets:**
- Widgets now support `setLabel()` and `setColor()`
- **WebHook widget** example for GET method
- **Map widget** example
- **Infrastructure:**
- Use `delay(0)` instead of `yield()` for better portability
- Boards detector now detects even more boards
- Updated `blynk-ser.sh` script
- Indenter script updated
- Add board description generator sketch
- Add build test script for **all** boards from the menu in Arduino/Energia IDE
- Added `.gitattributes`
- Travis CI updated

Full list of supported hardware: https://github.com/blynkkk/blynkkk.github.io/blob/master/SupportedHardware.md

ATTENTION!


The Blynk_Release_v0.4.1.zip package contains several libraries.
You need to copy them manually to your libraries folder.

The structure should look like this:
~\Arduino\libraries\Blynk
~\Arduino\libraries\BlynkESP8266_Lib
~\Arduino\libraries\Adafruit_NeoPixel
~\Arduino\libraries\SimpleTimer
~\Arduino\libraries\Time
~\Arduino\libraries\TinyGSM

0.4.0

In this release
- **New hardware support:**
- **OpenWrt** (package repository [here](https://github.com/vshymanskyy/blynk-library-openwrt) )
- **App Export** support for **Arduino MKR1000**
- **ESP32** Dev Board
- BBC Micro:Bit (with BLE)
- DFRobot Bluno
- DFRobot BLE-Link module
- Microduino/mCookie Bluetooth LE module
- **New features:**
- **Geo DNS** redirect
- **GPS Stream** widget
- **Energia IDE:** device detection and simplified example structure
- Server can now print warnings with `BLYNK_CMD_DEBUG_PRINT`
- Indicator LED animation generator for App export
- Fixed more build warnings
- Arduino Yun is using `BridgeClient` now
- Spaces **win**. All tabs converted to spaces ;)

Full list of supported hardware: https://github.com/blynkkk/blynkkk.github.io/blob/master/SupportedHardware.md

ATTENTION!


The Blynk_Release_v0.4.0.zip package contains several libraries.
You need to copy them manually to your libraries folder.

The structure should look like this:
~\Arduino\libraries\Blynk
~\Arduino\libraries\BlynkESP8266_Lib
~\Arduino\libraries\Adafruit_NeoPixel
~\Arduino\libraries\SimpleTimer
~\Arduino\libraries\Time

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.