mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 08:06:34 +01:00
GitBook: [master] 74 pages modified
This commit is contained in:
committed by
gitbook-bot
parent
9f62d5f899
commit
cd2dc25acf
@@ -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" %}
|
||||
|
||||
@@ -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" %}
|
||||
|
||||
@@ -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" %}
|
||||
|
||||
|
||||
|
||||
@@ -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/" %}
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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\)
|
||||
Reference in New Issue
Block a user