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: LEDSpicer version 0.5.5 Released  (Read 6517 times)

0 Members and 1 Guest are viewing this topic.

meduza

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 56
  • Last login:March 02, 2024, 08:03:23 pm
  • I want to build my own arcade controls!
    • LEDSpicer wiki
LEDSpicer version 0.5.5 Released
« on: January 27, 2021, 02:27:17 pm »
Yesterday I released a new version of LEDSpicer, the LED, Rotators, solenoids, etc controller for Linux.
This version includes:

  • Repeating Actors.
  • Removed Restriction on SetGroup and SetElement.
  • Program fixes and code improvement.
  • Added a special non blinking mode to actions.
  • Added timed elements functionality. (for Solenoids).
  • Added the option SHOW_USB_OUTPUT for USB debug.
  • Some color adjustments.
  • Dump profile and dump config now can be used when the program is already running.


mahuti

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2757
  • Last login:March 02, 2022, 09:51:19 pm
  • I dare anything! I am Skeletor!
Re: LEDSpicer version 0.5.5 Released
« Reply #1 on: February 02, 2021, 01:23:55 am »
Among other things I can attest that the solenoid feature works well. I've been using it for a Qbert knocker. Good stuff.
Raspberry Pi, AttractMode, and Skeletor enthusiast.

beernut

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 49
  • Last login:December 10, 2023, 07:13:46 pm
Re: LEDSpicer version 0.5.5 Released
« Reply #2 on: March 10, 2021, 09:55:26 pm »
Quick question.  Is there an easy way to have ledspicer send off commands to everything?

I use it for my qbert knocker but the ultimarc board fires the knocker at first boot (if the power has been removed to the computer) and I need to make sure to go into qbert and then back out to release the knocker.

Hoping I can just add a simple startup foreground run command to turn off the knocker and exit.

Thanks.

Nevermind. Apparently it already does this.  I wasn't running it at startup which was my issue.
« Last Edit: March 22, 2021, 12:55:33 pm by beernut »

beernut

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 49
  • Last login:December 10, 2023, 07:13:46 pm
Re: LEDSpicer version 0.5.5 Released
« Reply #3 on: March 13, 2021, 11:11:29 am »
@meduza

Your rotator programs works great.  In fact, I have given up on my perl 49way mode setter in favor of yours as the USB library I was using is depreciated.

The only issue is the lack of any automation to set the modes per rom.   

I have written a bunch of helper programs and a joymodes generator which greatly simplifies the usage of your rotator program.  Feel free to link or snag anything from there to add to your package.  It will most certainly make using rotator easier for most folks.

https://github.com/markalston/set49mode


mahuti

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2757
  • Last login:March 02, 2022, 09:51:19 pm
  • I dare anything! I am Skeletor!
Re: LEDSpicer version 0.5.5 Released
« Reply #4 on: March 13, 2021, 11:48:25 am »
Ledspicer supports automation for mode switching. I'll share my config files on how this is set up.
Raspberry Pi, AttractMode, and Skeletor enthusiast.

mahuti

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2757
  • Last login:March 02, 2022, 09:51:19 pm
  • I dare anything! I am Skeletor!
Re: LEDSpicer version 0.5.5 Released
« Reply #5 on: March 13, 2021, 11:53:50 am »
http://forum.attractmode.org/index.php?topic=3799.msg26732#msg26732

That post has a tutorial for LEDSpicer in it. The important thing to note is "craft_profiles" which leverages controls.ini to automate led lighting and mode switching. At the bottom of that post are my config files.
Raspberry Pi, AttractMode, and Skeletor enthusiast.

beernut

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 49
  • Last login:December 10, 2023, 07:13:46 pm
Re: LEDSpicer version 0.5.5 Released
« Reply #6 on: March 13, 2021, 01:01:06 pm »
So rotator is called by ledspicerd after being triggered by emitter?  It wasn't clear in the docs that rotator was automated at all.

So, clearly my stuff isn't needed for the regular usage of rotator or ledspicer.  I'll remove that implication from my repository. I guess it would still be useful if you only wanted rotator and not the rest of ledspicer.

Regardless, I have recently moved to using the built in mame joymap functionality (patched to 7x7 grids) instead of the mapping in GPWiz-49 and have been much happier with the results.  In theory they should have been the same but I was having lots of issues on vertical 2 way games and some 4 ways with the GPWiz maps. 

The ability to just use the joymaps and tweak them as needed works much better for me.
« Last Edit: March 13, 2021, 03:14:18 pm by beernut »

ljsquare

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 2
  • Last login:June 25, 2021, 10:01:22 am
Re: LEDSpicer version 0.5.5 Released
« Reply #7 on: May 07, 2021, 01:37:35 am »
Quick question: is it possible to dim or set the brightness of an alwaysOnElement or alwaysOnGroup?