Blynk.Edgent overview
What is Blynk.Edgent
Blynk.Edgent is a packaged solution that allows developers to easily connect their devices to the platform and take advantage of all its advanced features without the need for extensive coding. It includes:
Blynk library API (Secure connection and data exchange)
Blynk.Inject (dynamic device credentials provisioning over WiFi Access Point or BLE,)
Blynk.Air (OTA firmware updates)
A simple UX/interaction example:
Device state indication using an RGB LED
Device configuration reset using a button
This level of integration and ease of use can save significant time and effort spent on developing IOT essentials and help focus on the embedded firmware application building your connected product more quickly.
Although Blynk Library can be used without Blynk.Edgent features, it is recommended to use Blynk.Edgent whenever possible.
Hardware supported by Blynk.Edgent
Blynk.Edgent
ESP32 |
ESP8266 |
Arduino MKR WiFi 1010 |
Arduino Nano 33 IoT |
Seeed Wio Terminal |
TI CC3220 |
Dual-MCU Boards supported by Blynk.Edgent
through Blynk.NCP
Blynk.Edgent
through Blynk.NCP
Board | OTA for MCU | OTA for NCP | Connectivity | Provisioning | NCP File System |
---|---|---|---|---|---|
UNO R4 WiFi |
|
| WiFi 2.4 | ✅ BLE | 4.25 MB |
Portenta C33 |
|
| WiFi 2.4 | ✅ BLE | 512 KB |
Nano RP2040 Connect |
|
| WiFi 2.4 | ✅ BLE | 384 KB |
Nano 33 IoT |
|
| WiFi 2.4 | ✅ BLE | 384 KB |
MKR WiFi 1010 |
|
| WiFi 2.4 | ✅ BLE | 384 KB |
T-PicoC3 |
|
| WiFi 2.4 | ✅ BLE | 512 KB |
RPi Pico + ESP8266 |
|
| WiFi 2.4 | ✅ WiFiAP | 1000 KB |
How to connect a device with Blynk.Edgent
Create a blank Template in Blynk.Console. To do it, open the Templates section in the left menu and click + New Template button. Assign a name and select hardware and connectivity, you can further customize the template and build the dashboards later.
Open PlatformIO IDE (recommended) or Arduino IDE and install Blynk Library.
Open Blynk.Edgent example for your device and your IDE using the links provided in the table below or in your IDE. For Arduino: File -> Examples -> Blynk -> Blynk.Edgent and select your board.
Board | Example for PlatformIO IDE | Example for Arduino IDE |
---|---|---|
ESP32 | ||
ESP8266 | ||
Arduino MKR WiFi 1010 | ||
Arduino Nano 33 IoT | ||
Seeed Wio Terminal | ||
TI CC3220 | Contact sales for commercial implementation | Contact sales for commercial implementation |
Uncomment these two lines and replace the placeholders with your Template ID and Template name.
You can get them in Blynk.Console by going to Templates, selecting your newly created template and finding the Firmware configuration in the Home tab.
Compile and upload to your device
Connect your device in Blynk.App. To do it open the MENU icon in the upper right corner. Tap on + Add New Device. Select Find Devices Nearby option. The app will scan the WiFi networks around you and offer to connect to your device. You will see the template name you’ve chosen in step 1. Once the connection is established, the Blynk app will guide you through the provisioning process.
Bingo! Your device is online and connected to Blynk.Cloud. You can now continue prototyping, adding custom functionality according to your needs, and building your mobile and web dashboards. Your device is fully set up to get all further firmware updates over the air.
Last updated