chore: removed unused readme.md files

this was used by gitbook before
This commit is contained in:
jirikrepl
2019-12-02 15:21:41 +01:00
parent a9e082393f
commit 120907af3e
3 changed files with 0 additions and 92 deletions

View File

@@ -1,35 +0,0 @@
In this section, we will explain to you how to add a device to Pybytes.
## Step 1: Add device wizard
In Pybytes, go to *Devices* Page:
1. Click on *Add Device*.
![](/gitbook/assets/pybytes/add-device/add-device-btn.png)
2. Select your device (WiPy, LoPy, SiPy, etc.);
![](/gitbook/assets/pybytes/add-device/select-device-type.png)
4. Select your network option;
![](/gitbook/assets/pybytes/add-device/network-step.png)
5. Enter a unique name and the network credentials (SSID and password) for your device;
![](/gitbook/assets/pybytes/add-device/customize-step.png)
## Step 2: Connect your device to Pybytes
At the end of the "Add Device" wizard, Pybytes will show that your device profile was successfully created.
![](/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).

View File

@@ -1,44 +0,0 @@
---
title: "Add Sigfox device"
aliases:
- chapter/pybytes/connect/sigfox/sigfox
---
{{% hint style="danger" %}}
Before you start you need to create Sigfox account. You need Pycom device with Sigfox to get your Sigfox account. [**Follow these instructions**](../..//gettingstarted/registration/sigfox).
{{% /hint %}}
## Create Sigfox API credentials
Once you have you account setup and are logged in Sigfox backend, you need to create API credentials for Pybytes.
Click on GROUP → <your\_company\_name> → API ACCESS → New
![](/gitbook/assets/apiaccess%20%281%29.png)
In the form chose arbitrary _name_, select `LIMITED_ADMIN` and Profile and click on Ok.
![](/gitbook/assets/apiaccessscope.png)
Copy _Login_ and _Password_ to the clipboard.
![](/gitbook/assets/apiaccesskeys.png)
In Pybytes go to Settings → Sigfox API or [follow this link](https://pybytes.pycom.io/settings/sigfox-credentials) then paste in the form.
![](/gitbook/assets/pybytessigfoxcredentials.png)
## Sigfox contract types
### Sigfox DevKit contracts
Read more how to use Sigfox with [devKit contract](devkit).
{{% refname "devkit.md" %}}
### Sigfox custom contracts
Read more how to use Sigfox with [Custom contract](devkit).
{{% refname "custom.md" %}}

View File

@@ -1,13 +0,0 @@
---
title: "Integrations"
aliases:
---
## Integration with external services
Pybytes offers a way to interact with external IoT platform or custom services, including the following:
* [AWS IoT](amazon-iot.md): a managed cloud platform that lets connected devices easily and securely interact with Cloud applications and other devices
* [Microsoft Azure](azure.md): a comprehensive collection of services and solutions designed to help you create end-to-end IoT applications on Azure
* [Google Cloud IoT](google.md): a complete set of tools to connect, process, store, and analyse data, both at the edge and in the cloud
* [Web Hooks](webhooks.md): this allows for user-defined HTTP callbacks to a defined remote destination. All elements of the requests (headers, query string parameters, etc) are customisable