Releases: blynkkk/blynk-library
Releases · blynkkk/blynk-library
v0.3.1
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
This is a major functionality and device support release.
- New features:
- Flexible network connection control
- Ability to manage WiFi connection manually
- Connect to open WiFi networks
- Control Blynk cloud connection (on/off)
- ... details here: http://community.blynk.cc/t/new-features-on-master-branch-v0-2-5-beta/1014
- Direct-Connect - connect directly to the device
(device is like a server with a pre-configured dashboard) - Support
#define
'd virtual pin numbers inBLYNK_READ
andBLYNK_WRITE
- Use
V0
,V1
,V2
... synonyms for virtual pins for better code readability - blynk_ctrl.py Python script for automating sending commands to devices
- Flexible network connection control
- 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
- 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
- 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
- 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
Updated and restructured examples.
Improved trouble detection.
v0.2.0
Bridge
SSL using gateway script