Flashing led's in sequence.

Hi all, I'm new here just bought my first arduino UNO today :slight_smile:

I'm looking at connecting 10 led's where I can press a button and they all light up one by on and go off one by one after a set time. If possible another button that will give the same effect but running the other way.

I've done some searching and the closest thing I can find is people making stair lights using an led controller to maximise the amount of LEDs they can run off a single board but I'm just looking at controlling 8~10 led's.

Please help.

You can find out a lot using Google. Start with a search like "LED Arduino" to find out how to connect an ALE to an Arduino output pin. Learn how to turn the LED on and off. Next, search for "button Arduino" to find out how to connect a button to an Arduino input pin and check the state of the button. Build on that knowledge to produce the effect you want.

If you don't want to learn you could post in Gigs and Collaboration asking someone to do the learning for you. This may cost money.

You can start with this