Blynk.Edgent is makes it easy to connect your devices to the Blynk IoT platform and take advantage of the advanced Blynk features without extensive coding.
- Blynk.Inject: connect your devices easily using Blynk IoT App (iOS and Android)
BLE-assisteddevice provisioning for the best end-user experienceWiFiAP-basedprovisioning for devices without BLE support
- Network Manager: Advanced network connection management and troubleshooting
WiFi- maintains connection to the most reliable WiFi network (up to 16 configured networks)
- Secure Blynk.Cloud connection that provides simple API for:
- Data transfer with
Virtual Pins, reportingEvents, and accessingMetadata
- Data transfer with
- Blynk.Air - automatic, managed Over The Air firmware updates using Web Dashboard
- Direct firmware upgrade using iOS/Android App before device activation
Supported devices:
✅ ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C5, ESP32-C6
✅ ESP8266
✅ Seeed Wio Terminal
- Sign up/Log in to your Blynk Account
- Install Blynk IoT App for iOS or Android
- Create a new Product Template. This will provide you with
Template IDandTemplate Name.
In Arduino IDE menu: File -> Examples -> BlynkEdgent -> BlynkEdgent.
Follow instructions in the example sketch.
Verify and Upload!
- Open Blynk IoT App on your smartphone
- Click Add device -> Find devices nearby
- Select your device and follow the wizard instructions
The device should appear online once the above steps complete successfully.
- Save your sketch.
- In the Arduino IDE, select
Sketch->Export Compiled Binary. - A
buildsubfolder should be created in your sketch folder. Find the firmware file named<YourSketchName>.ino.bin(for example,BlynkEdgent.ino.bin). - In the Blynk Web Console, open your device, click
...under the device name, and selectUpdate Firmware. - Under
Apply update if the device has..., selectAnother build date.
Note: For this example, we use this option to force the update. In normal use, using firmware version criteria (by settingBLYNK_FIRMWARE_VERSION) is recommended. - Upload the firmware file. The firmware should be detected automatically, and its information should be displayed.
- Click
Start Shipping.
