GitBook: [master] 74 pages modified

This commit is contained in:
Daniel Spindelbauer
2018-08-15 09:36:40 +00:00
committed by gitbook-bot
parent 9f62d5f899
commit cd2dc25acf
46 changed files with 71 additions and 71 deletions

View File

@@ -29,7 +29,7 @@ You can also download _Pybytes library_ at the device's settings page:
### Step 2. Flash your device with Pymakr
{% hint style="info" %}
In case you haven't installed Pymakr plugin, follow [these instructions](../../pymakr-plugin/installation/atom.md).
In case you haven't installed Pymakr plugin, follow [these instructions](../../pymakr/installation/atom.md).
{% endhint %}
1. Connect your device to your computer with USB cable.
@@ -63,5 +63,5 @@ Pybytes library is written to `/flash` folder and will take precedence over buil
Now it's time to display data from your device into Pybytes dashboard.
{% page-ref page="../intro-2.md" %}
{% page-ref page="../visualise-data.md" %}

View File

@@ -50,5 +50,5 @@ Install the Firmware updater on your computer.
Now it's time to display data from your device into Pybytes dashboard.
{% page-ref page="../intro-2.md" %}
{% page-ref page="../visualise-data.md" %}

View File

@@ -28,15 +28,15 @@ In Pybytes go to Settings → Sigfox API or [follow this link](https://pybytes.p
### Sigfox DevKit contracts
Read more how to use Sigfox with [devKit contract](sigfoxdevkit.md).
Read more how to use Sigfox with [devKit contract](devkit.md).
{% page-ref page="sigfoxdevkit.md" %}
{% page-ref page="devkit.md" %}
### Sigfox custom contracts
Read more how to use Sigfox with [Custom contract](sigfoxdevkit.md).
Read more how to use Sigfox with [Custom contract](devkit.md).
{% page-ref page="sigfoxcustomcontract.md" %}
{% page-ref page="custom.md" %}

View File

@@ -13,7 +13,7 @@ Follow these steps to create a Pybytes account:
Now it's time to explore Pybytes. You can start by connecting your Pycom board to Pybytes.
{% page-ref page="intro-1/" %}
{% page-ref page="add-device/" %}

View File

@@ -25,7 +25,7 @@ In a nutshell, Pybytes is an environment designed to optimise your IoT applicati
## Let's get started!
* [Getting started with Pybytes](intro.md)
* [Connect your Pycom module to Pybytes](intro-1/)
* [Visualise data from your device](intro-2.md)
* [Getting started with Pybytes](getting-started.md)
* [Connect your Pycom module to Pybytes](add-device/)
* [Visualise data from your device](visualise-data.md)

View File

@@ -3,7 +3,7 @@
In this section, we will explain to you how to create widgets for data visualisation and set up your device's dashboard on Pybytes.
{% hint style="info" %}
We assume that you already have your device connected to Pybytes. In case you haven't, check how to [add your device here](intro-1/). After your done with that, you can proceed to the next example.
We assume that you already have your device connected to Pybytes. In case you haven't, check how to [add your device here](add-device/). After your done with that, you can proceed to the next example.
{% endhint %}
## Step 1: Set up your application \(main.py\)