-
-
Notifications
You must be signed in to change notification settings - Fork 37
Setup guide: WiFi
Niila Viinamäki edited this page Oct 18, 2024
·
6 revisions
Guide: Download and install Arduino IDE
Setup Windows Mobile hotspot like this:
- Set your own Wi-Fi name and password
- Set band to 2.4 GHz
Set up sharing with your main connection:
- Turn on Windows Mobile hotspot
- Go to
Control Panel\Network and Internet\Network Connections
- Go to your main network's properties
- Go to
Sharing
- Turn on
Allow other network users to connect through this computer's Internet connection
- Select your Wi-Fi hotspot from the dropdown
- Click
OK
- Connect the board to the PC
- Open
Unibot/src/wifi/wifi.ino
with Arduino IDE - Go to
Tools > Board
and select the board you are using - Go to
Tools > Port
and select the correct port - In
wifi.ino
change variablesssid
andpassword
to match your Wi-Fi name and password - Click
Upload
- Turn on Mobile hotspot in Windows (Also check Control Panel setup)
- Connect the board to the PC
- Open Mobile hotspot settings
- You should see the board and its IP in the connected devices
The IP may reset everytime the board connects to Wi-Fi. Remember to update the IP.