Im currently working on an IoT Arduino based monitoring and regulatory system for plants

Arduino: 1.8.19 (Windows 10), Board: "Arduino Uno"

In file included from D:\SCHOOL FILES\Thesis Prototype\Testing\Testing.ino:6:0:

C:\Users\teres\Documents\Arduino\libraries\Blynk\src/BlynkSimpleEsp8266.h:15:2: error: #error This code is intended to run on the ESP8266 platform! Please check your Tools->Board setting.

#error This code is intended to run on the ESP8266 platform! Please check your Tools->Board setting.

^~~~~

C:\Users\teres\Documents\Arduino\libraries\Blynk\src/BlynkSimpleEsp8266.h:18:10: fatal error: version.h: No such file or directory

#include <version.h>

      ^~~~~~~~~~~

compilation terminated.

exit status 1

Error compiling for board Arduino Uno.

Hope someone could help me with this error, I already installed blynk library and its updated to the latest version. I'm using an Arduino UNO rev3 and an esp8266 S01.

Welcome to the forum

You appear to be trying to compile code intended for an ESP8266 with the target board set to a Uno

Oh, but what I'm trying to do, is to code in arduino and use only the esp8266 as a bridge to the Blynk app, is it possible?

The ESP8266 is quite capable - do you really need an Uno too?

Yeah, that was my initial plan, can you incorporate LCD, with esp8266 alone?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.