@@ -12,8 +12,8 @@ You can connect to your robot using any WiFi capable device (laptop, tablet, pho
12
12
Connecting to Your Robot
13
13
------------------------
14
14
15
- During the boot process you should notice the green LED labelled WiFi turn on.
16
- Your robot has now set up its very own WiFi network! It will have a name starting with ` robot-ZZZ ` followed by some random numbers.
15
+ During the boot process you should notice the green LED on the KCH labelled " WiFi" turn on.
16
+ Your robot has now set up its very own WiFi network! It will initially have a name starting with ` robot-ZZZ ` followed by some random numbers.
17
17
18
18
You can now connect to your robot in the same way you normally connect to a WiFi network.
19
19
You will need a WiFi key to be able to connect and you can find this inside any robot.zip
@@ -24,11 +24,7 @@ These details can also be printed using:
24
24
R.print_wifi_details()
25
25
~~~~
26
26
27
- Note that, because the information for your robot's WiFi network is stored inside the robot.zip,
28
- the WiFi network will disappear when you unplug the USB memory stick. It will reappear a few moments
29
- after you plug the USB memory stick into your robot.
30
-
31
- If you are having any problems connecting to your robot, just head on over to support forum channel in Discord
27
+ If you are having any problems connecting to your robot, just head on over to the Discord
32
28
and ask for help.
33
29
34
30
Using the robot interface
@@ -53,10 +49,12 @@ You can also see your robot's logs on the USB stick, in a file called
53
49
54
50
### Setting up the Robot's Environment
55
51
56
- The toolbar present at the top of the page, or bottom of the page on mobile; allows you to change the robot's starting zone and mode.
52
+ The toolbar present at the top of the page, or bottom of the page on mobile, allows you to change the robot's starting zone and mode.
57
53
Changing the starting zone allows you to test how your robot handles being started in a
58
54
different zone.
59
55
56
+ The wifi interface will only be fully accessible when your robot is started in dev mode and will be restricted in competition mode.
57
+
60
58
Changing to competition mode causes the development markers to be unreadable,
61
59
and instead reads the competition markers, which are different. Therefore, you
62
60
should keep your robot in development mode.
0 commit comments