Skip to content

Releases: blynkkk/blynk-library

v0.3.1

24 Sep 17:03
Compare
Choose a tag to compare
The Blynk_v0.3.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_HardSer
~\Arduino\libraries\BlynkESP8266_SoftSer
~\Arduino\libraries\SimpleTimer

In this release:

  • New boards support:
    • TI CC3200-LaunchXL
    • TI Tiva C Connected
  • Preliminary ARM mbed support (we will release a separate library for that)
  • Slightly optimized Flash/RAM usage + speed of parser
  • Better examples
  • ESP8266 as a shield support was re-factored, stability improved
  • The package comes with some dependency libraries
  • Many minor fixes

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

v0.3.0

05 Aug 15:41
Compare
Choose a tag to compare

This is a major functionality and device support release.

  • New features:
    • Flexible network connection control
    • Direct-Connect - connect directly to the device
      (device is like a server with a pre-configured dashboard)
    • Support #define'd virtual pin numbers in BLYNK_READ and BLYNK_WRITE
    • Use V0, V1, V2 ... synonyms for virtual pins for better code readability
    • blynk_ctrl.py Python script for automating sending commands to devices
  • New hardware support:
    • Arduino Leonardo, Micro, Mini (descriptions added)
    • Intel Edison (Galileo not tested, but should work)
    • RedBearLab
      • CC3200
      • WiFi Mini
    • LinkIt ONE
    • LightBlue Bean
      (experts only!!! tested with PC as a BLE<->TCP gateway, apps are not ready for BLE yet)
    • + general Energia WiFi support
  • Many improvements and bugfixes

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

BTW, I released Espruino and Node.js client (alpha stage): https://github.com/vshymanskyy/blynk-library-js

v0.2.4

09 Jul 13:56
Compare
Choose a tag to compare
  • New functions:
    • Terminal widget support
    • "Named pins" support
    • Gateway implementation in Python [prototype]
  • Improvements:
    • Arduino WiFi shield stability
    • Flood detection improvement
    • Minor bugfixes

v0.2.3

28 Jun 13:29
Compare
Choose a tag to compare
  • New hardware support:
    • ESP8266 as a shield (running AT firmware)
    • RN-XV WiFly
    • Seeed Studio Ethernet Shield V2.0 (W5200)
    • + You can implement your own connection type easily (User_Defined_Connection example)!
  • Major connection stability improvement:
    • ESP8266 standalone
    • Particle Core (Spark Core)
  • Lots of small changes based on the community feedback
    • String class support in Arduino-like platforms
    • Better examples
    • Updated documentation
  • Fixed some compilation errors (ENC28J60 + HanRun, ESP8266)
  • Travis CI + PlatformIO

v0.2.2-beta

16 Jun 17:07
Compare
Choose a tag to compare
v0.2.2-beta Pre-release
Pre-release
  • New hardware support:
    • ESP8266 as a shield (running AT firmware)
    • RN-XV WiFly
    • Seeed Studio Ethernet Shield V2.0 (W5200)
  • Lots of small changes based on the community feedback
  • Fixed some compilation errors (ENC28J60+HanRun, ESP8266)
  • Updated documentation and examples

v0.2.1

12 May 16:54
Compare
Choose a tag to compare

Updated and restructured examples.
Improved trouble detection.

v0.2.0

01 May 11:48
Compare
Choose a tag to compare

Bridge
SSL using gateway script