Skip to content

Commit afb3253

Browse files
committed
User manual content update
1 parent b56a82d commit afb3253

File tree

1 file changed

+12
-10
lines changed
  • content/hardware/04.pro/carriers/portenta-mid-carrier/tutorials/user-manual

1 file changed

+12
-10
lines changed

content/hardware/04.pro/carriers/portenta-mid-carrier/tutorials/user-manual/content.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2318,26 +2318,28 @@ The example above connects to the web and fetches resources via HTTP. The script
23182318
- GPRS APN
23192319
- GPRS User
23202320
- GPRS Password
2321-
- SIM Card Pin Number
2321+
- SIM Card PIN Number
23222322

23232323
These parameters will always be required to be defined to use the SIM functionalities within the modem. The image below shows an anticipated result of the modem detected and connecting to a network:
23242324

23252325
![Portenta H7 & Pro 4G Module - HTTPClient Example](assets/portentaMIDcarrier_h7_mpcie_4gmodem_result.png)
23262326

2327-
It will show similar result when the Portenta C33 is used as the core device with the Portenta Mid Carrier and the Pro 4G Module:
2327+
It will show a similar result when the Portenta C33 is used as the core device with the Portenta Mid Carrier and the Pro 4G Module:
23282328

23292329
![Portenta C33 & Pro 4G Module - HTTPClient Example](assets/portentaMIDcarrier_c33_mpcie_4gmodem_result.png)
23302330

23312331
You may find additional examples as well within the library to try various functionalities such as deleting SMS, getting GPS location, and connecting to web servers securely:
23322332

2333-
- **HTTPClient**: Connects to a web server using the [*ArduinoHttpClient*](https://github.com/arduino-libraries/ArduinoHttpClient).
2334-
- **HTTPSClient**: Establishes a secure connection to a web server with [*BearSSL*](https://bearssl.org/) and [*ArduinoHttpClient*](https://github.com/arduino-libraries/ArduinoHttpClient).
2335-
- **ModemTerminal**: Useful for debugging and testing AT commands.
2336-
- **GetLocation**: Shows how to obtain the current GPS location.
2337-
- **GetTime**: Uses GPS to acquire the device's time.
2338-
- **ReceiveSMS**: Demonstrates SMS sending and receiving functionality.
2339-
- **SendSMS**: Shows how to send an SMS.
2340-
- **DeleteSMS**: Demonstrates how to delete SMS messages.
2333+
- [**HTTPClient**](https://github.com/arduino-libraries/Arduino_Cellular/blob/main/examples/HTTPClient/HTTPClient.ino): Connects to a web server using the [*ArduinoHttpClient*](https://github.com/arduino-libraries/ArduinoHttpClient).
2334+
- [**HTTPSClient**](https://github.com/arduino-libraries/Arduino_Cellular/blob/main/examples/HTTPSClient/HTTPSClient.ino): Establishes a secure connection to a web server with [*BearSSL*](https://bearssl.org/) and [*ArduinoHttpClient*](https://github.com/arduino-libraries/ArduinoHttpClient).
2335+
- [**ModemTerminal**](https://github.com/arduino-libraries/Arduino_Cellular/blob/main/examples/ModemTerminal/ModemTerminal.ino): Useful for debugging and testing AT commands.
2336+
- [**GetLocation**](https://github.com/arduino-libraries/Arduino_Cellular/blob/main/examples/GetLocation/GetLocation.ino): Shows how to obtain the current GPS location.
2337+
- [**GetTime**](https://github.com/arduino-libraries/Arduino_Cellular/blob/main/examples/GetTime/GetTime.ino): Uses GPS to acquire the device's time.
2338+
- [**ReceiveSMS**](https://github.com/arduino-libraries/Arduino_Cellular/blob/main/examples/ReceiveSMS/ReceiveSMS.ino): Demonstrates SMS sending and receiving functionality.
2339+
- [**SendSMS**](https://github.com/arduino-libraries/Arduino_Cellular/blob/main/examples/SendSMS/SendSMS.ino): Shows how to send an SMS.
2340+
- [**DeleteSMS**](https://github.com/arduino-libraries/Arduino_Cellular/blob/main/examples/DeleteSMS/DeleteSMS.ino): Demonstrates how to delete SMS messages.
2341+
2342+
For more details on how the library works, including a comprehensive guide on setup and usage of the above examples, please refer to this [library documentation](https://github.com/arduino-libraries/Arduino_Cellular/tree/main/docs).
23412343

23422344
#### Ethernet
23432345

0 commit comments

Comments
 (0)