diff --git a/config.toml b/config.toml index e452df8..ef964df 100644 --- a/config.toml +++ b/config.toml @@ -1155,8 +1155,8 @@ theme = "doc-theme" [[menu.main]] name = "Getting Started" - url = "/pybytes/getstarted/" - identifier = "pybytes@getstarted" + url = "/pybytes/gettingstarted/" + identifier = "pybytes@gettingstarted" parent = "pybytes" weight = 10 diff --git a/content/pybytes/getstarted.md b/content/pybytes/getstarted.md deleted file mode 100644 index 0ea9681..0000000 --- a/content/pybytes/getstarted.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Getting Started with Pybytes" -aliases: - - pybytes/getstarted.html - - pybytes/getstarted.md - - chapter/pybytes/getstarted/intro ---- - -Follow these steps to create a Pybytes account: - -## Step 1: Go to the registration page - -1. Go to [https://pybytes.pycom.io](https://pybytes.pycom.io/?utm_source=docs&utm_medium=web&utm_campaign=pybytes-getting-started). -2. Enter your full name, email address and set a password for your account. -3. Confirm the verification message sent to your email address. -4. Click on the link and complete your login. - -## Go Invent! - -Now it's time to explore Pybytes. You can start by [connecting your Pycom board to Pybytes](../connect). diff --git a/content/pybytes/gettingstarted.md b/content/pybytes/gettingstarted.md new file mode 100644 index 0000000..42f1613 --- /dev/null +++ b/content/pybytes/gettingstarted.md @@ -0,0 +1,47 @@ +--- +title: "Getting Started with Pybytes" +aliases: + - pybytes/getstarted.html + - pybytes/getstarted.md + - chapter/pybytes/getstarted/intro +--- + +If you did not get started with our devices yet, please follow [this guide ](/gettingstarted/) first. + +## Step 1: Create a Pybytes Account + +If you already have a Forum or Webshop account, you can use the same credentials to log into [Pybytes](https://pybytes.pycom.io/) + +Else, go to [Pybytes](https://pybytes.pycom.io) and create an account + +## Step 2: Create a device +1. Click on [Add Device](https://pybytes.pycom.io/devices). You can either add a device using USB, or the Pybytes App for [iPhone](https://apps.apple.com/us/app/pybytes/id1465696479) or [Android](https://play.google.com/store/apps/details?id=io.pycom.pybytes_android&hl=en). In this guide, we will describe the process using USB. +![](/gitbook/assets/pybytes/add-device/add-device-btn.png) + +1. Select your device (WiPy, LoPy, SiPy, etc.). +![](/gitbook/assets/pybytes/add-device/select-device-type.png) + +1. Select your network options. This will be how your device connects to both Pybytes and the internet. For now, choose WiFi. This will show a subwindow where you enter your WiFi credentials. This is only needed to connect your device with a WiFi network to access pybytes. +![](/gitbook/assets/pybytes/add-device/network-step.png) + +1. Enter a unique name for your device and hit save! + +![](/gitbook/assets/pybytes/add-device/customize-step.png) + +1. At the end of the *Add Device* wizard, Pybytes will show that your device profile was successfully created. + +## Step 3: Provision your device + +After creation, you will land on the provisioning page. This is where we 'inform' the device about the Pybytes connection and how to set it up. The first time you set up the device for use with Pybytes, you will need to provision it using the Firmware Updater Tool. This is a good moment to become familiar with the tool. + + +## Step 1: Go to the registration page + +1. Go to [https://pybytes.pycom.io](https://pybytes.pycom.io/?utm_source=docs&utm_medium=web&utm_campaign=pybytes-getting-started). +2. Enter your full name, email address and set a password for your account. +3. Confirm the verification message sent to your email address. +4. Click on the link and complete your login. + +## Go Invent! + +Now it's time to explore Pybytes. You can start by [connecting your Pycom board to Pybytes](../connect). diff --git a/static/gitbook/assets/pybytes/add-device/add-device-btn.png b/static/gitbook/assets/pybytes/add-device/add-device-btn.png index 54657ba..c90e419 100644 Binary files a/static/gitbook/assets/pybytes/add-device/add-device-btn.png and b/static/gitbook/assets/pybytes/add-device/add-device-btn.png differ diff --git a/static/gitbook/assets/pybytes/add-device/customize-step.png b/static/gitbook/assets/pybytes/add-device/customize-step.png index fd5fdc5..52f227e 100644 Binary files a/static/gitbook/assets/pybytes/add-device/customize-step.png and b/static/gitbook/assets/pybytes/add-device/customize-step.png differ diff --git a/static/gitbook/assets/pybytes/add-device/network-step.png b/static/gitbook/assets/pybytes/add-device/network-step.png index 6eb03b1..bc3abe7 100644 Binary files a/static/gitbook/assets/pybytes/add-device/network-step.png and b/static/gitbook/assets/pybytes/add-device/network-step.png differ diff --git a/static/gitbook/assets/pybytes/add-device/select-device-type.png b/static/gitbook/assets/pybytes/add-device/select-device-type.png index 1bec600..8b9b49a 100644 Binary files a/static/gitbook/assets/pybytes/add-device/select-device-type.png and b/static/gitbook/assets/pybytes/add-device/select-device-type.png differ