1 meter
1 meter
Micro-HDMI (male) to Standard HDMI (male)
Up to 4K at 30Hz
Multi-channel audio, including Dolby TrueHD and DTS-HD Master Audio
Up to 18 Gbps
HDMI 2.0
Conclusion
The Raspberry Pi Official Micro-HDMI to Standard HDMI Cable is a reliable and high-quality cable solution for connecting your Raspberry Pi board to HDMI displays. With its official Raspberry Pi certification, high-quality construction, and support for high-definition video and audio, this cable is an ideal choice for users looking to connect their Raspberry Pi to a display device.
Raspberry Pi Official Micro-HDMI to Standard HDMI Cable (1 Meter) DocumentationOverviewThe Raspberry Pi Official Micro-HDMI to Standard HDMI Cable is a high-quality cable designed specifically for use with Raspberry Pi boards, allowing users to connect their Raspberry Pi to a standard HDMI display or projector. This 1-meter cable provides a reliable and convenient way to extend the HDMI output of your Raspberry Pi, making it ideal for a wide range of applications, from prototyping to production environments.Technical SpecificationsLength: 1 meter (3.3 feet)
Connector Type: Micro-HDMI (Type-D) to Standard HDMI (Type-A)
Resolution: Supports up to 4K @ 30Hz
Compatibility: Compatible with all Raspberry Pi models, including Raspberry Pi 4, Raspberry Pi 3, and earlier modelsUsing the Cable with Raspberry PiTo use the Raspberry Pi Official Micro-HDMI to Standard HDMI Cable, simply connect the micro-HDMI end to your Raspberry Pi and the standard HDMI end to your display or projector.Code ExamplesHere are a few code examples demonstrating how to use the Raspberry Pi Official Micro-HDMI to Standard HDMI Cable in different contexts:Example 1: Displaying Video on an HDMI Display using PythonIn this example, we'll use the Raspberry Pi's HDMI output to display a video on a connected display using the `omxplayer` library in Python.```
import subprocess# Play a video file using omxplayer
subprocess.run(["omxplayer", "-o", "hdmi", "path/to/video.mp4"])
```Example 2: Setting up a Raspberry Pi as a Media Center with KodiIn this example, we'll use the Raspberry Pi Official Micro-HDMI to Standard HDMI Cable to connect our Raspberry Pi to a TV, and then set up Kodi as a media center.First, install Kodi on your Raspberry Pi:```
sudo apt-get update
sudo apt-get install kodi
```Next, configure Kodi to use the HDMI output:```
sudo nano /etc/kodi/kodi.cfg
```Add the following lines to the configuration file:```
display_hdmi_mode=1080p
```Save and exit the file, then restart Kodi:```
sudo service kodi restart
```Your Raspberry Pi should now be set up as a media center, with video outputting to your TV through the HDMI cable.These examples demonstrate the versatility and ease of use of the Raspberry Pi Official Micro-HDMI to Standard HDMI Cable. With its high-quality construction and compatibility with all Raspberry Pi models, this cable is an essential component for any project requiring HDMI output.