Arduino Uno WiFi

Hi Forum
I have recently purchased an Arduino Uno WiFi am I able to use this board with blynk as its not on the list of devices
Thanks John

It is basicly a hacked together UNO and an ESP8266 WiFi module.

Try UNO with WiFi in the App and UNO with ESP8266 WiFi Shield in the Sketch Builder

Hi
I tried the suggestion from Gunner below is the error message after I uploaded the sketch
Arduino: 1.8.1 (Windows 10), Board: “Arduino Uno WiFi”

C:\Users\John\Documents\Arduino\sketch_mar25a\sketch_mar25a.ino:36:25: fatal error: ESP8266WiFi.h: No such file or directory

#include <ESP8266WiFi.h>

                     ^

compilation terminated.

exit status 1
Error compiling for board Arduino Uno WiFi.

This report would have more information with
“Show verbose output during compilation”
option enabled in File -> Preferences.

Thanks oldvolt

If you haven’t already, you do need to install the ESP8266 board into Arduino IDE. There are many instruction sites out there and I don’t know which one is “official”, if there is one, but I found this one for you to try.

Please continue existing threads: [Solved] NEW Arduino UNO WiFi board

1 Like