Blynk Edgent,

Hello guys.
I need help with coding.

I have upload the blynkEdgent code onto the ESP 8266, activated the device and connected to Blynk.

Now I am facing a problem, as I would like to add my own code to measure temperature using the DS18b20.

Where should I write the code?


In the .ino file.

You’ll probably need to add a BlynkTimer to call the function that takes the temperature readings, and add a time.run() line to your void loop.

Pete.