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: Having Fun with Arduino and Ledstrips  (Read 1399 times)

0 Members and 1 Guest are viewing this topic.

Sjaak

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 706
  • Last login:March 19, 2025, 02:54:38 am
Having Fun with Arduino and Ledstrips
« on: April 17, 2014, 04:11:43 am »
Hook up an Arduino to some RGB ledstrips, add a bit of code, stir for 5 minutes and voila...


ark_ader

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5645
  • Last login:March 02, 2019, 07:35:34 pm
  • I glow in the dark.
Re: Having Fun with Arduino and Ledstrips
« Reply #1 on: April 17, 2014, 05:38:51 am »
Totally cool man!  :applaud:
If I had only one wish, it would be for three more wishes.

thatpurplestuff

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 670
  • Last login:May 10, 2025, 02:37:15 pm
Re: Having Fun with Arduino and Ledstrips
« Reply #2 on: April 17, 2014, 10:57:43 am »
Would love to see more info on how you managed to put this together... that is just freakin awesome!

So once again, we find that evil of the past seeps into the present like salad dressing through cheap wax paper, mixing memory and desire.

404

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1019
  • Last login:August 04, 2015, 10:19:10 pm
Re: Having Fun with Arduino and Ledstrips
« Reply #3 on: April 17, 2014, 11:31:28 am »
looks great. Would make an awesome arcade sign.  :)

Generic Eric

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4520
  • Last login:July 15, 2024, 09:18:25 pm
  • Restore! Don't maim for MAME, build from scratch!
    • forum.arcadecontrols.com/index.php/topic,143226.0.html
Re: Having Fun with Arduino and Ledstrips
« Reply #4 on: April 17, 2014, 11:33:54 am »
I want an LED dance floor.  10'X10' of LED strips coated with epoxy. 

dgame

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 620
  • Last login:June 01, 2025, 11:09:55 pm
  • I am no Jedi
Re: Having Fun with Arduino and Ledstrips
« Reply #5 on: April 17, 2014, 11:38:26 am »
That is totally awesome!! Do you have a project page? Can you share the code/schematics? What parts did you use? Moar please.

Generic Eric

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4520
  • Last login:July 15, 2024, 09:18:25 pm
  • Restore! Don't maim for MAME, build from scratch!
    • forum.arcadecontrols.com/index.php/topic,143226.0.html
Re: Having Fun with Arduino and Ledstrips
« Reply #6 on: April 17, 2014, 11:41:37 am »
This project is waiting for this:

Sjaak

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 706
  • Last login:March 19, 2025, 02:54:38 am
Re: Having Fun with Arduino and Ledstrips
« Reply #7 on: April 17, 2014, 12:05:29 pm »
Parts used:


OK, this is how it works. I used 8 digital RGB led strips, each 1m long (3.3 feet) with 32 leds for a total of 256 leds. The leds can be individually addressed and have built in PWM (dimming). What this means is that you can send a command from the arduino saying "make led number 104 orange" and then led 104 will turn orange, but all the other leds remain unchanged.

Each strip gets 5V and GND from a pc power supply. The whole thing can use 16A if all the leds are white. I could have daisy chained the power, but then the last leds would be less bright because of the power drain.

The clock and data signal (green and blue) are daisy chained from strip 1 to strip2 to strip3, etc.


« Last Edit: April 17, 2014, 12:13:22 pm by Sjaak »

dgame

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 620
  • Last login:June 01, 2025, 11:09:55 pm
  • I am no Jedi
Re: Having Fun with Arduino and Ledstrips
« Reply #8 on: April 18, 2014, 10:17:10 am »
Very good. I have been interested in those RGB LED tables that people make. Those strips are really nice and make the wiring a whole lot simpler.

I also see that they can be cut and reconfigured so in theory the 8 strips could be setup to make a 10x20 Tetris board with a 7x8 next piece window, or a 16x16 RGB LED display, etc. Thanks for sharing.

Some of my favorites (not mine):



A cool 16x16 RGB LED project:



Another RGB LED Table with Tetris, Snake, and Super Mario?: