From 07bafd55e81fd6f767276dff2f3f7bd5a84c7fc3 Mon Sep 17 00:00:00 2001 From: KasunThushara <73091563+KasunThushara@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:23:32 +0530 Subject: [PATCH] Update: images and content on 4G LTE hat rpi --- ...tarted_LTE_CAT_4_EG25-GL_4G_Hat_for_rpi.md | 53 +++++++++++++++---- sidebars.js | 5 +- 2 files changed, 45 insertions(+), 13 deletions(-) diff --git a/docs/Network/RaspberryPi_Devices/LTE_CAT_4_EG25_GL_4G_HAT_for_Raspberry_Pi/Getting_Started_LTE_CAT_4_EG25-GL_4G_Hat_for_rpi.md b/docs/Network/RaspberryPi_Devices/LTE_CAT_4_EG25_GL_4G_HAT_for_Raspberry_Pi/Getting_Started_LTE_CAT_4_EG25-GL_4G_Hat_for_rpi.md index c5f253216d0a..acc68d2115a2 100644 --- a/docs/Network/RaspberryPi_Devices/LTE_CAT_4_EG25_GL_4G_HAT_for_Raspberry_Pi/Getting_Started_LTE_CAT_4_EG25-GL_4G_Hat_for_rpi.md +++ b/docs/Network/RaspberryPi_Devices/LTE_CAT_4_EG25_GL_4G_HAT_for_Raspberry_Pi/Getting_Started_LTE_CAT_4_EG25-GL_4G_Hat_for_rpi.md @@ -1,7 +1,7 @@ --- description: The Quectel EG25-GL-powered 4G LTE Raspberry Pi HAT delivers high-speed connectivity and precise GNSS positioning, making it perfect for IoT and M2M applications. Compatible with Raspberry Pi and PCs, it supports global frequency bands, real-time tracking, and reliable communication for versatile use across industries. -title: Getting Started with the Raspberry Pi 4G LTE HAT - Powered by Quectel EG25-GL +title: Getting Started with the Raspberry Pi 4G LTE HAT keywords: - Raspberry Pi Hat - Getting started @@ -105,10 +105,10 @@ At its core, the EG25-GL module ensures robust performance with global frequency | - Power Consumption (Idle) | 15.7 mA | -### Hardware Overview +## Hardware Overview -
+
### 4G LTE HAT and Raspberry Pi GPIO connection @@ -187,6 +187,13 @@ These antenna options ensure robust and reliable connectivity for LTE and locati The 4G LTE HAT features two LED indicators for status monitoring: +
+ +
+ - **PWR LED (Red)**: Lights up to indicate the power status of the HAT. - **NET LED (Blue)**: Indicates the network connection status. It flashes at specific intervals during active connections and data transfer, while remaining off if no connection is established. @@ -204,6 +211,13 @@ These LEDs provide quick visual feedback on the HAT's power and network activity ### USB-C Interfaces +
+ +
+ The 4G LTE HAT includes two USB-C interfaces with distinct functions: @@ -215,7 +229,7 @@ The 4G LTE HAT includes two USB-C interfaces with distinct functions: 2. **USB-C 2 Interface** - - Used to provide a high-power supply of up to 5V 3A to the LTE HAT. + - Used to provide a high-power supply of up to 5V-15V to the LTE HAT. - The power supply can be toggled using the DIP switch. - After connecting the PowerMode Switch Jumper, this interface can be used to directly power the Raspberry Pi. @@ -224,18 +238,39 @@ These interfaces facilitate efficient communication and debugging for the HAT, w ### Boot Pads +
+ +
- Provides access to the LTE module's **USB_BOOT** pin and **1.8V VDD**. - Shorting the USB_BOOT pin forces the LTE module into boot mode, enabling firmware burning via the **USB-C 1** interface. ### RST/PWR Buttons +
+ +
+ - **RST Button**: Performs a one-click reset of the LTE module. The button is horizontally mounted and designed for easy operation. - **PWR Button**:In the off state, pressing the button powers on the HAT. ○While powered on, pressing and holding the button turns it off. + ### DIP Switches +
+ +
+ - **Power-On Self-Start Switch**: - **0 (Off)**: Disabled. - **1 (On)**: Enables automatic power-on of the LTE HAT after power is applied. @@ -255,7 +290,7 @@ These interfaces facilitate efficient communication and debugging for the HAT, w - **0 (Off)**: Disabled. - **1 (On)**: Enables the Raspberry Pi to control the LTE module’s power state via GPIO. -## Layout +### Layout The 4G LTE HAT is designed with careful alignment and placement for seamless integration with the Raspberry Pi 5: @@ -309,7 +344,7 @@ The 4G LTE HAT package includes everything needed for installation and operation
@@ -411,7 +446,7 @@ lsusb
@@ -423,7 +458,7 @@ For AT commands, use /dev/ttyUSB2 as the communication port.
@@ -453,7 +488,7 @@ Parity: N ```
diff --git a/sidebars.js b/sidebars.js index 3e4e4f1bb881..0d890dfd81db 100644 --- a/sidebars.js +++ b/sidebars.js @@ -2681,11 +2681,8 @@ const sidebars = { label: ' Raspberry Pi 4G LTE Hat', collapsed: true, collapsible: true, - link: { - type: "doc", - id: 'Network/RaspberryPi_Devices/LTE_CAT_4_EG25_GL_4G_HAT_for_Raspberry_Pi/Getting_Started_LTE_CAT_4_EG25-GL_4G_Hat_for_rpi', - }, items: [ + 'Network/RaspberryPi_Devices/LTE_CAT_4_EG25_GL_4G_HAT_for_Raspberry_Pi/Getting_Started_LTE_CAT_4_EG25-GL_4G_Hat_for_rpi', ], },