You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/setup/02-configuration.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: single
3
3
title: "MBot Setup: Configuring your Image"
4
4
toc: true
5
-
last_modified_at: 2024-08-28
5
+
last_modified_at: 2024-11-22
6
6
---
7
7
8
8
**Note:** Configuring your image only works for the official MBot images. If you are using a different image (like a standard Raspberry Pi image), you will need to [setup your image](/docs/setup/new-image) before configuration.
@@ -73,6 +73,11 @@ The following information can be configured in the `mbot_config.txt` file:
73
73
*`mbot_ip_list_user`: The username of the GitHub account the robot uses to publish its IP.
74
74
*`mbot_ip_list_token`: A token the robot can use to push to the registry (this is in place of using a password, which GitHub no longer supports).
75
75
76
+
## Connecting to WiFi
77
+
78
+
If you are on an Enterprise network (e.g. you are on the UM campus), you will need to connect your robot to the network manually.
79
+
80
+
See the [Networking Guide](/docs/setup/networking) for instructions on how to do this, then go to the calibration step.
81
+
76
82
[**Previous Step:** Installing the OS](/docs/setup/01-install-os){: .btn .btn--inverse .align-left}
Copy file name to clipboardexpand all lines: docs/setup/networking.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: single
3
3
title: Networking on the MBot
4
4
toc: true
5
-
last_modified_at: 2024-10-16
5
+
last_modified_at: 2024-11-22
6
6
---
7
7
8
8
In order to control and program your MBot from your laptop, we will need the robot and laptop to be connected to the same WiFi network. We will then be able to connect to it with [VSCode](/docs/tutorials/vscode) or [NoMachine](/docs/tutorials/no-machine).
@@ -61,10 +61,15 @@ If your WiFi network requires you to log in with a username and password (for ex
61
61
**Tip:** The Raspberry Pi uses a Linux-based operating system, so make sure to follow Linux-specific instructions if there are any.
62
62
{: .notice--info}
63
63
64
-
**At the University of Michigan?** You need to connect to MWireless using the MSetup script. You can find the script `SecureW2_JoinNow.run` in the home directory in the base image. Or, download it from the [MSetup website](https://cloud.securew2.com/public/92472/UMich-WiFi/?device=Linux) (select "Join Now" to download the file). Then, run it:
65
-
```bash
66
-
sh SecureW2_JoinNow.run
67
-
```
64
+
**At the University of Michigan?** You need to connect to MWireless using the MSetup script. You can find the script `SecureW2_JoinNow.run` in the home directory in the base image. Or, download it from the [MSetup website](https://cloud.securew2.com/public/92472/UMich-WiFi/?device=Linux) (select "Join Now" to download the file).
65
+
1. Connect to the robot's [access point](#connecting-to-the-mbots-access-point).
66
+
2. Connect to [NoMachine](/docs/tutorials/no-machine) using the local access point.
67
+
3. Open a terminal in NoMachine and run the setup script:
68
+
```bash
69
+
sh SecureW2_JoinNow.run
70
+
```
71
+
**Warning:** When you connect to the network, NoMachine will disconnect. This is normal! If you see an IP show up on the display, it worked. If it didn't work, you will need a monitor and keyboard to fix it.
72
+
{: .notice--warning}
68
73
69
74
## Connecting to the MBot's Access Point
70
75
@@ -87,4 +92,3 @@ If the MBot *fails to connect to any known WiFi network*, it will create its own
87
92
88
93
**Note:** You will have to create *a new connection* in VSCode or NoMachine when you connect with a different address. Make sure you pick the connection that matches the robot's IP address.
0 commit comments