1fd6901a207e4cfaed1a2475454e23c5b7a937a2
Tech-dat/Interface-dat/MIPI-dat/MIPI-dat.md
| ... | ... | @@ -1,16 +1,18 @@ |
| 1 | 1 | |
| 2 | 2 | # MIPI-dat |
| 3 | 3 | |
| 4 | +## concept |
|
| 5 | + |
|
| 4 | 6 | - [[MIPI-CSI-dat]] - [[MIPI-DSI-dat]] |
| 5 | 7 | |
| 6 | 8 | MIPI CSI (Camera Serial Interface) and MIPI DSI (Display Serial Interface) are standardized high-speed interfaces developed by the MIPI Alliance to facilitate efficient communication between components in electronic devices. |
| 7 | 9 | |
| 8 | -## MIPI CSI (Camera Serial Interface): |
|
| 10 | +### MIPI CSI (Camera Serial Interface): |
|
| 9 | 11 | |
| 10 | 12 | MIPI CSI is a widely used high-speed protocol for transmitting still and video images from image sensors to application processors. It defines an interface between a camera and a host processor, enabling efficient image data transfer in mobile and embedded systems. The latest version, CSI-2 v3.0, was released in September 2019. |
| 11 | 13 | RESHINE DISPLAY |
| 12 | 14 | |
| 13 | -## MIPI DSI (Display Serial Interface): |
|
| 15 | +### MIPI DSI (Display Serial Interface): |
|
| 14 | 16 | |
| 15 | 17 | MIPI DSI defines a high-speed serial interface between a host processor and a display module. It enables manufacturers to integrate displays to achieve high performance, low power, and low electromagnetic interference (EMI) while reducing pin count and maintaining compatibility across different vendors. |
| 16 | 18 | MIPI |
| ... | ... | @@ -20,4 +22,9 @@ Both MIPI CSI and DSI are critical in modern device design, facilitating efficie |
| 20 | 22 | For more detailed information, you can refer to the MIPI Alliance specifications: |
| 21 | 23 | |
| 22 | 24 | MIPI CSI-2: https://mipi.org/specifications/csi-2 |
| 23 | -MIPI DSI: https://www.mipi.org/specifications/dsi |
|
| ... | ... | \ No newline at end of file |
| 0 | +MIPI DSI: https://www.mipi.org/specifications/dsi |
|
| 1 | + |
|
| 2 | + |
|
| 3 | +## supported devices |
|
| 4 | + |
|
| 5 | +- [[ESP32-P4-dat]] - [[RPI-dat]] |
|
| ... | ... | \ No newline at end of file |
Tech-dat/SBC-dat/RPI-dat/RPI-HDK-dat/RPI-HDK-dat.md
| ... | ... | @@ -0,0 +1,26 @@ |
| 1 | + |
|
| 2 | +# RPI-HDK-dat |
|
| 3 | + |
|
| 4 | +## Models with MIPI CSI and DSI Support: |
|
| 5 | + |
|
| 6 | +| **Raspberry Pi Model** | **MIPI CSI (Camera Interface)** | **MIPI DSI (Display Interface)** | |
|
| 7 | +| ----------------------------- | ------------------------------- | -------------------------------- | |
|
| 8 | +| Raspberry Pi 1 Model A/B | Yes | Yes | |
|
| 9 | +| Raspberry Pi 1 Model A+/B+ | Yes | Yes | |
|
| 10 | +| Raspberry Pi 2 Model B | Yes | Yes | |
|
| 11 | +| Raspberry Pi 3 Model A+/B/B+ | Yes | Yes | |
|
| 12 | +| Raspberry Pi 4 Model B | Yes | Yes | |
|
| 13 | +| Raspberry Pi 5 | Yes | Yes | |
|
| 14 | +| Raspberry Pi Zero | Yes (via 22-pin connector) | No | |
|
| 15 | +| Raspberry Pi Zero W/WH | Yes (via 22-pin connector) | No | |
|
| 16 | +| Raspberry Pi Zero 2 W | Yes (via 22-pin connector) | No | |
|
| 17 | +| Raspberry Pi Compute Module 3 | Yes | Yes | |
|
| 18 | +| Raspberry Pi Compute Module 4 | Yes (supports multiple lanes) | Yes (supports multiple lanes) | |
|
| 19 | +| Raspberry Pi Compute Module 5 | Yes | Yes | |
|
| 20 | +| Raspberry Pi 400 | No | No | |
|
| 21 | + |
|
| 22 | +### Notable Points: |
|
| 23 | + |
|
| 24 | +The Raspberry Pi Zero series lacks a DSI interface due to design and cost constraints. |
|
| 25 | + |
|
| 26 | +The Compute Module 4 (CM4) provides enhanced capabilities with both 2-lane and 4-lane MIPI CSI and DSI interfaces, suitable for advanced applications requiring multiple camera and display connections. |
Tech-dat/SBC-dat/RPI-dat/RPI-dat.md
| ... | ... | @@ -13,6 +13,7 @@ |
| 13 | 13 | |
| 14 | 14 | - [[raspbian-os-dat]] |
| 15 | 15 | |
| 16 | +- [[RPI-HDK-dat]] |
|
| 16 | 17 | |
| 17 | 18 | ### power delivery |
| 18 | 19 |