feat: add cellular service section

This commit is contained in:
Ahmad EL Masri
2020-06-02 16:40:08 +02:00
parent dc6b3eb7cc
commit de1eaca922
7 changed files with 122 additions and 0 deletions

View File

@@ -1572,6 +1572,47 @@ theme = "doc-theme"
parent = "pymesh"
weight = 90
# *** Cellular Services
[[menu.main]]
name = "Cellular Services"
url = "/cellularservices/"
identifier = "cellularservices"
weight = 95
[[menu.main]]
name = "Vodafone NB-IoT"
url = "/cellularservices/vodafone/"
identifier = "cellularservices@vodafone"
parent = "cellularservices"
weight = 10
[[menu.main]]
name = "Sim card Registration"
url = "/cellularservices/vodafone/simregistration/"
identifier = "cellularservices@vodafone@simregistration"
parent = "cellularservices@vodafone"
weight = 10
[[menu.main]]
name = "Creating Reports"
url = "/cellularservices/vodafone/creatingreports/"
identifier = "cellularservices@vodafone@creatingreports"
parent = "cellularservices@vodafone"
weight = 20
[[menu.main]]
name = "Verizon Cat-M1"
url = "/cellularservices/verizon/"
identifier = "cellularservices@verison"
parent = "cellularservices"
weight = 20
[[menu.main]]
name = "PySim"
url = "/cellularservices/pysim/"
identifier = "cellularservices@pysim"
parent = "cellularservices"
weight = 30
# *** Documentation Notes
[[menu.main]]
name = "Documentation Notes"

View File

@@ -0,0 +1,11 @@
---
title: "Cellular Services"
aliases:
- cellularservices/introduction
---
## Let's get started!
* [Vodafone NB-IoT](/cellularservices/vodafone)
* [PySim (coming soon!)](/cellularservices/pysim)
* [Verizon Cat-M1 (coming soon!)](/cellularservices/verizon)

View File

@@ -0,0 +1,8 @@
---
title: "Verizon Cat-M1"
aliases:
---
## Instructions for use of PySim SIMs
Coming Soon!

View File

@@ -0,0 +1,8 @@
---
title: "Verizon Cat-M1"
aliases:
---
## Instructions for use of Verizon Cat-M1 SIMs
Coming Soon!

View File

@@ -0,0 +1,20 @@
---
title: "Vodafone"
aliases:
---
## General Information about Vodafone Cellular Connectivity Services
### What is NB-IoT?
NB-IoT is a LPWA network type which helps to minimise the power consumption of connected devices, while increasing system capacity and spectral efficiency. This means wider network coverage in areas that wouldnt necessarily be covered by existing cellular technologies.
Pycoms GPy, FiPy and G01 supports NB-IoT and Cat-M1 (LTE-M).
### Why is Pycom providing Vodafone NB-IoT SIM Cards?
Over the past few years, Pycom has been in receipt of many a request for access to SIM cards. In many cases, its still difficult for the large mobile carriers to provide SIMs in 1s and 2s or even quantities of 10 or 20. With its already low-touch platform and ordering process, Pycom is perfectly positioned to remove the barriers to access and so we have.
* [SIM card registration](/cellularservices/vodafone/simregistration)
* [FAQ](https://pycom.io/webshop/services/cellular-services/faq-for-vodafone-pycoms-nb-iot-services/)

View File

@@ -0,0 +1,6 @@
---
title: "Vodafone - Creating Reports"
aliases:
---
Coming Soon!

View File

@@ -0,0 +1,28 @@
---
title: "Vodafone - SIM Registration"
aliases:
---
## Adding SIM to your Pybytes account
Once you receive the SIMs please follow the below steps:
* Head over to [Pybytes](http://pybytes.pycom.io)
* Log in with the credentials you used or created when signing up for the SIM contract
* Navigate to Sim cards section
![](/gitbook/assets/cell-services/sim-section-all-sims.png)
* Click on Add SIM Cards button
![](/gitbook/assets/cell-services/add-sim-button.png)
* Enter the Order number
![](/gitbook/assets/cell-services/enter-number.png)
* Click ADD SIM to *Pybytes* (this will validate all sim cards you have purchased in this order)
* When all sim cards are linked to your *Pybytes* account you can see them listed under Sim cards section.
### ACTIVATE SIM CARD
All SIM cards are inactive by default, to activate your sim card follow the below steps:
* Click on the SIM card that you want to activate
* On the top section you can find a toggle button click on it
![](/gitbook/assets/cell-services/sim-details.png)
* You will get a notification when the sim is activated
![](/gitbook/assets/cell-services/active-sim.png)