Skip to content

Commit 0751137

Browse files
committed
clarifying language
1 parent 71d4df9 commit 0751137

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

content/pybytes/connect/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ In this section, we will explain to you how to add a device to Pybytes.
88

99
## Step 1: Configure the Pybytes service
1010

11-
In Pybytes, go to *Devices* Page:
11+
Go to the *Devices* page in Pybytes:
1212

1313
1. Click on *Add Device*.
1414
![](/gitbook/assets/pybytes/add-device/add-device-btn.png)
1515

1616
1. Select your device (WiPy, LoPy, SiPy, etc.).
1717
![](/gitbook/assets/pybytes/add-device/select-device-type.png)
1818

19-
1. Select your network options. This is how your device will connect to the internet and to Pybytes. For now, let's choose WiFi.
19+
1. Select your network options. This will be how your device connects to both Pybytes and the internet. For now, choose WiFi.
2020
![](/gitbook/assets/pybytes/add-device/network-step.png)
2121

22-
1. Enter a unique name for your device and the WiFi credentials (SSID and password). You can also save this WiFi, so you can later use it again for more devices.
22+
1. Enter a unique name for your device and enter the WiFi credentials (SSID and password). You can save this WiFi, so that it will be remembered for later use when adding further devices.
2323
![](/gitbook/assets/pybytes/add-device/customize-step.png)
2424

2525
1. At the end of the *Add Device* wizard, Pybytes will show that your device profile was successfully created.
2626
![](/gitbook/assets/pybytes/add-device/final-step.png)
2727

2828
## Step 2: Configure your device
2929

30-
There are two options to connect your device to Pybytes:
30+
There are two options for connecting your device to Pybytes:
3131

32-
1. **[Connect your device quickly](quick) (Recommended)**
32+
1. **Recommended:** [Connect your device quickly with the help of the Firmware Updater](quick)
3333

3434
1. [Connect your device by flashing Pybytes Library](flash) (only if you want to customize Pybytes library code).

content/pybytes/connect/quick.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,43 @@ aliases:
88

99
In this section, we explain to you how to connect your device to Pybytes quickly using the Firmware Updater tool.
1010

11-
### 1. Download Pycom Firmware updater tool
11+
### 1. Download Pycom Firmware Updater tool
1212

13-
1. From the last step of the "Add Device" process you can download and install Pycom Firmware updater tool. (Or follow this link [pycom.io](https://pycom.io/downloads/)).
13+
1. At the final step of the "Add Device" process, you can download and install the [Pycom Firmware Updater tool](https://pycom.io/downloads/)).
1414
![](/gitbook/assets/pybytes/add-device/connect-your-device-component.png)
1515

16-
1. Copy the activation token by pressing the copy button. The activation token is valid for one hour. If your activation token is expired, you can create a new one.
16+
1. Copy the activation token by pressing the Copy button. The activation token is valid for one hour. If your activation token has expired, you can create a new one.
1717

1818

19-
### 2. Flash Pybytes firmware with Pycom Firmware updater tool
19+
### 2. Flash Pybytes firmware with Pycom Firmware Updater tool
2020

2121
#### Before you start
2222
* Connect your device to the computer
2323
* If your device is already connected, make sure it is not connected to Pymakr
2424

2525
#### Firmware update process
2626

27-
1. Open the Pycom Firmware updater tool on your computer and click on the Continue button.
27+
1. Open the Pycom Firmware Updater tool on your computer and click on the Continue button.
2828
![](/gitbook/assets/pybytes/add-device/fw-updater/intro-screen.png)
2929

3030
1. Click again on the Continue button.
3131
![](/gitbook/assets/pybytes/add-device/fw-updater/attention-screen.png)
3232

3333
{{% hint style="info" %}}
3434
If your device is already connected to your computer, on MacOS serial port will be automatically filled for you.
35-
At this step, you can also click on Rescan ports button to update ports listed in the Firmware updater.
35+
At this step, you can also click on Rescan ports button to update ports listed in the Firmware Updater.
3636
{{% /hint %}}
3737

3838
1. Check the options "Erase flash file system" and "Force update Pybytes registration";
3939
![](/gitbook/assets/pybytes/add-device/fw-updater/settings-screen.png)
4040

41-
1. Paste your activation token from Pybytes. Firmware updater should display **Registration successful!**
41+
1. Paste your activation token from Pybytes. Firmware Updater should display **Registration successful!**
4242
![](/gitbook/assets/pybytes/add-device/fw-updater/activation-token-screen.png)
4343

4444
1. Then press the Continue button. Your device will be flashed with the Pybytes firmware. This should take about a minute.
4545
![](/gitbook/assets/pybytes/add-device/fw-updater/update-in-progress-screen.png)
4646

47-
1. After the updating process is done. You will be welcomed with the final screen. Click on Done to close the Firmware updater.
47+
1. After the updating process is done, you will see the final screen. Click on Done to close the Firmware Updater.
4848
![](/gitbook/assets/pybytes/add-device/fw-updater/success-screen.png)
4949

5050
## Next step: Set up your device's dashboard!

0 commit comments

Comments
 (0)