Skip to content

Pybytes sigfox clarification #232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion content/advance/downgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ The firmware upgrade tool usually updates your device to the latest available fi
If you are using an Expansion Board 1.0 or 2.0, you will need to have a jumper connected between `G23` and `GND` to use either procedure below. You will also need to press the reset button before beginning.
{{% /hint %}}

You can obtain previous firmware versions here:
Here you can download Pycom firmware:

### Current and previous Pybytes firmware

* [WiPy](https://software.pycom.io/downloads/pybytes/WiPy.html)
* [LoPy](https://software.pycom.io/downloads/pybytes/LoPy.html)
* [SiPy](https://software.pycom.io/downloads/pybytes/SiPy.html)
* [GPy](https://software.pycom.io/downloads/pybytes/GPy.html)
* [FiPy](https://software.pycom.io/downloads/pybytes/FiPy.html)
* [LoPy4](https://software.pycom.io/downloads/pybytes/LoPy4.html)

### Legacy and previous development firmware

* [WiPy](https://software.pycom.io/downloads/WiPy.html)
* [LoPy](https://software.pycom.io/downloads/LoPy.html)
Expand Down
10 changes: 6 additions & 4 deletions content/pybytes/networks/sigfox/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,26 @@ Before you start you need to create Sigfox account. You need Pycom device with S

## Create Sigfox API credentials

Once you have you account setup and are logged in Sigfox backend, you need to create API credentials for Pybytes.
Once you have your account set up and are logged into [Sigfox backend](https://backend.sigfox.com), you need to create API credentials for Pybytes.

Click on GROUP → <your\_company\_name> → API ACCESS → New

![](/gitbook/assets/pybytes/sigfox/apiaccess.png)

In the form chose arbitrary _name_, select `LIMITED_ADMIN` and Profile and click on Ok.
In the form chose a _Name_, e.g., _pybytes_. Then select the _Profile_ `LIMITED_ADMIN` and click on Ok.

![](/gitbook/assets/pybytes/sigfox/apiaccessscope.png)

Copy _Login_ and _Password_ to the clipboard.
From here you copy _Login_ and _Password_

![](/gitbook/assets/pybytes/sigfox/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.
and paste them in Pybytes Settings → [Sigfox API](https://pybytes.pycom.io/settings/sigfox-credentials).

![](/gitbook/assets/pybytes/sigfox/pybytessigfoxcredentials.png)

Now Pybytes will confirm that the Sigfox integration has been activated.

## Sigfox contract types

### Sigfox DevKit contracts
Expand Down