v0.5.0
版本发布时间: 2017-12-21 20:20:41
blynkkk/blynk-library最新发布版本:v1.3.2(2023-09-04 23:19:10)
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ \/ '_/
/____/_/\_, /_//_/_/\_\
/___/ v0.5.0
How to install Blynk library.
☝️ Blynk library should be installed manually
Follow the instructions:
- Download Blynk_Release_vXX.zip (scroll down to the Downloads section)
- Unzip the archive. You will notice that archive contains several folders and several libraries.
- Copy all of these libraries to
your_sketchbook_folder
of Arduino IDE. To find the location ofyour_sketchbook_folder
, go to top menu in Arduino IDE: Windows:File → Preferences
Mac OS:Arduino → Preferences
The structure of your your_sketchbook_folder should now look like this, (along with your other sketches if you have them):
your_sketchbook_folder/libraries/Blynk
your_sketchbook_folder/libraries/BlynkESP8266_Lib
...
your_sketchbook_folder/tools/BlynkUpdater
your_sketchbook_folder/tools/BlynkUsbScript
...
☝️ Note that:
- all
libraries
should go tolibraries
folder - all
tools
should go totools
folder
In this release
-
New hardware support:
-
ESP32
- Bluetooth LE initial support + example
- SSL (secure connection) support + example
- App Export example for ESP32 (with WiFi credentials provisioning)
-
ESP8266
- SSL stability improvement (still not perfect due to a bug in ESP Core)
- SSL now checks certificate chain (previously fingerprint was used). Needs 2.4.0-rc2
- BIG stability improvements in Shield mode (AT commands)
- Realtek RTL8710 / Ameba support
- Arduino UNO WiFi support
- WIZnet WizFi310 support
- Improved ARM mbed support
- Improved Linux support
- All frameworks are now enabled for Platform.IO library
-
ESP32
-
General improvements
- Forget about “flood errors”. Probably ;)
- Library is now easier to port/run on 3rd party hardware
- We now use a single implementation of BlynkFifo
- Better diagnostic/debug prints
- NeoPixel lib is no longer included in Blynk release zip package.
-
Bugfixes:
- Unexpected "Login timeout" during redirect (#374)
- 100% CPU load on linux/raspberry
- Compile Error with Arduino 101 (#369). Please keep in mind that #304 is still there...
- Call
BLYNK_DISCONNECTED()
on unsuccessful write (#371) - RFDuino uses BLEPeripheral now
- Travis CI build is fixed
PlatformIO, Particle, ARM mbed and OpenWRT packages have been updated accordingly. Full list of supported hardware is available here
⚡️ If you like Blynk, don't forget to give us a github star! ⚡️
1、 Blynk_Release_v0.5.0.zip 586.3KB