mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 10:05:56 +01:00
chore: removed unused readme.md files
this was used by gitbook before
This commit is contained in:
@@ -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*.
|
||||
|
||||

|
||||
|
||||
2. Select your device (WiPy, LoPy, SiPy, etc.);
|
||||
|
||||

|
||||
|
||||
4. Select your network option;
|
||||
|
||||

|
||||
|
||||
5. Enter a unique name and the network credentials (SSID and password) for your device;
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
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).
|
||||
@@ -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
|
||||
|
||||

|
||||
|
||||
In the form chose arbitrary _name_, select `LIMITED_ADMIN` and Profile and click on Ok.
|
||||
|
||||

|
||||
|
||||
Copy _Login_ and _Password_ to the clipboard.
|
||||
|
||||

|
||||
|
||||
In Pybytes go to Settings → Sigfox API or [follow this link](https://pybytes.pycom.io/settings/sigfox-credentials) then paste in the form.
|
||||
|
||||

|
||||
|
||||
## 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" %}}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user