Arduino Uno Wifi - Using ArduinoWifi.h Compiler errors

Hi everyone,

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()'

Any idea what I'm doing wrong?

Thanks in advance !
Tobias

Sorry - Just read about the difference between arduino.org & arduino.cc.
I'll redirect the question.

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.

I don't have the setup with the Wifi shield, I've got the Arduino Uno Wifi edition, so with wifi on board.
http://www.arduino.org/products/boards/arduino-uno-wifi

Will this also work for that?

JohnWasser? Anyone?

Will this also work for that?

It should compile at least. Only you can tell if it "works", for some (your) definition of work.

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.

TobiasV:
I don't have the setup with the Wifi shield, I've got the Arduino Uno Wifi edition, so with wifi on board.
http://www.arduino.org/products/boards/arduino-uno-wifi

Will this also work for that?

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."

The GitHub - arduino-libraries/WiFi_for_UNOWiFi_rev1: Arduino WiFi Library Library now works. I uninstalled Arduino.org IDE 1.8.0 and installed 1.7.11. Now it compiles.

Thanks for the effort