70470 Posts in 6879 Topics - by 687 Members - Latest Member: Laricwashere

Author Topic: Check my LED mod out..  (Read 1142 times)

Offline Czar

  • Event Administrator
  • Sponsorship Coordinator
  • Godlike Gamer
  • *
  • Posts: 4632
  • Karma: 11
  • Steam ID: therealdealmobile@hotmail.com
  • XBox Gamer Tag: IAmCzarAlex
  • XFire: czaralex
Check my LED mod out..
« on: July 11, 2008, 12:36:40 AM »
So I picked up an Arduino (www.arduino.cc), some LEDs off ebay, wrote some code, and modded my Satiek joystick.


Offline decepticon

  • Staff
  • Godlike Gamer
  • *
  • Posts: 5763
  • Karma: 6
  • aka "Deception"
  • Steam ID: seanryan52
  • XBox Gamer Tag: Decpticon
  • XFire: decepticon420
Re: Check my LED mod out..
« Reply #1 on: July 11, 2008, 07:25:47 AM »
I was thinking about doing that to my PC case, I like the breathing pulse!  Looks like I am going to have to finally get an Arduino.
That's Mr. Deception to you.

Offline Petch

  • Network Admin
  • Uber Gamer
  • *
  • Posts: 1621
  • Karma: 2
  • Steam ID: meekalpetro
Re: Check my LED mod out..
« Reply #2 on: July 11, 2008, 07:40:13 AM »
I think it looks good, but as far as doing that to your PC case.... If its in direct sight when using your computer, I'm sure it would get annoying after like 1.2 minutes. 

Offline decepticon

  • Staff
  • Godlike Gamer
  • *
  • Posts: 5763
  • Karma: 6
  • aka "Deception"
  • Steam ID: seanryan52
  • XBox Gamer Tag: Decpticon
  • XFire: decepticon420
Re: Check my LED mod out..
« Reply #3 on: July 11, 2008, 07:43:12 AM »
Well, it's just for show at LAN's anyway.  I had lights in my case before, I never really turned them on though except at LAN's.  I removed them though....they drew too much power.
That's Mr. Deception to you.

Offline Czar

  • Event Administrator
  • Sponsorship Coordinator
  • Godlike Gamer
  • *
  • Posts: 4632
  • Karma: 11
  • Steam ID: therealdealmobile@hotmail.com
  • XBox Gamer Tag: IAmCzarAlex
  • XFire: czaralex
Re: Check my LED mod out..
« Reply #4 on: July 11, 2008, 07:52:01 AM »
Looks like I am going to have to finally get an Arduino.

$35 over at www.adafruit.com. I didn't go with a prototyping shield and just used a giant solderless breadboard from Radio Shack which worked fine. I'm a COMPLETE n00b at electronics like this and -I- was able to get this working :) It was a big help that the MOO coding I do is very close to this code, so writing the prog wasn't hard at all.

Next I'm gonna mod the leds in my speedpad.. if I can figure out which LEDs it uses and if I can jam them in the case with the existing ones still in place (even though i dont use them)
« Last Edit: July 11, 2008, 07:55:06 AM by Czar »

Offline decepticon

  • Staff
  • Godlike Gamer
  • *
  • Posts: 5763
  • Karma: 6
  • aka "Deception"
  • Steam ID: seanryan52
  • XBox Gamer Tag: Decpticon
  • XFire: decepticon420
Re: Check my LED mod out..
« Reply #5 on: July 11, 2008, 08:53:54 AM »
You should put chasing leds in your arcade marquis. (spelling?)
That's Mr. Deception to you.

Offline Czar

  • Event Administrator
  • Sponsorship Coordinator
  • Godlike Gamer
  • *
  • Posts: 4632
  • Karma: 11
  • Steam ID: therealdealmobile@hotmail.com
  • XBox Gamer Tag: IAmCzarAlex
  • XFire: czaralex
Re: Check my LED mod out..
« Reply #6 on: July 11, 2008, 08:58:01 AM »
I have some MEGA plans for arduino + mame cab. .. A marque filled with RGB LED matrices that will display the marque of the game you're playing :)

Offline decepticon

  • Staff
  • Godlike Gamer
  • *
  • Posts: 5763
  • Karma: 6
  • aka "Deception"
  • Steam ID: seanryan52
  • XBox Gamer Tag: Decpticon
  • XFire: decepticon420
Re: Check my LED mod out..
« Reply #7 on: July 11, 2008, 09:01:50 AM »
I have some MEGA plans for arduino + mame cab. .. A marque filled with RGB LED matrices that will display the marque of the game you're playing :)

Sweet....if you write the code, share it with me in case I decide to actually build a cabinet.
That's Mr. Deception to you.

Offline Czar

  • Event Administrator
  • Sponsorship Coordinator
  • Godlike Gamer
  • *
  • Posts: 4632
  • Karma: 11
  • Steam ID: therealdealmobile@hotmail.com
  • XBox Gamer Tag: IAmCzarAlex
  • XFire: czaralex
Re: Check my LED mod out..
« Reply #8 on: July 11, 2008, 09:04:57 AM »
Oh most certainly. First, I think I'd need to compile my own version of the MAME prog so I can have it send info to the arduino when a game launches.