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 Unified Power-On for Pinball Cabinet
  • 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
  • State Verified Answer
  • Replies 3 replies
  • Answers 1 answer
  • Subscribers 389 subscribers
  • Views 529 views
  • Users 0 members are here
  • standby
  • pinball
Related

Unified Power-On for Pinball Cabinet

forsh33
forsh33 over 5 years ago

Hi Everyone,

 

I've been working on a digital pinball cabinet over the past few months with my dad, it's been a great project and lots of fun.

 

I've hit a bit of a stumbling block however and I was hoping to get some advice from the community here about whether I should proceed or not.

The cabinet has a PC and three displays, two of which are TCL LCD TV's (great price). The TV's do not have a dedicated standby switch, they have a single button which takes sequences of inputs to do things like volume, brightness etc.

 

I managed to isolate the pins on the TV board that activate this menu and even managed to use an arduino and a relay board to short these pins in the right sequence to turn them and the PC on at the same time, the issue I'm having now is that sometimes when you turn on the power at the wall the TV's will boot straight into full power rather than standby and it's making for some temperamental power on situations.

 

I know that I could use the Power LED pins on the motherboard of the PC and likewise on the TV boards to do a digital read on them and only turn on the devices that need to be turned on, but I'm not sure I should. The reason I opted for using a relay board was that I didn't want to create a shared circuit between the devices, instinctively this felt very risky to me. Am I right in this, or am I being overly cautious?

 

Thank you for reading.

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 5 years ago +4 verified
    Hi Karl, Being cautious is definitely good. There are several ways to do this, the easiest is likely to be detecting the power LED. You can do it with electrical isolation, by swapping out that LED for…
  • forsh33
    forsh33 over 5 years ago in reply to shabaz +2
    Hi Shabaz. This looks great and just what I was looking for, thank you! Could I use the Arduino's internal pull-up here?
  • shabaz
    shabaz over 5 years ago in reply to forsh33 +2 suggested
    Hi Karl, You can if you wish, but pull-ups in microcontrollers are not well-defined resistances. Better to use a real resistor here, and you can adjust it for reliability (although I've used 10k in the…
  • shabaz
    0 shabaz over 5 years ago

    Hi Karl,

     

    Being cautious is definitely good. There are several ways to do this, the easiest is likely to be detecting the power LED. You can do it with electrical isolation, by swapping out that LED for opto-isolation.

    Something like below will work (the IN1 connection goes to the Arduino. If you're using an Arduino Uno with 5V logic levels then the connection marked +3V3 would instead go to +5V.

    HCPL-814-000EHCPL-814-000E would work as a suitable opto-isolator. The lower two connections go to where the LED was wired (in any direction, there's no polarity). IN1 will be high when the LED is off, and low when the LED is on (inverted logic).

     

    image

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • forsh33
    0 forsh33 over 5 years ago in reply to shabaz

    Hi Shabaz.

     

    This looks great and just what I was looking for, thank you! Could I use the Arduino's internal pull-up here?

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 5 years ago in reply to forsh33

    Hi Karl,

     

    You can if you wish, but pull-ups in microcontrollers are not well-defined resistances. Better to use a real resistor here, and you can adjust it for reliability (although I've used 10k in the past with a different manufacturer optocoupler that is supposed to be a direct replacement for the one I mentioned, and so it should work for you).

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
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