Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Q-Bert Knocker wiring to LedWiz  (Read 1400 times)

0 Members and 1 Guest are viewing this topic.

mahuti

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2757
  • Last login:September 18, 2024, 01:16:22 pm
  • I dare anything! I am Skeletor!
Q-Bert Knocker wiring to LedWiz
« on: November 05, 2020, 07:18:10 pm »
So this has been covered before to a degree, but I still need a bit of help.

I plan to wire up a Q-bert knocker to work with MAME's output system. I'm using an app that captures the output, and signals to the LEDWiz. I can figure out enough to wire up the knocker with a relay from Led-Wiz. The app *should* signal to the LEDWiz to deactivate the relay, but I don't want to count on that, I don't want the coil to stay energized. So I need some way of setting the relay to trigger and release rather than stay activated. I need a failsafe.

I'm not set on the relay, that was just my first line of thought until I realized that there might not be an "off". I don't know enough about transistors to even figure out what to buy, or what else I'd need with it.

This is the knocker:
https://www.arcadeshop.com/i/1125/q-bert-knocker-assembly-with-12v-coil.htm

I've got a typical arcade power supply, a fuse holder, a pile of a variety of fuses collected over many years of arcade stuff, a small amount of sense, and great soldering skills. Any help would be greatly appreciated.



Raspberry Pi, AttractMode, and Skeletor enthusiast.

baritonomarchetto

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 822
  • Last login:Yesterday at 12:06:49 pm
Re: Q-Bert Knocker wiring to LedWiz
« Reply #1 on: November 06, 2020, 02:19:18 am »
If your concerns are about the kind of signal your app sends when a "knocker on" signal is received from MAME, connect a led instead and see what it does (obviously you will need 5V/12V and an adeguate resistor in series to the led). It's likely that the app has a test monitor and can show you the signal flow anyway.
I suppose it's mamehooker. If not, use it instead.

mahuti

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2757
  • Last login:September 18, 2024, 01:16:22 pm
  • I dare anything! I am Skeletor!
Re: Q-Bert Knocker wiring to LedWiz
« Reply #2 on: November 06, 2020, 04:42:03 am »
Quote
I suppose it's Mamehooker 

Its not. I'm using LEDSpicer.

Quote
  If not, use it instead

How does Mamehooker install on Linux again?  ;)

Seriously though, thank you for the suggestion, I'm with you on that already. I currently use LEDSpicer to manage LED signals being output by MAME; led1=on, led1=off. That works fine. If I install a knocker though, its not a hold-open solenoid, so I don't want to count on the software 100%, since leaving it open could cause it to burn out pretty quickly.
Raspberry Pi, AttractMode, and Skeletor enthusiast.

baritonomarchetto

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 822
  • Last login:Yesterday at 12:06:49 pm
Re: Q-Bert Knocker wiring to LedWiz
« Reply #3 on: November 06, 2020, 06:19:03 am »
Ok ok, I missed the linux thing :)
If you don't trust the program or it does not work the way you need and you are not able to modify the surce code, place a microcontroller to monitor the signal to your relay and shut it in case of a too long active time.
This would be super cheap (and super easy) with an arduino board.
« Last Edit: November 06, 2020, 07:38:44 am by baritonomarchetto »

mahuti

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2757
  • Last login:September 18, 2024, 01:16:22 pm
  • I dare anything! I am Skeletor!
Re: Q-Bert Knocker wiring to LedWiz
« Reply #4 on: November 06, 2020, 01:35:28 pm »
Quote
If you don't trust the program or it does not work the way you need and you are not able to modify the surce code

I trust it, and I can modify the source, but solenoids aren't intended to stay energized very long, so if, for instance, there's a software crash while the solenoid is open, the solenoid will stay on and blow.

An arduino could do the job, it just seems like a few resistors, capacitors, diodes and a transistor would do the same cut-off job in hardware form.
Raspberry Pi, AttractMode, and Skeletor enthusiast.