You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides a toolkit for interacting with the official Arduino 4G Modules. It allows you to connect to the internet, send and receive SMS messages, and get location from the cellular network or GPS.
6
+
This library provides a toolkit for interacting with the official Arduino 4G Modules ([EMEA](https://store.arduino.cc/products/4g-module-emea) and [Global Versions](https://store.arduino.cc/products/4g-module-global)).
7
+
It allows you to connect to the internet, send and receive SMS messages, and get location from the cellular network or GPS.
7
8
8
9
## Examples
9
10
*[DeleteSMS](examples/DeleteSMS) - Example that shows how to delete SMS.
@@ -23,13 +24,13 @@ This library provides a toolkit for interacting with the official Arduino 4G Mod
23
24
* Send and Receive SMS Messages
24
25
25
26
## 👀 Instructions
26
-
1. Insert your Arduino 4G module to the Arduino Portenta Mid Carrier
27
-
2. Insert a valid SIM card either on the back of the Arduino 4G miniPCI board, or the **PCIE_SIM** connector on the Portenta Mid Carrier
27
+
1. Insert your Arduino 4G module to the [Arduino Portenta Mid Carrier](https://store.arduino.cc/collections/portenta-family/products/portenta-mid-carrier)
28
+
2. Insert a valid SIM card either in the **PCIE_SIM** connector on the Portenta Mid Carrier
28
29
3. Connect the 6 **SERIAL1** header pins to their corresponding pins on the **PCIE_BREAKOUT** header using jumpers
5. Connect external power to the Mid Carrier, via the **VIN** (5-12V) because modem use a lot of power when connecting or getting a GPS location. Make sure your supply can handle around 3A.
33
+
5. Connect external power to the Mid Carrier, via the **VIN** (5V) because modems use a lot of power when connecting or getting a GPS location. Make sure your supply can handle around 3A.
33
34
6. Get the APN settings from your network operator and add them to the "arduino_secrets.h" file for each sketch
34
35
```cpp
35
36
constchar apn[] = "live.vodafone.com";
@@ -41,4 +42,4 @@ const char gprsPass[] = "";
41
42
42
43
## 📖 Documentation
43
44
44
-
For more information about this library please read the documentation [here](./docs).
45
+
For more information about this library please read the documentation [here](./docs).
0 commit comments