BlynkEdgent blynk V2

A good start,I must say :smile:

fatal error: BlynkEdgent.h: No such file or directory
18 | #include “BlynkEdgent.h”

2021-06-06_201438

I don’t see any BlynkEdgent.h in the Blynk v 1.0.0 library

This seems random. Did you see it an any of the published examples? I don’t think so.
Please checkout Examples - Blynk - Blynk.Edgent in Arduino IDE

1 Like

Yes I see it

I see that too
2021-06-06_202313

Solved !

1 Like

How? I’m having the same problem and can’t figure it out. Sorry, really new to Blynk

If you’ve installed the latest Blynk library in the Arduino IDE (Sketch > Include Library > Manage Libraries > search for Blynk > Select version 1.0.1)

then you should be able to go to File > Examples > Blynk > Blynk.Edgent > your board type

This will open the Edgent example, ready for you to add the BLYNK_TEMPLATE_ID and BLYNK_DEVICE_NAME from the template that you’ve created in the web portal.

If this doesn’t solve your issue then you need to explain EXACTLY what steps you’ve taken so far, and what error messages you are seeing.

Pete.

I have done Everything But Getting The Error again and again

I’d suggest that you start by reading this…

and if you’re still having issues then create a new “need help…” topic and post your Edgent_ESP8266.ino file (correctly formatted with triple backticks) and provide details of the Blynk library version you are using.

Pete.