Skip to content

Commit 0416297

Browse files
committed
Move images to docs folder
1 parent f3f97a0 commit 0416297

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ It allows you to connect to the internet, send and receive SMS messages, and get
2727
1. Insert your Arduino 4G module to the [Arduino Portenta Mid Carrier](https://store.arduino.cc/collections/portenta-family/products/portenta-mid-carrier)
2828
2. Insert a valid SIM card either in the **PCIE_SIM** connector on the Portenta Mid Carrier
2929
3. Connect the 6 **SERIAL1** header pins to their corresponding pins on the **PCIE_BREAKOUT** header using jumpers
30-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Cellular/main/extras/connection_img/header.jpg?token=GHSAT0AAAAAACNPRJPUBHNVP3J3KMRPUULUZQVDLKQ)
30+
![](./docs/header.jpg)
3131
4. Connect the **3V3 PCIE** pin to the **3V3 Buck**
32-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Cellular/main/extras/connection_img/buck.jpg?token=GHSAT0AAAAAACNPRJPUBUCALG2FUCDZ7AVCZQVDLJA)
32+
![](./docs/buck.jpg)
3333
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.
3434
6. Get the APN settings from your network operator and add them to the "arduino_secrets.h" file for each sketch
3535
```cpp
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)