HDMI: Difference between revisions
Jump to navigation
Jump to search
(Created page with " {| class="wikitable" |- ! pin !! signal !! notes !! connector |- | 1 || TMDS Data2+ || || rowspan=19 | 310px|type A HDMI receptacle |- | 2...") |
m (→Related to) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{HoverImage | |||
|HDMI_black.jpg|HDMI_White_black_background.jpg|340px| | |||
}} | |||
== Pinout == | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 30: | Line 35: | ||
| 13 || {{glossary|CEC}} || | | 13 || {{glossary|CEC}} || | ||
|- | |- | ||
| 14 || Reserved (HDMI 1.0–1.3c), HEC Data− (Optional, HDMI 1.4+ with Ethernet) || | | 14 || Reserved (HDMI 1.0–1.3c), {{glossary|HEC}} Data− (Optional, HDMI 1.4+ with Ethernet) || | ||
|- | |- | ||
| 15 || SCL ({{glossary|I²C}} Serial Clock for {{glossary|DDC}} || | | 15 || SCL ({{glossary|I²C}} Serial Clock for {{glossary|DDC}} || | ||
Line 36: | Line 41: | ||
| 16 || SDA ({{glossary|I²C}} Serial Data Line for {{glossary|DDC}}) || | | 16 || SDA ({{glossary|I²C}} Serial Data Line for {{glossary|DDC}}) || | ||
|- | |- | ||
| 17 || {{glossary|DDC}}/{{glossary|CEC}}/HEC Ground || | | 17 || {{glossary|DDC}}/{{glossary|CEC}}/{{glossary|HEC}} Ground || | ||
|- | |- | ||
| 18 || +5 V (max 50 mA) || | | 18 || +5 V (max 50 mA) || | ||
|- | |- | ||
| 19 || Hot Plug detect (all versions) and HEC Data+ (optional, HDMI 1.4+ with Ethernet) || | | 19 || Hot Plug detect (all versions) and {{glossary|HEC}} Data+ (optional, HDMI 1.4+ with Ethernet) || | ||
|- | |- | ||
|} | |} | ||
'''Note:''' ''Category 2 (High Speed HDMI Cable) is required for 1080p, 4K, 3D and deep color support'' | '''Note:''' ''Category 2 (High Speed HDMI Cable) is required for 1080p, 4K, 3D and deep color support'' | ||
[[File:HDMI_PlugEnd.jpg|thumb|250px|right]] | |||
External reference: | External reference: | ||
* http://en.wikipedia.org/wiki/HDMI | * http://en.wikipedia.org/wiki/HDMI#Version_1.4 | ||
To be able to use the HDMI CEC/Anynet+ functionality, you have to [[:File:Enable HDMI CEC.jpg|enable HDMI Device Link]] | |||
PS4 does support the use of compatible remote controls with limited functionality to navigate the PS4 system's user interface and some applications. | |||
== Related to == | |||
*[https://www.google.co.uk/#q=HDMI_Screw_Terminal HDMI Screw Terminal] | |||
---- | |||
*http://www.entechtaiwan.com/lib/softmccs.shtm | |||
---- | |||
*https://xtreamerdev.googlecode.com/files/CEC_Specs.pdf CEC_Specs 1.3a | |||
*http://www.cec-o-matic.com my crystal clear HDMI-CEC message | |||
*https://code.google.com/archive/p/cec-arduino/ Arduino library which implements the HDMI v1.3a CEC | |||
*http://source.android.com/devices/tv/HDMI-CEC.html [[File:Android.png|30px]] | |||
*http://libcec.pulse-eight.com An enabling platform for the CEC bus in HDMI | |||
*https://github.com/chbmuc/cec A Go interface to LibCEC | |||
*https://github.com/chbmuc/cec-web A REST micro webservice to control devices via the CEC bus in HDMI | |||
*https://github.com/jasmas/cecd Script which can be used to run the cec-client utility | |||
*https://github.com/robbiet480/cecd Script which can be used to run the cec-client utility | |||
*https://github.com/robbiet480/CEC-Roomie Roomie <-> cec-web bridge | |||
*https://github.com/adammw/node-cec libcec bindings for node.js | |||
{{Motherboard Components}} | {{Motherboard Components}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |
Latest revision as of 20:58, 4 February 2016
Pinout[edit | edit source]
pin | signal | notes | connector |
---|---|---|---|
1 | TMDS Data2+ | ||
2 | TMDS Data2 Shield | ||
3 | TMDS Data2− | ||
4 | TMDS Data1+ | ||
5 | TMDS Data1 Shield | ||
6 | TMDS Data1− | ||
7 | TMDS Data0+ | ||
8 | TMDS Data0 Shield | ||
9 | TMDS Data0− | ||
10 | TMDS Clock+ | ||
11 | TMDS Clock Shield | ||
12 | TMDS Clock− | ||
13 | CEC | ||
14 | Reserved (HDMI 1.0–1.3c), HEC Data− (Optional, HDMI 1.4+ with Ethernet) | ||
15 | SCL (I²C Serial Clock for DDC | ||
16 | SDA (I²C Serial Data Line for DDC) | ||
17 | DDC/CEC/HEC Ground | ||
18 | +5 V (max 50 mA) | ||
19 | Hot Plug detect (all versions) and HEC Data+ (optional, HDMI 1.4+ with Ethernet) |
Note: Category 2 (High Speed HDMI Cable) is required for 1080p, 4K, 3D and deep color support
External reference:
To be able to use the HDMI CEC/Anynet+ functionality, you have to enable HDMI Device Link
PS4 does support the use of compatible remote controls with limited functionality to navigate the PS4 system's user interface and some applications.
Related to[edit | edit source]
- https://xtreamerdev.googlecode.com/files/CEC_Specs.pdf CEC_Specs 1.3a
- http://www.cec-o-matic.com my crystal clear HDMI-CEC message
- https://code.google.com/archive/p/cec-arduino/ Arduino library which implements the HDMI v1.3a CEC
- http://libcec.pulse-eight.com An enabling platform for the CEC bus in HDMI
- https://github.com/chbmuc/cec A Go interface to LibCEC
- https://github.com/chbmuc/cec-web A REST micro webservice to control devices via the CEC bus in HDMI
- https://github.com/jasmas/cecd Script which can be used to run the cec-client utility
- https://github.com/robbiet480/cecd Script which can be used to run the cec-client utility
- https://github.com/robbiet480/CEC-Roomie Roomie <-> cec-web bridge
- https://github.com/adammw/node-cec libcec bindings for node.js
|