diff --git a/config.toml b/config.toml index 2d6bcc1..428cff9 100644 --- a/config.toml +++ b/config.toml @@ -1160,19 +1160,12 @@ theme = "doc-theme" weight = 20 [[menu.main]] - name = "Connect to Pybytes: Quick Add" + name = "Provisioning via USB" url = "/pybytes/connect/quick/" identifier = "pybytes@connect@quick" parent = "pybytes@connect" weight = 10 -[[menu.main]] - name = "Connect to Pybytes: Flash Pybytes library manually" - url = "/pybytes/connect/flash/" - identifier = "pybytes@connect@flash" - parent = "pybytes@connect" - weight = 20 - [[menu.main]] name = "Add Sigfox device" url = "/pybytes/connect/sigfox/" diff --git a/content/pybytes/_index.md b/content/pybytes/_index.md index 5c3e942..0af4078 100644 --- a/content/pybytes/_index.md +++ b/content/pybytes/_index.md @@ -4,7 +4,7 @@ aliases: - pybytes/introduction --- -[![pybytes](/gitbook/assets/pybytes/introduction/pybytes_logo.png)](https://pybytes.pycom.io/?utm_source=docs&utm_medium=web&utm_campaign=pybytes-introduction) +![pybytes](/gitbook/assets/pybytes/introduction/pybytes_logo.png) ## What is Pybytes? diff --git a/content/pybytes/connect/_index.md b/content/pybytes/connect/_index.md index ce27259..b62f60b 100644 --- a/content/pybytes/connect/_index.md +++ b/content/pybytes/connect/_index.md @@ -32,8 +32,6 @@ At the end of the "Add Device" wizard, Pybytes will show that your device profil ![](/gitbook/assets/pybytes/add-device/final-step.png) -Select how you would like to connect your device to Pybytes: -1. **[Connect your device quickly](quick) (Recommended)** - -2. [Connect your device by flashing Pybytes Library](flash) (only if you want to customize Pybytes library code). +## Next step +[Provision your device via USB](quick) diff --git a/content/pybytes/connect/flash.md b/content/pybytes/connect/flash.md deleted file mode 100644 index 3ab82a8..0000000 --- a/content/pybytes/connect/flash.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Flash Pybytes-library (advanced)" -aliases: - - pybytes/connect/flash.html - - pybytes/connect/flash.md - - chapter/pybytes/connect/flash ---- - -In this section, we will explain to you how to connect your device to Pybytes by flashing the Pybytes library. -Use this, if you want to have full control over the Pybytes library on your device. - -{{% hint style="info" %}} -Pybytes firmware already contains [Pybytes library](https://github.com/pycom/pycom-micropython-sigfox/tree/pybytes-master/esp32/frozen/Base). That means that you can [add your device quickly](../quick) without the need of flashing Pybytes library. -{{% /hint %}} - -### Step 1: Flash stable firmware to your device with Pycom firmware updater tool -1. Open Pycom firmware updater tool -2. Select a stable firmware -3. Click on continue - -Here's more information about [firmware updates](/gettingstarted/installation/firmwaretool). - -### Step 2: Download your Pybytes Library - -You can download _Pybytes library_ at the device's settings page: - -2. Navigate to your device in Pybytes; - -3. Click on the settings tab; - -4. Click on the _Download_ button at Pybytes library section; - -![](/gitbook/assets/pybytes/flash-pybytes-library/settingsTab.png) - -### Step 3. Flash your device with Pymakr - -{{% hint style="info" %}} -In case you haven't installed Pymakr plugin, follow [these instructions](/pymakr/installation/atom). -We recommend to install Pymakr in Atom. -{{% /hint %}} - -1. Connect your device to the computer with a USB cable. -2. Open zip archive of Pybytes library and extract a containing folder. -3. Check your `flash/pybytes_config.json` file. It should be pre-filled with your Pybytes credentials (deviceToken, WiFi credentials, ...) -3. Open Pybytes library folder as a project folder in Atom. -4. Click on the Connect button in Pymakr. Pymakr should connect to your device. -7. Upload code to your device by clicking on the _Upload_ button in Pymakr. - - After all the Pybytes library files are uploaded to your device, the device will restart and connect to Pybytes. diff --git a/content/pybytes/connect/quick.md b/content/pybytes/connect/quick.md index fc6289c..ac3fd36 100644 --- a/content/pybytes/connect/quick.md +++ b/content/pybytes/connect/quick.md @@ -1,5 +1,5 @@ --- -title: "Connect the device to Pybytes" +title: "Provisioning via USB" aliases: - pybytes/connect/quick.html - pybytes/connect/quick.md