i've recently bought a Arduino Uno Wifi. (I've built a Velleman Allbot with itVideo )
Now I've managed to connect it to my wifi network so I wanted to try to run the example sketches.
I wanted to try the example sketch from Arduino Getting Started Guide. But couldn't find the ArduinoWifi.h library.
This I found on (Github).
But while compiling any of the sketches (both from Github as from Arduino) using the ArduinoWifi.h library I get errors.
I'm running Arduino IDE 1.8.0, boards are updated.
Errors I receive:
<user>\AppData\Local\Temp\cc3na2Mm.ltrans0.ltrans.o: In function `setup':
\arduino-library-arduino-wifi-master\examples\WebServerBlink/WebServerBlink.ino:12: undefined reference to Wifi'
...
undefined reference tovtable for WifiData'
undefined reference to `ArduinoWifiClass::begin()'
Arduino.org and Arduino.cc are in the process of merging. Try File->Examples->WiFi for examples that should work with both the Arduino WiFi and the Arduino UNO with the Arduino WiFi Shield.
johnwasser: Arduino.org and Arduino.cc are in the process of merging. Try File->Examples->WiFi for examples that should work with both the Arduino WiFi and the Arduino UNO with the Arduino WiFi Shield.
PaulS:
It should compile at least. Only you can tell if it "works", for some (your) definition of work.
I tried the Wifi Example and I get the following error in my Serial Monitor: WiFi shield not present.
So I don't think the Wifi library supports Arduino Uno Wifi edition? Or am I missing something?
I tried the Wifi Example and I get the following error in my Serial Monitor
So, the code compiled. That's all I said I was at all confident would happen.
The Arduino Wifi board is sold by arduino.org. Why would you be following the arduino.org site's installation instructions, but asking for help at arduino.cc? Why not ask for the help you need there?
The Arduino Wifi library is for Arduino Wifi shields.
It is my understanding that the Arduino WiFi is functionally identical to the Arduino UNO R3 with an Arduino WiFi Shield on top. I expect the WiFi library to work with either configuration. That is why I said: "Try File->Examples->WiFi for examples that should work with both the Arduino WiFi and the Arduino UNO with the Arduino WiFi Shield."
johnwasser:
It is my understanding that the Arduino WiFi is functionally identical to the Arduino UNO R3 with an Arduino WiFi Shield on top. I expect the WiFi library to work with either configuration. That is why I said: "Try File->Examples->WiFi for examples that should work with both the Arduino WiFi and the Arduino UNO with the Arduino WiFi Shield."