How Can I Build a Twisted Fate LED Timer Inspired by League of Legends?

  • Thread starter Thread starter dusilbenafreor
  • Start date Start date
  • Tags Tags
    Led Project
AI Thread Summary
The project involves creating a Twisted Fate-inspired LED timer from League of Legends, featuring blue, red, and yellow LEDs that light up in sequence for 30 seconds. Programming the timer using a microcontroller, such as the PIC16F88, is suggested as the easier and more flexible option compared to constructing it with physical components like relays. While using relays is possible and offers reliability, it may not achieve the precision required for the timing. The discussion emphasizes the learning opportunities in both approaches, encouraging exploration of microcontrollers for ease of debugging and guidance. Ultimately, the choice between circuits and microcontrollers depends on the user's interest in learning about each method.
dusilbenafreor
Messages
1
Reaction score
0
Hi I have a project in mind and I'd like some help starting it up.

Project:
I want to create Twisted Fate's Pick a card, for those of you know the popular game, League of Legends.
____________
|L.....L|
|....|
|....|
|...L...|
|....|
|....|
|L.....L|
--------------
L's are where I'd like to put a blue, red, and yellow LED
To clarify, All three per L
The . are empty space

Basically what I want is a button that i can press which starts the project.
The lights light up in turn Blue-> Red -> Yellow ->repeat.
Each light has a 2 second on period before switching to the next light
The lightshow repeats until 30 seconds is up, then turns off.
If the button is pressed again, the lights will stop rotating and the light that is on will stay on for the remainder of the 30 seconds.
Battery Powered

Question 1:
I feel like this would be much easier to program than it would be to construct the physical timer.
Am I right? Or should I explore timers and clocks more.

2. If programming, what would you suggest I use for the microcontroller?
If physical, what IC chip do you suggest I use?
 
Engineering news on Phys.org
A circuit looks possible - use a counter with resets itself after 2 (so the sequence is 0->1->2->0->...), and power the LEDs according to this output. Use some other system (555 timer?) to switch it off after 30 seconds.
Button: if the 30s-timer is not active, it gets started (and the counter gets powered); if it is active, the button stops the counter (a second button could be easier).
 
I suggest that you program it, it will be easier and you will have the ability to modify it easily if you want, and for the cost it is cheaper that construct it from separate ic.
If you decided to program i suggest you use 16f88 microchip micro controller.
 
hisham.i said:
I suggest that you program it, it will be easier and you will have the ability to modify it easily if you want, and for the cost it is cheaper that construct it from separate ic.
If you decided to program i suggest you use 16f88 microchip micro controller.

This.
This can be easily done with microcontrollers.
Using the datasheet of the microcontroller look for features of timers, timers tend to be more efficient than for loops, this is for the PIC16xxx series. Don't know about arduino though

This is a cool project i might try this in the Proteus Isis Simulator first if i have time.
 
An extremely simple "old school" method would be to use three or four time-delay relays (surplus price $4-$7ea) and a few regular relays (surplus price $3-$5ea) and maybe a few diodes for isolation, but this method wouldn't be able to do a precision of 2.000s and 30.000s, but the time adjustment of one of the modules I know of (and only $4) is adjustable via a 10-turn pot, and on a 0-10s module, that would give a fair amount of precision.

I work in aerospace and you'd be surprised at how much logic can be performed using relays and isolation/steering diodes, especially on older airplanes. That method was used all over the place on older aircraft, and a fair amount even up into in the in the '90s... One reason is reliability. Aerospace-grade relays are extremely reliable, fairly cheap (even though what would normally be a $10 relay, may be $200 on up to $1000+), and very simple design effort and qualification testing for whatever project the relay is to be used for. The design and testing effort to use relays to perform a simple task vs. a micro-controller module would be orders of magnitude different... Additionally, when you get into military aircraft, nuclear-hardening comes into play and this becomes much easier/cheaper with things such as relays. A lot of equipment on some of the Air Force's "most important" aircraft is still operating on discrete components and considerable use of relay logic...
 
Last edited:
Think about what you are more interested in learning about.
Circuits or Microcontrollers?

Doing it with circuits solely is doable, and you'd learn a lot through the process.

Doing it with a MC would probably be easier, even on just to find guidance and help debugging, and you'd still learn a bit about circuits :)

If you're really bold you could do it both ways and then let us know which method you enjoyed more :)
 
Thread 'I need a concave mirror with a focal length length of 150 feet?'
I need to cut down a 3 year old dead tree from top down so tree causes no damage with small pieces falling. I need a mirror with a focal length of 150 ft. 12" diameter to 36" diameter will work good but I can't think of any easy way to build it. Nothing like this for sale on Ebay. I have a 30" Fresnel lens that I use to burn stumps it works great. Tree service wants $2000.
Hi all, i have some questions about the tesla turbine: is a tesla turbine more efficient than a steam engine or a stirling engine ? about the discs of the tesla turbine warping because of the high speed rotations; does running the engine on a lower speed solve that or will the discs warp anyway after time ? what is the difference in efficiency between the tesla turbine running at high speed and running it at a lower speed ( as fast as possible but low enough to not warp de discs) and: i...
Thread 'Where is my curb stop?'
My water meter is submerged under water for about 95% of the year. Today I took a photograph of the inside of my water meter box because today is one of the rare days that my water meter is not submerged in water. Here is the photograph that I took of my water meter with the cover on: Here is a photograph I took of my water meter with the cover off: I edited the photograph to draw a red circle around a knob on my water meter. Is that knob that I drew a red circle around my meter...
Back
Top