So my work issued me a project (im an Electronics work study) to do for the school. It consist of creating an LED title. What i mean by that, i will portray the school name into LED and have it light up. However, they found the need to simply have it light up, which in my opinion i find dull. So i decided to incorporate the Arduino UNO (Which i had laying around) and use that to manage the LED output pins, etc. However, the UNO is limited to very few pins and i need to use about 40+ LED in this diagram. How can i have that many LED work with so limited pins.
There is a couple of functions i would like the project to do:
- Light up a letter at a time.
or - Light up an LED at a time, portraying a form of laser
- Having effects were the light goes High from the beginning and end then reaching to the middle and vice-versa.
I realise that for the first option, i can simply do resisters in series and have them all go to a single pin since they should all light up at a time.
How about the second and third option?