Skip to content

v0.4.7

Compare
Choose a tag to compare
@vshymanskyy vshymanskyy released this 09 Apr 12:35
· 572 commits to master since this release
     ___  __          __
    / _ )/ /_ _____  / /__
   / _  / / // / _ \/  '_/
  /____/_/\_, /_//_/_/\_\
         /___/    v0.4.7

How to install Blynk library.

☝️ Blynk library should be installed manually

Follow the instructions:

  1. Download Blynk_Release_vXX.zip (scroll down to the Downloads section)
  2. Unzip the archive. You will notice that archive contains several folders and several libraries.
  3. Copy all of these libraries to your_sketchbook_folder of Arduino IDE. To find the location of your_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:

  • libraries should go to libraries folder
  • tools should go to tools folder

In this release

  • New hardware:
  • Improvements:
    • SimpleTimer replaced by BlynkTimer. BlynkTimer is also available for Linux and Particle
    • virtualWrite with double now sends 6 decimal digits
    • Arduino IDE: added Example Builder tool
    • Fixed ButtonInterrupt example
    • All examples updated
  • Internal updates:

Full list of supported hardware is here

⚡️ If you like Blynk, don't forget to give us a github star! ⚡️