diff --git a/sites/en/docs/Edge/reTerminal_D10xx/Applications/_category_.yml b/sites/en/docs/Edge/reTerminal_D10xx/Applications/_category_.yml
new file mode 100644
index 0000000000000..3885e5fbd666c
--- /dev/null
+++ b/sites/en/docs/Edge/reTerminal_D10xx/Applications/_category_.yml
@@ -0,0 +1,10 @@
+position: 5 # float position is supported
+label: 'Applications'
+collapsible: true # make the category collapsible
+collapsed: true # keep the category open by default
+className: reterminal_d10xx_applications
+link:
+ type: generated-index
+ slug: reterminal_d10xx_applications
+ title: reTerminal D Series Applications
+ description: This article is a collection page for the reTerminal D Series application.
diff --git a/sites/en/docs/Edge/reTerminal_D10xx/getting_started_with_reterminal_D1001.md b/sites/en/docs/Edge/reTerminal_D10xx/getting_started_with_reterminal_D1001.md
new file mode 100644
index 0000000000000..ce048a36e7f02
--- /dev/null
+++ b/sites/en/docs/Edge/reTerminal_D10xx/getting_started_with_reterminal_D1001.md
@@ -0,0 +1,158 @@
+---
+description: This article will guide you to quickly get started with reTerminal D1001.
+title: Getting Started with reTerminal D1001
+image: https://files.seeedstudio.com/wiki/reTerminal_d10xx/1-reTeriminal-D1001.webp
+slug: /getting_started_with_reterminal_d1001
+sku: 100058144
+sidebar_position: 2
+last_update:
+ date: 03/06/2026
+ author: Jackson.Li
+createdAt: '2026-03-06'
+updatedAt: '2026-03-06'
+url: https://wiki.seeedstudio.com/getting_started_with_reterminal_d1001/
+---
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+# Getting Started with reTerminal D1001
+
+

+
+
+
+## Product Introduction
+
+### Overview
+reTerminal D1001 is an intelligent large-screen interaction terminal powered by Espressif's latest high-performance **ESP32-P4** chip. Designed for AIoT application scenarios requiring high-performance graphics display, video processing, and voice interaction, it leverages the ESP32-P4's powerful 400MHz dual-core RISC-V processor and rich multimedia peripheral interfaces to easily handle complex edge computing and multimedia tasks.
+
+### Core Features
+* **Powerful Processing for Rich Interfaces**: Powered by ESP32-P4, a 32-bit RISC-V dual-core processor (HP Core 400MHz) with 32 MB PSRAM and built-in JPEG codec engine, it delivers the performance needed for graphics-rich interfaces, smooth real-time interaction, and complex edge AI tasks.
+* **8-Inch Touch Display with Rich HMI Support**: The 8-inch 800 × 1280 capacitive touch display, driven over MIPI-DSI, supports both portrait and landscape modes (via IMU), providing ample space to build polished dashboards, smart control panels, and other UI-focused embedded devices.
+* **Integrated Wireless Connectivity**: Wireless communication is enabled by an onboard ESP32-C6 supporting Wi-Fi 6 (2.4 GHz) and Bluetooth 5 (LE). The main processor communicates with the connectivity subsystem via an SDIO interface, enabling reliable wireless networking for connected devices and IoT applications.
+* **Camera Interface for Vision Development**: Equipped with a 2MP MIPI-CSI camera (SC2356) supporting up to 1600 × 1200 at 30 fps, the platform is ready for image capture, live preview, and embedded vision development right out of the box.
+* **Voice and Audio Capabilities**: Dual microphones and a built-in speaker enable voice input, sound capture, and multimedia playback. With echo cancellation supported by the ES7210 audio ADC, the system delivers clear voice capture for AI assistants and voice-enabled applications.
+* **Rich Expansion**: Provides GPIO, I2C, UART, and other expansion interfaces to meet diverse sensor and actuator connection needs.
+
+
+
+
+### Hardware Specifications
+
+| Function Module | Detailed Parameters | Remarks |
+| :--- | :--- | :--- |
+| **Main Processor** | **ESP32-P4NRW32** | 400MHz Dual-Core RISC-V, 32MB PSRAM |
+| **Storage** | 32MB Nor Flash | Supports MicroSD card expansion |
+| **Wireless Connectivity** | Wi-Fi 6 & Bluetooth 5 (LE) | Provided by ESP32-C6 (SDIO interface) |
+| **Display** | 8-inch MIPI-DSI Touch Screen | Resolution: 800x1280
Luminance: 250 cd/㎡
Driver IC: 9365DA-H3
Touch IC: GSL3670 (Capacitive) |
+| **Camera** | 2MP (SC2356) | Resolution: 1608x1208
Interface: MIPI-CSI |
+| **Audio** | **Codec**: ES8311
**ADC**: ES7210
**PA**: NS4150B (2W@8Ω)
**Input**: Dual Microphone Array | High-fidelity audio input/output |
+| **Network Expansion** | mPCIe Slot | Supports USB 2.0 signal, optional 4G module |
+| **Sensors** | 6-axis IMU (LSM6DS3TR) | Accelerometer + Gyroscope, supports screen auto-rotation |
+| **Interfaces & Buttons** | USB Type-C (Power/Debug)
Dual-row 2.54mm Expansion Header
BOOT/Reset (Pinhole)
Power Button | Supports short press for sleep / long press for power on/off |
+| **Power Management** | 2500mAh Lithium Battery
RTC Coin Cell Holder | USB Type-C 5V Input
Charging indicator & Status RGB LED |
+
+
+## Getting Started with ESP-IDF
+
+This section guides you through setting up the development environment and running the factory demo firmware to experience the powerful features of reTerminal D1001.
+
+### Configure the ESP-IDF development environment
+
+**Step 1. Install ESP-IDF**
+
+Use Espressif's latest cross-platform installation tool, **ESP-IDF Installation Manager**.
+
+1. **Download ESP-IDF**: Visit the [ESP-IDF Installation Manager Download Page](https://dl.espressif.cn/dl/eim/), select the **Offline Installer** tab, choose the **Windows** version (v5.4.2+ recommended), and click **Download** to get both the `.zst` and `.exe` files.
+
+
+
+
+2. **Install from Archive**: Run the installer (`eim-gui-windows-x64.exe`), select **Install from archive** (the offline package will be automatically detected), choose an installation path (default recommended; avoid Chinese characters or spaces), and click **Start Installation**.
+
+
+
+3. **Complete Installation**: Once finished, click **Install Driver** to complete the setup.
+
+
+**Step 2. Install Visual Studio Code & ESP-IDF Extension**
+
+1. Download and install [Visual Studio Code](https://code.visualstudio.com/).
+ * During installation, it is recommended to check **"Add 'Open with Code' action to Windows Explorer file context menu"** to quickly open project folders.
+2. Open VS Code, click the **Extensions** icon in the sidebar (or use `Ctrl + Shift + X`) to open the Extensions view.
+3. Type `ESP-IDF` in the search box, find the **ESP-IDF** extension, and click **Install**.
+
+
+### Get the Firmware Repository
+Open your terminal or Git Bash and clone the official reTerminal D1001 repository:
+```bash
+git clone https://github.com/Seeed-Studio/reTerminal-D1001-alpha
+```
+
+
+### Build and Flash Demo Firmware
+1. **Open Project**: Use VS Code to open the cloned `reTerminal-D1001-alpha` folder.
+
+
+ :::tip
+ Please make sure to open the `examples/factory_firmware` directory within the project. Opening the root directory may cause compilation failures.
+ :::
+
+
+2. **Set Target Chip**:
+ * In the VS Code status bar at the bottom, select the target chip as `esp32p4`.
+ * Or run in the terminal: `idf.py set-target esp32p4`.
+3. **Build, Flash and Monitor**:
+ * Connect the device to your computer via USB Type-C.
+ * Click the **"Flash" (flame icon)** button in the VS Code status bar to build, flash, and start the monitor in one step.
+
+
+### Experience Demo Features
+After the firmware is successfully flashed, the device will automatically restart. You can interact with the device as follows:
+
+* **Power and Screen Control**: Long press the green button for more than 3 seconds to power on. Short press the button to turn off the screen, and short press again to wake it up.
+* **Smooth UI Interaction**: Experience smooth sliding transitions and application launch animations.
+
+* **Camera Preview**: Open the Camera App to view real-time footage.
+
+* **Sensor Demo**: Rotate the device to observe the screen auto-rotation effect or check other sensor data.
+
+
+
+## Resources
+
+* **Hardware Documents**:
+ * [reTerminal D1001 Main Board V1.0 SCH & PCB](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/reTerminal_D1001_main_board_V1.0_SCH_&_PCB_251128.zip)
+* **Datasheets**:
+ * [ESP32-P4 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ESP32P4-Datasheet-V0.4.pdf)
+ * [ESP32-P4NRW32 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/Espressif_ESP32-P4NRW32_Datasheet.pdf)
+ * [ESP32-C6FH4 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/Espressif_ESP32-C6FH4_Datasheet.pdf)
+ * [Display Datasheet (GJX080C13-31BY)](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/GangJingXin_GJX080C13-31BY_Datasheet.pdf.pdf)
+ * [IMU Sensor Datasheet (LSM6DS3TR)](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ST_LSM6DS3TR_Datasheet.pdf)
+ * [reTerminal D1001 V2.0 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ZD2481-D1001-V2.0_Datasheet.pdf)
+
+## Tech Support & Product Discussion
+
+Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.
+
+
+
+
diff --git a/sites/en/docs/Edge/reTerminal_D10xx/reterminal_D10xx_main_page.md b/sites/en/docs/Edge/reTerminal_D10xx/reterminal_D10xx_main_page.md
new file mode 100644
index 0000000000000..b9af7fdd7342e
--- /dev/null
+++ b/sites/en/docs/Edge/reTerminal_D10xx/reterminal_D10xx_main_page.md
@@ -0,0 +1,70 @@
+---
+description: This article is a collection page for the reTerminal D Series.
+title: reTerminal D Series
+image: https://files.seeedstudio.com/wiki/reTerminal_d10xx/6-reTeriminal-D1001.webp
+slug: /reterminal_d10xx_main_page
+sidebar_position: 1
+last_update:
+ date: 03/06/2026
+ author: Jackson.Li
+createdAt: '2026-03-06'
+updatedAt: '2026-03-06'
+url: https://wiki.seeedstudio.com/reterminal_d10xx_main_page/
+---
+
+# reTerminal D Series Overview
+
+## Introduction
+
+The reTerminal D Series represents Seeed Studio's latest family of intelligent terminals. Building on the success of the E series, the D series offers enhanced performance and new display technologies for professional and industrial applications. Powered by the high-performance ESP32-P4 chip, these devices are designed for AIoT scenarios requiring rich graphics, video processing, and multi-dimensional interaction.
+
+## reTerminal D1001
+
+
+
+
+
+The reTerminal D1001 features an 8-inch high-resolution capacitive touch display, driven by the ESP32-P4 dual-core RISC-V processor. It integrates a 2MP camera, dual microphones, and Wi-Fi 6 connectivity, making it a powerful yet energy-efficient terminal for smart home control, industrial HMI, and edge AI applications.
+
+### Key Features
+
+- **Powerful Processing**: ESP32-P4 dual-core RISC-V processor (400MHz) with 32MB PSRAM.
+- **8-Inch Touch Display**: 800×1280 resolution with MIPI-DSI interface and portrait/landscape support.
+- **Integrated Vision & Audio**: 2MP MIPI-CSI camera, dual microphones, and built-in speaker.
+- **Wireless Connectivity**: Onboard Wi-Fi 6 (2.4GHz) and Bluetooth 5 (LE) via ESP32-C6.
+- **Industrial Design**: Robust enclosure with flexible expansion interfaces (GPIO, I2C, UART).
+
+## Applications
+
+The reTerminal D Series supports multiple development platforms and frameworks, providing a versatile environment for your projects.
+
+- [Getting Started with reTerminal D1001](https://wiki.seeedstudio.com/getting_started_with_reterminal_d1001)
+
+ A comprehensive guide to setting up the ESP-IDF development environment and running the factory demo firmware.
+
+## Resources
+
+- [reTerminal D1001 Main Board V1.0 SCH & PCB](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/reTerminal_D1001_main_board_V1.0_SCH_&_PCB_251128.zip)
+- [ESP32-P4 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ESP32P4-Datasheet-V0.4.pdf)
+- [reTerminal D1001 V2.0 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ZD2481-D1001-V2.0_Datasheet.pdf)
+
+## Tech Support & Product Discussion
+
+Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.
+
+
+
+
diff --git a/sites/en/docs/Edge/reTerminal_E10xx/getting_started_with_reterminal_e1001.md b/sites/en/docs/Edge/reTerminal_E10xx/getting_started_with_reterminal_e1001.md
index 6f8b66bdf4b9d..5ba788c351dd0 100644
--- a/sites/en/docs/Edge/reTerminal_E10xx/getting_started_with_reterminal_e1001.md
+++ b/sites/en/docs/Edge/reTerminal_E10xx/getting_started_with_reterminal_e1001.md
@@ -1,9 +1,10 @@
---
description: This article will guide you to quickly get started with reTerminal E1001.
title: Getting Started with reTerminal E1001
-image: https://files.seeedstudio.com/wiki/seeed_logo/logo_2023.png
+image: https://files.seeedstudio.com/wiki/reterminal_e10xx/img/132.webp
slug: /getting_started_with_reterminal_e1001
sidebar_position: 2
+sku: 100073581
last_update:
date: 07/21/2025
author: Citric
diff --git a/sites/en/sidebars.js b/sites/en/sidebars.js
index 383dca126a0a8..1e1036ba44c3b 100644
--- a/sites/en/sidebars.js
+++ b/sites/en/sidebars.js
@@ -4201,6 +4201,22 @@ const sidebars = {
},
]
},
+ {
+ type: 'category',
+ label: 'reTerminal D Series',
+ collapsed: true,
+ collapsible: true,
+ link: {
+ type: "doc",
+ id: 'Edge/reTerminal_D10xx/reterminal_D10xx_main_page',
+ },
+ items: [
+ {
+ type: 'autogenerated',
+ dirName: 'Edge/reTerminal_D10xx',
+ },
+ ]
+ },
{
type: 'category',
label: 'Other Edge Devices',