diff --git a/docs/Getting_started/en/evb/bg-eg-core-evb.md b/docs/Getting_started/en/evb/bg-eg-core-evb.md new file mode 100644 index 0000000000000000000000000000000000000000..ba186ac4cf0918deecdda396c3e65287ace1d596 --- /dev/null +++ b/docs/Getting_started/en/evb/bg-eg-core-evb.md @@ -0,0 +1,60 @@ +# QuecPython BG&EG Core EVB Introduction + +## Quick Start + +Supported Module List + +- [BG95-M1](https://python.quectel.com/products/bg95) +- [BG95-M3](https://python.quectel.com/products/bg95m3) +- [BG95-M8](https://python.quectel.com/products/bg95m8) +- [EG915U-LA](https://python.quectel.com/products/eg915u-la) +- [EG915U-EU](https://python.quectel.com/products/eg915u-eu) +- [EG912U-GL](https://python.quectel.com/products/eg912u-gl) + +## Feature List + +### Overview + +The QuecPython BG&EG series core board (PH-7 (C4-P02)) is a core development board specifically designed for QuecPython with minimal functionality. The core board is designed with a 2.54mm pin arrangement, providing 38 PIN pins, including functional pins and enable control pins. Mainly providing support and convenience for customer development, debugging, and mass production equipment. The core board of the modified series is applicable to the entire BG95 series, EG915UEUAB, EG915ULAAB, EG912UGLAA and other EG series, including but not limited to the above module models. + +## Core EVB View + +![](../media/evb/bg-eg-core-evb/PH-7_all.png) + + The main components and interface layout of the development board are shown in the following figure. + +![](../media/evb/bg-eg-core-evb/bg95核心板实物图.png) + +- Charging and USB: When inserting the Type-C interface to connect to USB, the charging function is enabled by default and cannot be turned off. If the charging function is not used, there is no need to pay attention. +- GNSS: The GNSS function depends on the module model. Taking BG95 as an example, the core board defaults to using active antennas and has already enabled power supply to the active antennas by default. +- SD & SIM Card Slot. +- 38 Pin. +- Antenna Interface。 + +## **Documents Download** + +- [QuecPython PH-7(C4-P02)_Core_Board_Specification_and_User_Guide_V1.0.0](https://images.quectel.com/python/2024/11/QuecPython-PH-7C4-P02_Core_Board_Specification_and_User_Guide_V1.0.0.pdf) +- [QuecPython PH-7(C4-P02) schematic diagram](https://images.quectel.com/python/2024/11/PH-7C4-P02.pdf) +- [QuecPython PH-7(C4-P02) Screen printing image](https://images.quectel.com/python/2024/11/PH-7C4-P02_装配图.pdf) + +## EVB Resources + +The main pin layout of the development board is shown in the following figure.![](../media/evb/bg-eg-core-evb/bg95核心板pin定义.png) + +## Getting Started Preparation + +**Step1:Antenna Installation** + +Install the antenna that comes with the development board at the position of the MAIN antenna base, and insert the SIM card into the SIM card slot on the development board. If you need to use the GNSS function, you need to install the antenna at the corresponding antenna base. + +**Step2:Development board connection** + +Connect the Type-C/Micro USB interface of the development board and the USB port of the computer using a USB Type-C data cable to complete power on. + +> If the POW light stays on, it means the power on is successful. + +**Step3: Using the repl interactive command line for code debugging** + +> Select the port with the words **REPL** and open it, then you will see the **>>>** command prompt, after which you can type Python code and debug. + +![](../media/evb/bg-eg-core-evb/hello_world.png) \ No newline at end of file diff --git a/docs/Getting_started/en/media/evb/bg-eg-core-evb/PH-7_all.png b/docs/Getting_started/en/media/evb/bg-eg-core-evb/PH-7_all.png new file mode 100644 index 0000000000000000000000000000000000000000..66e25cd5d8f03c3d77a439e3ebb939eeea35cd8b Binary files /dev/null and b/docs/Getting_started/en/media/evb/bg-eg-core-evb/PH-7_all.png differ diff --git "a/docs/Getting_started/en/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277pin\345\256\232\344\271\211.png" "b/docs/Getting_started/en/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277pin\345\256\232\344\271\211.png" new file mode 100644 index 0000000000000000000000000000000000000000..283199a39a4dbe6de5ac992acbfd064a417107c3 Binary files /dev/null and "b/docs/Getting_started/en/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277pin\345\256\232\344\271\211.png" differ diff --git "a/docs/Getting_started/en/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277\345\256\236\347\211\251\345\233\276.png" "b/docs/Getting_started/en/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277\345\256\236\347\211\251\345\233\276.png" new file mode 100644 index 0000000000000000000000000000000000000000..8edc1b068d07027c07f3e0faf6be1cc8f7992789 Binary files /dev/null and "b/docs/Getting_started/en/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277\345\256\236\347\211\251\345\233\276.png" differ diff --git a/docs/Getting_started/en/media/evb/bg-eg-core-evb/hello_world.png b/docs/Getting_started/en/media/evb/bg-eg-core-evb/hello_world.png new file mode 100644 index 0000000000000000000000000000000000000000..3cdaaabd822577470dee509287b891ee748dead9 Binary files /dev/null and b/docs/Getting_started/en/media/evb/bg-eg-core-evb/hello_world.png differ diff --git a/docs/Getting_started/en/sidebar.yaml b/docs/Getting_started/en/sidebar.yaml index 7430f6d3f8bfe5b2459ffe8ef7f31abbe68613b9..5f400d5725f9129543d95001bd7e62254d43e1ed 100644 --- a/docs/Getting_started/en/sidebar.yaml +++ b/docs/Getting_started/en/sidebar.yaml @@ -44,4 +44,6 @@ items: - label: FCM360W TE-B EVB Introduction file: evb/fcm360w-teb.md - label: EC600U U-235 EVB Introduction - file: evb/ec600u-235.md \ No newline at end of file + file: evb/ec600u-235.md + - label: BG95/EG915U/EG912U Core EVB Introduction + file: evb/bg-eg-core-evb.md \ No newline at end of file diff --git a/docs/Getting_started/zh/evb/bg-eg-core-evb.md b/docs/Getting_started/zh/evb/bg-eg-core-evb.md new file mode 100644 index 0000000000000000000000000000000000000000..83c185d90a67e989286b9de7d70ffd2aca18480d --- /dev/null +++ b/docs/Getting_started/zh/evb/bg-eg-core-evb.md @@ -0,0 +1,62 @@ +# QuecPython BG&EG 系列核心板介绍 + +## 快速开始 + +支持的模组列表 + +- [BG95-M1](https://python.quectel.com/products/bg95) +- [BG95-M3](https://python.quectel.com/products/bg95m3) +- [BG95-M8](https://python.quectel.com/products/bg95m8) +- [EG915U-LA](https://python.quectel.com/products/eg915u-la) +- [EG915U-EU](https://python.quectel.com/products/eg915u-eu) +- [EG912U-GL](https://python.quectel.com/products/eg912u-gl) + +## 功能列表 + +### 基本描述 + +QuecPython BG&EG 系列核心板(PH-7(C4-P02))是专门针对 QuecPython 制造的、最小功能的核心开发板。核心板采用 2.54mm 排针方式设计,提供 38PIN 插针,含功能引脚以及使能控制引脚。主要针对客户开发、调试、以及量产设备提供支持与便利。改系列核心板适用 BG95 全系列、EG915UEUAB、EG915ULAAB、EG912UGLAA等EG系列,包含,但不仅仅包含以上模组型号。 + +## 核心板渲染图 + +![](../media/evb/bg-eg-core-evb/PH-7_all.png) + + 开发板的功能主要组件、接口布局见下图。 + +![](../media/evb/bg-eg-core-evb/bg95核心板实物图.png) + +- 充电与 USB:插入 Type-C 接口连接USB时,默认开启充电功能,且无法关闭,不使用充电功能无需理会。 +- GNSS:GNSS功能依模组型号而定,以BG95为例,核心板默认使用有源天线,且已默认开启对有源天线的供电。 +- SD & SIM 卡槽。 +- 38 Pin 插针引脚。 +- 天线接口。 + +## **资料下载** + +- [QuecPython PH-7(C4-P02)_Core_Board_Specification_and_User_Guide_V1.0.0](https://images.quectel.com/python/2024/11/QuecPython-PH-7C4-P02_Core_Board_Specification_and_User_Guide_V1.0.0.pdf) +- [QuecPython PH-7(C4-P02) schematic diagram](https://images.quectel.com/python/2024/11/PH-7C4-P02.pdf) +- [QuecPython PH-7(C4-P02) Screen printing image](https://images.quectel.com/python/2024/11/PH-7C4-P02_装配图.pdf) + +## 开发板资源 + +开发板主要管脚布局见下图 + +![](../media/evb/bg-eg-core-evb/bg95核心板pin定义.png) + +## 上手准备 + +**Step1:天线安装** + +安装开发板配套的天线,安装位置为 MAIN 天线座位置,并将 SIM 卡插入开发板上的 SIM 卡座,如需使用 GNSS 功能,则需在对应的天线座安装天线。 + +**Step2:开发板连接** + +使用 USB Type-C 数据线连接开发板的 Type-C/Micro USB 接口和电脑 USB 口即可完成供电开机。 + +> POW灯常亮即开机成功。 + +**Step3: 使用 repl 交互命令行进行代码调试** + +> 选择带有 **REPL** 字样的端口并打开,然后即可看到 **>>>** 命令提示符,在该符号后面可以键入 python 代码并进行调试。 + +![](../media/evb/bg-eg-core-evb/hello_world.png) \ No newline at end of file diff --git a/docs/Getting_started/zh/media/evb/bg-eg-core-evb/PH-7_all.png b/docs/Getting_started/zh/media/evb/bg-eg-core-evb/PH-7_all.png new file mode 100644 index 0000000000000000000000000000000000000000..66e25cd5d8f03c3d77a439e3ebb939eeea35cd8b Binary files /dev/null and b/docs/Getting_started/zh/media/evb/bg-eg-core-evb/PH-7_all.png differ diff --git "a/docs/Getting_started/zh/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277pin\345\256\232\344\271\211.png" "b/docs/Getting_started/zh/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277pin\345\256\232\344\271\211.png" new file mode 100644 index 0000000000000000000000000000000000000000..283199a39a4dbe6de5ac992acbfd064a417107c3 Binary files /dev/null and "b/docs/Getting_started/zh/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277pin\345\256\232\344\271\211.png" differ diff --git "a/docs/Getting_started/zh/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277\345\256\236\347\211\251\345\233\276.png" "b/docs/Getting_started/zh/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277\345\256\236\347\211\251\345\233\276.png" new file mode 100644 index 0000000000000000000000000000000000000000..8edc1b068d07027c07f3e0faf6be1cc8f7992789 Binary files /dev/null and "b/docs/Getting_started/zh/media/evb/bg-eg-core-evb/bg95\346\240\270\345\277\203\346\235\277\345\256\236\347\211\251\345\233\276.png" differ diff --git a/docs/Getting_started/zh/media/evb/bg-eg-core-evb/hello_world.png b/docs/Getting_started/zh/media/evb/bg-eg-core-evb/hello_world.png new file mode 100644 index 0000000000000000000000000000000000000000..3cdaaabd822577470dee509287b891ee748dead9 Binary files /dev/null and b/docs/Getting_started/zh/media/evb/bg-eg-core-evb/hello_world.png differ diff --git a/docs/Getting_started/zh/sidebar.yaml b/docs/Getting_started/zh/sidebar.yaml index 5e65dbe30d5dc56c39fa8fd2babc2c93aa0cf036..a2cf90af96db159e1594f1f350a7eae29c51e2e6 100644 --- a/docs/Getting_started/zh/sidebar.yaml +++ b/docs/Getting_started/zh/sidebar.yaml @@ -50,4 +50,6 @@ items: - label: FCM360W TE-B开发板介绍 file: evb/fcm360w-teb.md - label: EC600U 铀 235 开发板介绍 - file: evb/ec600u-235.md \ No newline at end of file + file: evb/ec600u-235.md + - label: BG95/EG915U/EG912U 核心板介绍 + file: evb/bg-eg-core-evb.md \ No newline at end of file