Use ESP NOW to transfer a sensor value between two ESPs in blynk

The simplest way is to use the HTTP(S) API to send data from multiple “slave” devices to one “master” device.

Example sketch for ESP32…

Example Sketch for ESP8266…

Obviously, in your situation your “slave” devices wouldn’t have any Blynk code or libraries in them, they’d just establish a WiFi connection then use the API to send data to Blynk.

Pete.

3 Likes