Skip to content

Commit 790a0ca

Browse files
Added skeleton
1 parent 06a4696 commit 790a0ca

File tree

1 file changed

+70
-0
lines changed
  • content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/Cat M1 and MB IoT

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: ''
3+
difficulty: easy
4+
description: ""
5+
tags:
6+
- Installation
7+
- CATM1
8+
- NBIOT
9+
author: 'Benjamin Dannegård'
10+
hardware:
11+
- hardware/04.pro/boards/portenta-h7
12+
- hardware/04pro/carriers/portenta-max-carrier
13+
- _snippets/hardware/dipole-antenna
14+
- _snippets/hardware/sim-card
15+
software:
16+
- ide-v1
17+
- ide-v2
18+
- web-editor
19+
---
20+
21+
## Introduction
22+
23+
24+
25+
***Note: This tutorial was created in Sweden, and as a result, the available networks are only Swedish network operators. The results will vary depending on what location you are in.***
26+
27+
## Goals
28+
29+
The goals of this project are:
30+
31+
- Learn how to connect the board and the carrier.
32+
- Connect to the GSM network with Cat-M1 or NBIoT.
33+
- Print HTML content in the Serial Monitor.
34+
35+
## Hardware & Software Needed
36+
37+
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software)).
38+
- [Portenta H7](https://store.arduino.cc/products/portenta-h7)
39+
- [Dipole Antenna](https://store.arduino.cc/antenna) (or equivalent product with the same frequency range).
40+
- [Portenta Max carrier]()
41+
42+
## Instructions
43+
44+
### Circuit
45+
46+
47+
### Arduino IDE
48+
49+
50+
51+
### Programming the Board
52+
53+
54+
55+
### Result of Sketch
56+
57+
58+
59+
### Troubleshoot
60+
61+
If the code is not working, there are some common issues we can troubleshoot:
62+
63+
- We have entered the wrong pin number.
64+
- We are out of coverage (no signal).
65+
- SIM card may not be activated.
66+
67+
## Next Step
68+
69+
70+
## Conclusion

0 commit comments

Comments
 (0)