.st0{fill:#FFFFFF;}

Blynk

Mobile Development with Blynk 2.0 (a course update) 

 September 9, 2021

By  Peter

Join Our Mailing List

We publish fresh content each week. Read how-to's on Arduino, ESP32, KiCad, Node-RED, drones and more. Listen to interviews. Learn about new tech with our comprehensive reviews. Get discount offers for our courses and books. Interact with our community.

One email per week, no spam, unsubscribe at any time.

I am pleased to announce that we have just published an extensive update of our course Mobile Development with Blynk to cover the new features of Blynk 2.0.

A few months ago, Blynk completed a significant revamp of their platform. The revamp introduced new features, and ended support for others.

Most significant of the features that are no longer supported is the private Blynk server, a Java application that could run on any computer and that could support a Blynk app that needed low data latency and direct access to the application data.

This does not mean that you can’t use the private Blynk server – you can. It just means that the server is no longer receiving any maintenance or new features from Blynk.

Ok, that was the “bad” news.

A slide from “What is this course about”.

Everything else is “good news”.

Blynk 2.0 is much more powerful then the legacy version, and cheaper for hobbyists. It maintains the familiar graphical user interface for creating mobile applications, and adds a cloud dashboard. It also offers a significantly upgraded Arduino library packed with features, including support for over the air firmware upgrades.

We have updated the course to cover all new features, and to bridge your knowledge from Blynk “legacy” to Blynk “2.0”.

The updated course contains 3 new sections and additional lectures with hands-on examples of:

  1. How to get started with the Blynk Cloud and Blynk App.
  2. How to upgrade device firmware over the air.
  3. How to use the new Blynk HTTPS API from any device or program (we use Ruby in our examples).
  4. How to continue to use the legacy private Blynk server if you want (I am still using mine).
  5. How to continue to use the legacy Blynk cloud host with the legacy Blynk mobile app (so that your existing applications can continue to operate).

All the demo code and schematics is available to download from the course.

Most of the examples are based on an ESP32 because of how well this device works with the new Blynk Edgent Arduino library and the over the air firmware upgrades.

If you are enrolled in Mobile Development with Blynk, you can see the new content right now.

If you are not enrolled yet, checkout the course page and create your first Blynk mobile app today!


Tags

Course update


You may also like

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}

Understanding the power requirements is crucial for any enthusiast using the Arduino Uno in their projects. How you manage voltage, amperage, and power sources impacts the success or failure of your endeavours. In this guide,

Read More
The Ultimate Guide to Powering Your Arduino Uno Board

If you are curious about how electronic devices work, understanding the fundamentals of the operation of their basic components is essential. Every electronic device—from the smartphones in our pockets to the satellites orbiting our planet—contains

Read More
A Guide to Essential Electronic Components in Circuits