Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable
1–10 of 147 posts
Re: Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable
#2Re: Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable
#3That said props for actually using HDMI-CEC! And it’s cheaper than most smart plugs (and probably safer, too)
Re: Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable
#4Re: Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable
#5Re: Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable
#6Re: Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable
#7Yup, my AppleTV is the only device that gets CEC right. Even my LG TV and LG soundbar get confused. And don’t get me started on the PS4 Pro’s garbage implementation. I’m sad that Logitech killed Harmony because CEC was supposed to make universal remotes obsolete — they’re still the only way my full home theater can function without juggling a dozen remotes.
Re: Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable
#8I know it's called a bus, but I'm still surprised that all devices get the HDMI-CEC stream of all other devices. Being able to watch the Apple TV from the Pi was super cool, and I never would have guessed it was possible to see what was going on there (short of building a man in the middle hardware proxy)!
Re: Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable
#9I know it's called a bus, but I'm still surprised that all devices get the HDMI-CEC stream of all other devices. Being able to watch the Apple TV from the Pi was super cool, and I never would have guessed it was possible to see what was going on there (short of building a man in the middle hardware proxy)!
CEC is just i2c which is a bus. In fact you can hook regular i2c devices up to an HDMI port and communicate with them. You’ll need a resistor and shouldn’t draw more than 50 mA.