{
    "ok": true,
    "data": {
        "title": "EP-0219",
        "rev_id": 15972,
        "updated_at": "2025-08-08T03:01:29+00:00",
        "chunk_count": 12,
        "chunks": [
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "",
                "chunk_index": 0,
                "content": "# EP-0219",
                "char_count": 9,
                "token_estimate": 3
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "P02 PCIe Slot for RPI5",
                "chunk_index": 1,
                "content": "<figure>\n<img src=\"EP-0219-1.jpg\" title=\"EP-0219-1.jpg\" width=\"320\" alt=\"EP-0219-1.jpg\" \/>\n<figcaption aria-hidden=\"true\">EP-0219-1.jpg<\/figcaption>\n<\/figure>",
                "char_count": 158,
                "token_estimate": 40
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "Description",
                "chunk_index": 2,
                "content": "The P02 PCIe Slot for RPI5 (hereinafter referred to as P02) is a Raspberry Pi baseboard designed to convert the Raspberry Pi's PCIe into a PCIe x1 slot. This innovative accessory broadens the Raspberry Pi's capabilities by enabling the connection of PCIe devices, providing users with a versatile solution for expanding their Raspberry Pi projects. The P02 baseboard is an essential tool for anyone seeking to maximize the potential of their Raspberry Pi.",
                "char_count": 455,
                "token_estimate": 114
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "Features",
                "chunk_index": 3,
                "content": "-   <strong> Compatibility<\/strong>Focused on the latest single-board computer, the Raspberry Pi 5.\n-   <strong> Open Slot Design:<\/strong> Structurally compatible with x1, x2, x4, x8, x16 using an open slot design.\n-   <strong> PCIe x1 Supports:<\/strong> Supports PCIe x1 interface in both Gen2 and Gen3 standards.\n-   <strong> Power Supply: <\/strong> Incorporates a built-in 12V power supply design, capable of providing up to 1A current to meet most PCIe adapter card needs. Additionally, reserves an external 12V power supply structure for high-power PCIe cards.\n-   <strong> Gold-plated PCB: <\/strong> Offers superior electrical performance.\n-   <strong> PCIe ultra-short signal lines:<\/strong> Utilizes short trace routing for PCIe, ensuring reliability and speed, fully meeting the signal requirements of PCIe 3.0.",
                "char_count": 821,
                "token_estimate": 206
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "Features > Specifications",
                "chunk_index": 4,
                "content": "-   Size: 85x80mm\n-   Builtin power for PCIe x1 slot: +12V\/1A, +3.3V\/3A",
                "char_count": 71,
                "token_estimate": 18
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "Gallery",
                "chunk_index": 5,
                "content": "-   Product outlook\n\n<img src=\"EP-0219-1.jpg\" title=\"EP-0219-1.jpg\" width=\"800\" alt=\"EP-0219-1.jpg\" \/>\n\\* Frontal face <img src=\"EP-0219-3.jpg\" title=\"EP-0219-3.jpg\" width=\"800\" alt=\"EP-0219-3.jpg\" \/>\n\\* back face <img src=\"EP-0219-2.jpg\" title=\"EP-0219-2.jpg\" width=\"800\" alt=\"EP-0219-2.jpg\" \/>",
                "char_count": 295,
                "token_estimate": 74
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "Gallery > How to assemble it?",
                "chunk_index": 6,
                "content": "-   Please assemble it as following figures.\n\n<img src=\"EP-0219-7.jpg\" title=\"EP-0219-7.jpg\" width=\"800\" alt=\"EP-0219-7.jpg\" \/>\n\\* How to connect the FPC cable <img src=\"EP-0219-8.jpg\" title=\"EP-0219-8.jpg\" width=\"800\" alt=\"EP-0219-8.jpg\" \/>\n<img src=\"EP-0219-4.jpg\" title=\"EP-0219-4.jpg\" width=\"800\" alt=\"EP-0219-4.jpg\" \/>\n<img src=\"EP-0219-5.jpg\" title=\"EP-0219-5.jpg\" width=\"800\" alt=\"EP-0219-5.jpg\" \/>\n\\* Dimension <img src=\"EP-0219-9.jpg\" title=\"EP-0219-9.jpg\" width=\"800\" alt=\"EP-0219-9.jpg\" \/>\n\\* Port Definitions <img src=\"EP-0219-10.jpg\" title=\"EP-0219-10.jpg\" width=\"800\" alt=\"EP-0219-10.jpg\" \/>\n\\* Application scenario Connect to PCIe NIC (network interface card, additional purchase required!!) <img src=\"EP-0219-06.jpg\" title=\"EP-0219-06.jpg\" width=\"800\" alt=\"EP-0219-06.jpg\" \/>",
                "char_count": 791,
                "token_estimate": 198
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "How to enable PCIe x1 on Raspberry Pi 5",
                "chunk_index": 7,
                "content": "-   1\\. Open a terminal and use nano to edit the config.txt file. This file is used to alter the configuration of the Raspberry Pi. With it we can overclock the CPU and GPU and in this case set the PCIe connection speed.\n\n<!-- -->\n\n    sudo nano \/boot\/firmware\/config.txt\n\n-   2\\. Using the cursor keys, move down to the bottom of the file and add a section for NVMe configuration. We use a comment to denote what this block will do.\n\n<!-- -->\n\n    #NVMe Configuration\n    # Enable the PCIe External connector.\n\n    dtparam=pciex1\n\n-   3\\. Set the PCIe connection speed. There is official support for PCIe Gen 2 speeds, but we’ve tested Gen 3 and it works perfectly. Your mileage may vary, so if it doesn’t work, change this to 2.\n\n<!-- -->\n\n    dtparam=pciex1_gen=3\n\nSetting up an NVMe SSD on the Raspberry Pi 5\n\n-   4\\. Press CTRL + X. Then press Y and Enter to save and exit the editor.\n-   5\\. Reboot the Raspberry Pi for the change to take effect.",
                "char_count": 952,
                "token_estimate": 238
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "Mechanical Drawings",
                "chunk_index": 8,
                "content": "[left\\|800px](File:2D_Mech_RPI5_PCIe-Slot_x1_2024-01-16.png \"wikilink\")\n\\* 2D Mechanical Drawig file Download: [File:2D Mech RPI5 PCIe-Slot x1 2024-01-16.pdf](File:2D_Mech_RPI5_PCIe-Slot_x1_2024-01-16.pdf \"wikilink\")",
                "char_count": 216,
                "token_estimate": 54
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "Part of Schamatics",
                "chunk_index": 9,
                "content": "-   DC enable Pin\n\n<img src=\"P02-schamatics-part.png\" title=\"P02-schamatics-part.png\" width=\"800\" alt=\"P02-schamatics-part.png\" \/>\n<img src=\"P02-schamatics-part2.png\" title=\"P02-schamatics-part2.png\" width=\"800\" alt=\"P02-schamatics-part2.png\" \/>",
                "char_count": 245,
                "token_estimate": 62
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "Package Includes",
                "chunk_index": 10,
                "content": "-   1 x P02 PCIe Slot for RPI5\n-   1 x Custom PCIe FFC cable\n-   4 x M2.5 x 6mm Coppler pillar\n-   8 x M2.5 x 4mm Flat head screw\n-   1 x Screw driver (M2.5)\n\n<img src=\"EP-0219-6.jpg\" title=\"EP-0219-6.jpg\" width=\"800\" alt=\"EP-0219-6.jpg\" \/>",
                "char_count": 240,
                "token_estimate": 60
            },
            {
                "title": "EP-0219",
                "rev_id": 15972,
                "heading_path": "Keywords",
                "chunk_index": 11,
                "content": "-   PCIe extension board for Raspberry Pi 5, PCIe x1 extension board, PCIe Slot for RPi 5.",
                "char_count": 90,
                "token_estimate": 23
            }
        ]
    }
}