element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Arduino Uno HDMI Switch controller
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 2 replies
  • Subscribers 389 subscribers
  • Views 950 views
  • Users 0 members are here
  • hdmi
  • splitter
  • uno
  • switch
  • arduino
Related

Arduino Uno HDMI Switch controller

shaggy4097
shaggy4097 over 5 years ago

Hello everyone,

 

     I'm new to using an Arduino and have only been able to replicate projects I've seen on Youtube. What I'm trying to do is control these four three port HDMI switches with an Arduino Uno and make them act as a single nine port HDMI switch. I'd be connecting the three HDMI switches to each of the three input ports of the main HDMI switch. So essentially I'm thinking if I can control the main switch with every fourth button press to make it switch between HDMI devices and control the other three switches with every button press this should work. I also have a seven segment display I'd like to incorporate into the project to let me know which port I'm currently on. The HDMI switches have just a little momentary push button in the front of the unit to select between devices. I've listed the push button layout below and also attached photos of the devices I currently have. Thanks in advance for any and all help with this project.

 

1st press - Main HDMI Switch port 1 & other three HDMI Switches port 1

2nd press - Main HDMI Switch port 1 & other three HDMI Switches port 2

3rd press - Main HDMI Switch port 1 & other three HDMI Switches port 3

4th press - Main HDMI Switch port 2 & other three HDMI Switches port 1

5th press - Main HDMI Switch port 2 & other three HDMI Switches port 2

6th press - Main HDMI Switch port 2 & other three HDMI Switches port 3

7th press - Main HDMI Switch port 3 & other three HDMI Switches port 1

8th press - Main HDMI Switch port 3 & other three HDMI Switches port 2

9th press - Main HDMI Switch port 3 & other three HDMI Switches port 3

Attachments:
image
image
image
  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 5 years ago +1
    Hi Kyle, I don't think it is that easy, because you need some feedback to know which switch connection is made on each box. Otherwise, it could get out of sync. There was a similar question a few days…
  • shaggy4097
    shaggy4097 over 5 years ago in reply to shabaz +1
    Hello I technically don’t need it it read the led indicators of each HDMI switch. If I power the HDMI switches and the Arduino at the same time then every time it’s turned on it’ll be reset back to port…
Parents
  • shabaz
    shabaz over 5 years ago

    Hi Kyle,

     

    I don't think it is that easy, because you need some feedback to know which switch connection is made on each box. Otherwise, it could get out of sync.

    There was a similar question a few days ago (not HDMI related, but related to how to push a button, and how to read an LED light status).

    You'd have to examine the circuit in the box to find the best way to do this. Usually you'll end up with something like a transistor to perform the button-press electrically, and some wires from the LEDs back into your Arduino. If there are voltage level issues, then some other interfacing circuit may be needed. The Arduino code is minimal. Anyway, maybe that's a lot of effort to get 9-way HDMI. It's hard to know because you have not mentioned the reason for this specific requirement. You can get an 8-way device with individual switching (i.e. no need for feedback if you use an Arduino) here: https://www.amazon.co.uk/Aten-VS0801H-8-Port-HDMI-Switch/dp/B002LDPVDU

    If you specifically need 9 and not 8, you could add a 2-way switch to it.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shaggy4097
    shaggy4097 over 5 years ago in reply to shabaz

    Hello

     

         I technically don’t need it it read the led indicators of each HDMI switch. If I power the HDMI switches and the Arduino at the same time then every time it’s turned on it’ll be reset back to port one and same with the Arduino. I also could buy that eight port switch but I figured using these switches I already own and maybe I could learn how to use an Arduino to make it work.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • shaggy4097
    shaggy4097 over 5 years ago in reply to shabaz

    Hello

     

         I technically don’t need it it read the led indicators of each HDMI switch. If I power the HDMI switches and the Arduino at the same time then every time it’s turned on it’ll be reset back to port one and same with the Arduino. I also could buy that eight port switch but I figured using these switches I already own and maybe I could learn how to use an Arduino to make it work.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube