Skip to content

Commit a5500cd

Browse files
Update README.md with product links
1 parent eaedd2d commit a5500cd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![Arduino Lint](https://github.com/arduino-libraries/Arduino_Cellular/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_Cellular/actions/workflows/arduino-lint.yml) [![Compile Examples](https://github.com/arduino-libraries/Arduino_Cellular/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_Cellular/actions/workflows/compile-examples.yml) [![Spell Check](https://github.com/arduino-libraries/Arduino_Cellular/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_Cellular/actions/workflows/spell-check.yml) [![Sync Labels](https://github.com/arduino-libraries/Arduino_Cellular/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_Cellular/actions/workflows/sync-labels.yml) [![Render Documentation](https://github.com/arduino-libraries/Arduino_Cellular/actions/workflows/render-documentation.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_Cellular/actions/workflows/render-documentation.yml)
44

55

6-
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.
78

89
## Examples
910
* [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
2324
* Send and Receive SMS Messages
2425

2526
## 👀 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
2829
3. Connect the 6 **SERIAL1** header pins to their corresponding pins on the **PCIE_BREAKOUT** header using jumpers
2930
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Cellular/main/extras/connection_img/header.jpg?token=GHSAT0AAAAAACNPRJPUBHNVP3J3KMRPUULUZQVDLKQ)
3031
4. Connect the **3V3 PCIE** pin to the **3V3 Buck**
3132
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Cellular/main/extras/connection_img/buck.jpg?token=GHSAT0AAAAAACNPRJPUBUCALG2FUCDZ7AVCZQVDLJA)
32-
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.
3334
6. Get the APN settings from your network operator and add them to the "arduino_secrets.h" file for each sketch
3435
```cpp
3536
const char apn[] = "live.vodafone.com";
@@ -41,4 +42,4 @@ const char gprsPass[] = "";
4142

4243
## 📖 Documentation
4344

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

Comments
 (0)