Skip to content

Releases: blynkkk/blynk-library

v0.4.2

16 Dec 19:56
Compare
Choose a tag to compare
     ___  __          __
    / _ )/ /_ _____  / /__
   / _  / / // / _ \/  '_/
  /____/_/\_, /_//_/_/\_\
         /___/    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 library to v0.1.4
  • Travis CI updated

Full list of supported hardware

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

v0.4.1

08 Dec 12:40
Compare
Choose a tag to compare
     ___  __          __
    / _ )/ /_ _____  / /__
   / _  / / // / _ \/  '_/
  /____/_/\_, /_//_/_/\_\
         /___/    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

v0.4.0

26 Oct 19:09
Compare
Choose a tag to compare

In this release

  • New hardware support:
    • OpenWrt (package repository here )
    • 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

v0.3.10

03 Oct 16:47
Compare
Choose a tag to compare

ATTENTION!

The Blynk_Release_v0.3.10.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

In this release

  • New hardware support:
    • STM32F103 Blue Pill
    • HC-05/HC-06 bluetooth modules support
  • New features:
    • App Export (publishing) + myPlant App example!
  • Github PR and Issue templates
  • Removed deprecated BlynkSimpleSerial

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

v0.3.9

13 Sep 21:03
Compare
Choose a tag to compare

ATTENTION!

The Blynk_Release_v0.3.9.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\SimpleTimer
~\Arduino\libraries\Time

In this release

  • New features:
    • setProperty support
    • TimeInput widget
    • Player widget
    • Table widget
    • Arduino IDE 1.6.11 support
    • Energia IDE 1.6.10 (E18) support
  • New library format (1.5.x)
  • Fixed SimpleTimer for some boards like Edison
  • Fixed CC3000 DHCP regression
  • Fixed some warnings during compilation
  • Updated Travis build system (switch to PlatformIO 3.0 Build System)
  • New and updated examples

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

v0.3.8

11 Jul 17:42
Compare
Choose a tag to compare

ATTENTION!

The Blynk_Release_v0.3.8.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\SimpleTimer
~\Arduino\libraries\Time

In this release

  • New boards support:
    • Fishino.it
  • Bluetooth Smart (4.0 LE) support [ BETA ]
    • RedBear Duo
    • RedBearLab BLE Mini
    • RedBearLab BLE Nano
    • Simblee BLE
    • RFDuino BLE
  • BlynkSimpleSerial class is deprecated now!
    • Please use our new, better USB/Serial examples
  • Fixed 128 Virtual Pins for ESP8266
  • Fixed Bridge.virtualWrite(pin, ...) with multiple parameters
  • Enabled SSL fingerprint check for ESP8266
  • Fixed info sending for Arduino WiFi Shield and ESP8266 WiFi Shield
  • Auto-generate Ethernet MAC address based on Auth Token
  • Remove CC3000 socket inactivity timeout
  • Updated Travis build system

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

v0.3.7

25 May 21:57
Compare
Choose a tag to compare

ATTENTION!

The Blynk_v0.3.7.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\SimpleTimer
~\Arduino\libraries\Time

In this release

  • Bluetooth Smart (4.0 LE) support [ BETA ]
    • Arduino 101
    • RedBearLab Blend Micro
    • nRF8001 (Adafruit Bluefruit LE, etc)
    • HM-10/HC-08 BLE modules
  • Fix for RN-XV WiFi
  • Fix Teensy USB

Full list of supported hardware: http://community.blynk.cc/t/hardware-supported-by-blynk/16

v0.3.6

16 May 17:33
Compare
Choose a tag to compare

ATTENTION!

Blynk_v0.3.6.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\SimpleTimer
~\Arduino\libraries\Time

In this release

  • New hardware support:
    • Teensy 3.2/3.1
    • Oak by Digistump
    • chipKIT Uno32
  • New features:
    • 128 Virtual Pins on some platforms!
    • Eliminate printf() usage on some platforms
    • Compile-time hardware detection
    • Platformio CI & Arduino Builder build-script generators
  • Improved examples, keywords and documentation
    • DHT11, DHT22
    • Intel Galileo
    • State synchronisation
    • Menu widget
    • HTTP API
  • Some minor fixes in the core

Full list of supported hardware: http://community.blynk.cc/t/hardware-supported-by-blynk/16

v0.3.4

19 Mar 13:02
Compare
Choose a tag to compare
ATTENTION!
The Blynk_v0.3.4.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_HardSer
~\Arduino\libraries\BlynkESP8266_SoftSer
~\Arduino\libraries\SimpleTimer
~\Arduino\libraries\Time

In this release:

  • New hardware support:
    • Arduino MKR1000
  • New features:
    • Blynk.sms() support
  • Fixed RTC widget
  • Switched to blynk-cloud.com
  • Improved examples, keywords and documentation
  • Some minor fixes

Full list of supported hardware: http://community.blynk.cc/t/hardware-supported-by-blynk/16

v0.3.3

29 Feb 12:18
Compare
Choose a tag to compare
ATTENTION!
The Blynk_v0.3.3.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_HardSer
~\Arduino\libraries\BlynkESP8266_SoftSer
~\Arduino\libraries\SimpleTimer
~\Arduino\libraries\Time

In this release:

  • New hardware support:
    • RedBear DUO
    • ESP8266 SSL support (experimental)
    • WeMos D1, Node MCU
    • Arduino Ethernet Shield 2
    • Arduino WiFi101 Shield
    • TI Stellaris LM4F120 LaunchPad (over USB)
    • SparkFun ESP8266 Thing
    • SparkFun Photon RedBoard
    • Particle Photon
    • WiPy (bundled with uPython library)
  • New features:
    • RTC widget
    • virtualWrite can handle multiple values (up to 4, for multi-channel widgets)
    • Heartbeat period customization
    • Sync API: syncAll() and syncVirtual()
    • BLYNK_CONNECTED() handler
  • blynk_ctrl.py now supports reading values from the server
  • Improved examples, keywords and documentation
  • Many minor fixes

Full list of supported hardware: http://community.blynk.cc/t/hardware-supported-by-blynk/16