diff --git a/config.toml b/config.toml index 0386e88..e797b22 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/content/cellularservices/_index.md b/content/cellularservices/_index.md new file mode 100644 index 0000000..7da57e4 --- /dev/null +++ b/content/cellularservices/_index.md @@ -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) diff --git a/content/cellularservices/pysim/_index.md b/content/cellularservices/pysim/_index.md new file mode 100644 index 0000000..34bf2ba --- /dev/null +++ b/content/cellularservices/pysim/_index.md @@ -0,0 +1,8 @@ +--- +title: "Verizon Cat-M1" +aliases: +--- + +## Instructions for use of PySim SIMs + +Coming Soon! diff --git a/content/cellularservices/verizon/_index.md b/content/cellularservices/verizon/_index.md new file mode 100644 index 0000000..97b19c4 --- /dev/null +++ b/content/cellularservices/verizon/_index.md @@ -0,0 +1,8 @@ +--- +title: "Verizon Cat-M1" +aliases: +--- + +## Instructions for use of Verizon Cat-M1 SIMs + +Coming Soon! diff --git a/content/cellularservices/vodafone/_index.md b/content/cellularservices/vodafone/_index.md new file mode 100644 index 0000000..5409bb4 --- /dev/null +++ b/content/cellularservices/vodafone/_index.md @@ -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 wouldn’t necessarily be covered by existing cellular technologies. + +Pycom’s 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, it’s 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/) diff --git a/content/cellularservices/vodafone/creatingreports/_index.md b/content/cellularservices/vodafone/creatingreports/_index.md new file mode 100644 index 0000000..695f9ce --- /dev/null +++ b/content/cellularservices/vodafone/creatingreports/_index.md @@ -0,0 +1,6 @@ +--- +title: "Vodafone - Creating Reports" +aliases: +--- + +Coming Soon! diff --git a/content/cellularservices/vodafone/simregistration/_index.md b/content/cellularservices/vodafone/simregistration/_index.md new file mode 100644 index 0000000..8f8d26f --- /dev/null +++ b/content/cellularservices/vodafone/simregistration/_index.md @@ -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)