Blynk.Edgent overview
Last updated
Last updated
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.
Blynk.Edgent
Blynk.Edgent
through Blynk.NCP
Create a blank Template in Blynk.Console. To do it, go to Developer Zone 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.
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 Developer Zone -> 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.
Board | OTA for MCU | OTA for NCP | Connectivity | Provisioning | NCP File System |
---|---|---|---|---|---|
Board | Example for PlatformIO IDE | Example for Arduino IDE |
---|---|---|
ESP32
ESP8266
Seeed Wio Terminal
TI CC3220
Arduino UNO R4 WiFi
⏳ RA4M1
✅ ESP32s3
WiFi 2.4
✅ BLE
4.25 MB
Arduino Portenta C33
⏳ RA6M5
✅ ESP32c3
WiFi 2.4
✅ BLE
512 KB
Arduino Nano RP2040 Connect
✅ RP2040
❌ NINA_W102
WiFi 2.4
✅ BLE
384 KB
Arduino Nano 33 IoT
✅ SAMD21
❌ NINA_W102
WiFi 2.4
✅ BLE
384 KB
Arduino MKR WiFi 1010
✅ SAMD21
❌ NINA_W102
WiFi 2.4
✅ BLE
384 KB
LILYGO T-PicoC3
✅ RP2040
✅ ESP32c3
WiFi 2.4
✅ BLE
512 KB
Raspberry Pi Pico + ESP8266
✅ RP2040
✅ ESP8266
WiFi 2.4
✅ WiFiAP
1000 KB
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