Skip to content

Commit a379faf

Browse files
authored
White Panda's Wi-Fi setup instructions (#457)
1 parent 11ef24b commit a379faf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/panda_wifi_setup.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Connecting to White Panda via Wi-Fi
2+
3+
1. First connect to your White Panda's Wi-Fi pairing network (this should be the Wi-Fi network WITH the "-pair" at the end)
4+
5+
2. Now in your favorite web browser go to this address **192.168.0.10** (this should open a web interface to interact with the White Panda)
6+
7+
3. Inside the web interface enable secured mode by clinking the **secure it** link/button (this should make the White Panda's Wi-Fi network visible)
8+
9+
### If you need your White Panda's Wi-Fi Password
10+
11+
* Run the **get_panda_password.py** script in found in **examples/** (Must have panda paw for this step because you need to connect White Panda via USB to retrive the Wi-Fi password)
12+
* Also ensure that you are connected to your White Panda's Wi-Fi pairing network
13+
14+
4. Connect to your White Panda's default Wi-Fi network (this should be the Wi-Fi network WITHOUT the "-pair" at the end)
15+
16+
5. Your White Panda is now connected to Wi-Fi you can test this by running this line of code `python -c 'from panda import Panda; panda = Panda("WIFI")'` in your terminal of choice.

0 commit comments

Comments
 (0)