Arduino UNO WiFi connect to WiFi

Posted on Tags

After you update your firmware of the UNO, the next step is to connect it to your WiFi, it is hard to find how exactly you should do that, that’s why I will list short steps to do that.

  • Connect the board to the PC with USB, wait a few seconds the WiFi to start
  • Connect your laptop or phone to Arduino Wifi, you will find it, its name will be something like “Arduino Uno Wifi XXX”
  • Open in the browser http://192.168.240.1/ address and you will see the WiFi dashboard, on the left side click WiFi and find your network and enter the password
  • After clicking on connecting you will see what IP address the UNO got, like 192.168.7.103
  • Now disconnect the laptop or phone from Arduino WiFi and connect to yours, then load in the browser http://192.168.7.103/ and you will see the same screen
  • Done, UNO now is connected to your WiFi automatically when you turn it on

More information you can find here for how to connect and also on the arduino.org webarchive getting started tutorial

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.