|
| 1 | +--- |
| 2 | +description: This article will guide you to quickly get started with reTerminal D1001. |
| 3 | +title: Getting Started with reTerminal D1001 |
| 4 | +image: https://files.seeedstudio.com/wiki/reTerminal_d10xx/1-reTeriminal-D1001.webp |
| 5 | +slug: /getting_started_with_reterminal_d1001 |
| 6 | +sku: 100058144 |
| 7 | +sidebar_position: 2 |
| 8 | +last_update: |
| 9 | + date: 03/06/2026 |
| 10 | + author: Jackson.Li |
| 11 | +createdAt: '2026-03-06' |
| 12 | +updatedAt: '2026-03-06' |
| 13 | +url: https://wiki.seeedstudio.com/getting_started_with_reterminal_d1001/ |
| 14 | +--- |
| 15 | + |
| 16 | +import Tabs from '@theme/Tabs'; |
| 17 | +import TabItem from '@theme/TabItem'; |
| 18 | + |
| 19 | +# Getting Started with reTerminal D1001 |
| 20 | + |
| 21 | +<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/1-reTeriminal-D1001.jpg" style={{width:800, height:'auto'}}/></div> |
| 22 | + |
| 23 | +<div class="get_one_now_container" style={{textAlign: 'center'}}> |
| 24 | + <a class="get_one_now_item" href="https://www.seeedstudio.com/catalogsearch/result/?q=D1001" target="_blank"> |
| 25 | + <strong><span><font color={'FFFFFF'} size={"4"}> Get One Now 🖱️</font></span></strong> |
| 26 | + </a> |
| 27 | +</div><br /> |
| 28 | + |
| 29 | +## Product Introduction |
| 30 | + |
| 31 | +### Overview |
| 32 | +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. |
| 33 | + |
| 34 | +### Core Features |
| 35 | +* **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. |
| 36 | +* **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. |
| 37 | +* **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. |
| 38 | +* **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. |
| 39 | +* **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. |
| 40 | +* **Rich Expansion**: Provides GPIO, I2C, UART, and other expansion interfaces to meet diverse sensor and actuator connection needs. |
| 41 | + |
| 42 | +<!-- |
| 43 | +### Target Users & Applications |
| 44 | +* **Target Users**: |
| 45 | + * **Embedded Developers**: Professionals seeking high-performance, low-cost HMI solutions to replace Linux/Android. |
| 46 | + * **Smart Home Integrators**: Teams needing customized central control panels and smart switches. |
| 47 | + * **Geeks & Makers**: Enthusiasts exploring the limits of ESP32 performance and developing desktop gadgets or smart terminals. |
| 48 | +* **Applications**: Smart Home Control Panels, Industrial HMI Panels, AI Voice Assistants, Video Surveillance Terminals, Educational Development Kits. |
| 49 | +--> |
| 50 | + |
| 51 | + |
| 52 | +### Hardware Specifications |
| 53 | + |
| 54 | +| Function Module | Detailed Parameters | Remarks | |
| 55 | +| :--- | :--- | :--- | |
| 56 | +| **Main Processor** | **ESP32-P4NRW32** | 400MHz Dual-Core RISC-V, 32MB PSRAM | |
| 57 | +| **Storage** | 32MB Nor Flash | Supports MicroSD card expansion | |
| 58 | +| **Wireless Connectivity** | Wi-Fi 6 & Bluetooth 5 (LE) | Provided by ESP32-C6 (SDIO interface) | |
| 59 | +| **Display** | 8-inch MIPI-DSI Touch Screen | Resolution: 800x1280 <br /> Luminance: 250 cd/㎡ <br /> Driver IC: 9365DA-H3 <br /> Touch IC: GSL3670 (Capacitive) | |
| 60 | +| **Camera** | 2MP (SC2356) | Resolution: 1608x1208 <br /> Interface: MIPI-CSI | |
| 61 | +| **Audio** | **Codec**: ES8311 <br /> **ADC**: ES7210 <br /> **PA**: NS4150B (2W@8Ω) <br /> **Input**: Dual Microphone Array | High-fidelity audio input/output | |
| 62 | +| **Network Expansion** | mPCIe Slot | Supports USB 2.0 signal, optional 4G module | |
| 63 | +| **Sensors** | 6-axis IMU (LSM6DS3TR) | Accelerometer + Gyroscope, supports screen auto-rotation | |
| 64 | +| **Interfaces & Buttons** | USB Type-C (Power/Debug) <br /> Dual-row 2.54mm Expansion Header <br /> BOOT/Reset (Pinhole) <br /> Power Button | Supports short press for sleep / long press for power on/off | |
| 65 | +| **Power Management** | 2500mAh Lithium Battery <br /> RTC Coin Cell Holder | USB Type-C 5V Input <br /> Charging indicator & Status RGB LED | |
| 66 | + |
| 67 | + |
| 68 | +## Getting Started with ESP-IDF |
| 69 | + |
| 70 | +This section guides you through setting up the development environment and running the factory demo firmware to experience the powerful features of reTerminal D1001. |
| 71 | + |
| 72 | +### Configure the ESP-IDF development environment |
| 73 | + |
| 74 | +**Step 1. Install ESP-IDF** |
| 75 | + |
| 76 | +Use Espressif's latest cross-platform installation tool, **ESP-IDF Installation Manager**. |
| 77 | + |
| 78 | +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. |
| 79 | + |
| 80 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/1.png" style={{width:600, height:'auto'}}/></div> |
| 81 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/2.png" style={{width:600, height:'auto'}}/></div> |
| 82 | + |
| 83 | +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**. |
| 84 | + |
| 85 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/3.png" style={{width:800, height:'auto'}}/></div> |
| 86 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/4.png" style={{width:800, height:'auto'}}/></div> |
| 87 | +3. **Complete Installation**: Once finished, click **Install Driver** to complete the setup. |
| 88 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/0_5.png" style={{width:800, height:'auto'}}/></div> |
| 89 | + |
| 90 | +**Step 2. Install Visual Studio Code & ESP-IDF Extension** |
| 91 | + |
| 92 | +1. Download and install [Visual Studio Code](https://code.visualstudio.com/). |
| 93 | + * During installation, it is recommended to check **"Add 'Open with Code' action to Windows Explorer file context menu"** to quickly open project folders. |
| 94 | +2. Open VS Code, click the **Extensions** icon in the sidebar (or use `Ctrl + Shift + X`) to open the Extensions view. |
| 95 | +3. Type `ESP-IDF` in the search box, find the **ESP-IDF** extension, and click **Install**. |
| 96 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/5.png" style={{width:600, height:'auto'}}/></div> |
| 97 | + |
| 98 | +### Get the Firmware Repository |
| 99 | +Open your terminal or Git Bash and clone the official reTerminal D1001 repository: |
| 100 | +```bash |
| 101 | +git clone https://github.com/Seeed-Studio/reTerminal-D1001-alpha |
| 102 | +``` |
| 103 | +<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/6.png" style={{width:800, height:'auto'}}/></div> |
| 104 | + |
| 105 | +### Build and Flash Demo Firmware |
| 106 | +1. **Open Project**: Use VS Code to open the cloned `reTerminal-D1001-alpha` folder. |
| 107 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/7.png" style={{width:600, height:'auto'}}/></div> |
| 108 | + |
| 109 | + :::tip |
| 110 | + Please make sure to open the `examples/factory_firmware` directory within the project. Opening the root directory may cause compilation failures. |
| 111 | + ::: |
| 112 | + |
| 113 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/8.png" style={{width:800, height:'auto'}}/></div> |
| 114 | +2. **Set Target Chip**: |
| 115 | + * In the VS Code status bar at the bottom, select the target chip as `esp32p4`. |
| 116 | + * Or run in the terminal: `idf.py set-target esp32p4`. |
| 117 | +3. **Build, Flash and Monitor**: |
| 118 | + * Connect the device to your computer via USB Type-C. |
| 119 | + * Click the **"Flash" (flame icon)** button in the VS Code status bar to build, flash, and start the monitor in one step. |
| 120 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/9.jpg" style={{width:800, height:'auto'}}/></div> |
| 121 | + |
| 122 | +### Experience Demo Features |
| 123 | +After the firmware is successfully flashed, the device will automatically restart. You can interact with the device as follows: |
| 124 | + |
| 125 | +* **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. |
| 126 | +* **Smooth UI Interaction**: Experience smooth sliding transitions and application launch animations. |
| 127 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/UI.gif" style={{width:300, height:'auto'}}/></div> |
| 128 | +* **Camera Preview**: Open the Camera App to view real-time footage. |
| 129 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/10.jpg" style={{width:300, height:'auto'}}/></div> |
| 130 | +* **Sensor Demo**: Rotate the device to observe the screen auto-rotation effect or check other sensor data. |
| 131 | + <div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/sensor.gif" style={{width:300, height:'auto'}}/></div> |
| 132 | + |
| 133 | + |
| 134 | +## Resources |
| 135 | + |
| 136 | +* **Hardware Documents**: |
| 137 | + * [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) |
| 138 | +* **Datasheets**: |
| 139 | + * [ESP32-P4 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ESP32P4-Datasheet-V0.4.pdf) |
| 140 | + * [ESP32-P4NRW32 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/Espressif_ESP32-P4NRW32_Datasheet.pdf) |
| 141 | + * [ESP32-C6FH4 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/Espressif_ESP32-C6FH4_Datasheet.pdf) |
| 142 | + * [Display Datasheet (GJX080C13-31BY)](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/GangJingXin_GJX080C13-31BY_Datasheet.pdf.pdf) |
| 143 | + * [IMU Sensor Datasheet (LSM6DS3TR)](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ST_LSM6DS3TR_Datasheet.pdf) |
| 144 | + * [reTerminal D1001 V2.0 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ZD2481-D1001-V2.0_Datasheet.pdf) |
| 145 | + |
| 146 | +## Tech Support & Product Discussion |
| 147 | + |
| 148 | +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. |
| 149 | + |
| 150 | +<div class="button_tech_support_container"> |
| 151 | +<a href="https://forum.seeedstudio.com/" class="button_forum"></a> |
| 152 | +<a href="https://www.seeedstudio.com/contacts" class="button_email"></a> |
| 153 | +</div> |
| 154 | + |
| 155 | +<div class="button_tech_support_container"> |
| 156 | +<a href="https://discord.gg/eWkprNDMU7" class="button_discord"></a> |
| 157 | +<a href="https://github.com/Seeed-Studio/wiki-documents/discussions/69" class="button_discussion"></a> |
| 158 | +</div> |
0 commit comments