Skip to content

Commit d1cbdbb

Browse files
committed
Changes from feedback.
Thanks @WasabiFan
1 parent 06a8fd7 commit d1cbdbb

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

docs/tutorials/connecting-to-the-internet-via-bluetooth.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ If you are using an older version, please upgrade.
1616
{: .alert .alert-warning}
1717

1818
* {: tab="Android"}{% include icon.html type="info" %}
19-
These instructions were written using Android 4.1.2
20-
but should work for other versions as well.
19+
These instructions were written using Android 4.1.2 but they should work for
20+
other versions as well.
2121
{: .alert .alert-info}
2222

2323
1. On the EV3, first verify that Bluetooth is powered on. In brickman,
2424
open the *Wireless and Networks* menu and select *Bluetooth*. Make sure the
2525
*Powered* checkbox is checked. The Bluetooth icon next to the battery in the
26-
status bar also indicates that Bluetooth is powered on. Also make sure
26+
status bar also indicates that Bluetooth is powered on. Furthermore, make sure
2727
the *Visible* box is checked to make the EV3 discoverable.
2828

2929
{% include screenshot.html source="/images/brickman/bluetooth-powered-visible-no-devices.png" %}
@@ -57,8 +57,9 @@ If you are using an older version, please upgrade.
5757
{% include screenshot.html source="/images/brickman/bluetooth-droid4-network-connection-selected.png" %}
5858

5959
{% include icon.html type="info" %}
60-
The *Connect* button above is to connect other Bluetooth services. It
61-
**will not** connect the network connection.
60+
The *Connect* button pictured above is used to connect other Bluetooth
61+
services. It **will not** connect the network connection. We need to use
62+
*Connect* on the *Network Connection* screen below instead.
6263
{: .alert .alert-info}
6364

6465
8. Then select *Connect*.
@@ -71,7 +72,7 @@ If you are using an older version, please upgrade.
7172

7273
{% include screenshot.html source="/images/brickman/networking-droid4-connect-selected-online.png" %}
7374

74-
10. For `ssh` access to the EV3 on Android, you can use an app call [ConnectBot].
75+
10. For `ssh` access to the EV3 on Android, you can use an app called [ConnectBot].
7576

7677
Run ConnectBot and start a new connection. Do this by entering `robot@<ip-address>`
7778
where `<ip-address>` is the one seen on the EV3. Then press Enter on the keyboard
@@ -94,7 +95,7 @@ If you are using an older version, please upgrade.
9495

9596
{% include screenshot.html source="/images/android/4.1.2/connectbot-3.png" %}
9697

97-
12. And you are connected.
98+
12. And you should be connected.
9899

99100
{% include screenshot.html source="/images/android/4.1.2/connectbot-4.png" %}
100101

@@ -174,8 +175,9 @@ If you are using an older version, please upgrade.
174175
{% include screenshot.html source="/images/brickman/bluetooth-my-computer-0-network-connection-selected.png" %}
175176

176177
{% include icon.html type="info" %}
177-
The *Connect* button above is to connect other Bluetooth services. It
178-
**will not** connect the network connection.
178+
The *Connect* button pictured above is used to connect other Bluetooth
179+
services. It **will not** connect the network connection. We need to use
180+
*Connect* on the *Network Connection* screen below instead.
179181
{: .alert .alert-info}
180182

181183
13. Select *Connect* here. You can also check the box for *Connect automatically*.
@@ -291,8 +293,9 @@ If you are using an older version, please upgrade.
291293
{% include screenshot.html source="/images/brickman/bluetooth-my-computer-0-network-connection-selected.png" %}
292294

293295
{% include icon.html type="info" %}
294-
The *Connect* button above is to connect other Bluetooth services. It
295-
**will not** connect the network connection.
296+
The *Connect* button pictured above is used to connect other Bluetooth
297+
services. It **will not** connect the network connection. We need to use
298+
*Connect* on the *Network Connection* screen below instead.
296299
{: .alert .alert-info}
297300

298301
13. Select *Connect* here. You can also check the box for *Connect automatically*.

docs/tutorials/connecting-to-the-internet-via-usb.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ If you are using an older version, please upgrade.
145145

146146
{% include icon.html type="info" %}
147147
If the MAC address starts with `32:16:53` instead of `12:16:53`, this means
148-
it is using RNDIS instead of CDC. Unplug your USB cable and plug it back in.
148+
it is using the wrong USB configuration (technically speaking it is
149+
trying to use RNDIS instead of CDC, which kind of works but is not as good).
150+
Unplug your USB cable and plug it back in.
149151
{: .alert .alert-info}
150152

151153
5. Then click on the *IPv4 Settings* tab (1) and change the *Method* to
@@ -251,7 +253,7 @@ If you are using an older version, please upgrade.
251253

252254
{% include screenshot.html source="/images/windows/10/devices-and-printers-context-menu-network-settings.png" %}
253255

254-
5. In the *Network and Sharing Center*, make a not of which connection is
256+
5. In the *Network and Sharing Center*, make a note of which connection is
255257
your Internet connection (1) and then click on *Change adapter settings*
256258
(2). In this example, our Internet connection is **Network 5**.
257259

@@ -263,9 +265,9 @@ If you are using an older version, please upgrade.
263265

264266
{% include screenshot.html source="/images/windows/10/network-connections-context-menu-rename.png" %}
265267

266-
7. To share our Internet connection with the EV3, Double-click the network
267-
connection with the Internet connection that you noted earlier (**not**
268-
the one we just renamed). This will show the connection status.
268+
7. To share our Internet connection with the EV3, double-click the Internet
269+
network connection that you noted earlier (**not** the one we just
270+
renamed). This will show the connection status.
269271

270272
{% include screenshot.html source="/images/windows/10/network-connections-internet-adapter.png" %}
271273

0 commit comments

Comments
 (0)