Re: LED control circuit
- From: Mac <foo@xxxxxxx>
- Date: Fri, 19 May 2006 05:21:51 GMT
On Thu, 18 May 2006 13:07:41 -0700, gstringe wrote:
This will probably be easy for you folks who do this all the time and
are up on what is available IC wise.
I want to sequence an LED thru modes with a push button. It will
sequence like this: on, flash, off, on, flash, off etc.
I would supply steady power and flash power to a bus maybe as there
will be a lot of LEDs to control.
Any clever ideas out there?
Many thanks for the help.
I think your basic idea is good. There is a flashing bus, a continuously
on bus, and ground.
For each button, there is a counter, which is configured so it resets
itself when it gets to 11. So it counts as follows: 00, 01, 10, 00 etc.
These counter outputs go to an analog mux/demux which, according to the
input count, selects either the continuous bus, the blinking bus, or
ground.
Let me know if you want more detail.
--Mac
.
Relevant Pages
- Re: LED control circuit
... I want to sequence an LED thru modes with a push button. ... on, flash, off, on, flash, off etc. ... will be a lot of LEDs to control. ... programmer, and write your program in C using the example ... (sci.electronics.design) - Re: LED control circuit
... I want to sequence an LED thru modes with a push button. ... on, flash, off, on, flash, off etc. ... I would supply steady power and flash power to a bus maybe as there ... will be a lot of LEDs to control. ... (sci.electronics.design) - LED control circuit
... I want to sequence an LED thru modes with a push button. ... on, flash, off, on, flash, off etc. ... I would supply steady power and flash power to a bus maybe as there ... will be a lot of LEDs to control. ... (sci.electronics.design) - Re: Removing unnecessary data
... Route No ... depending on the distance to the bus from the ... If bus has gone from origin to destination we get a series of 0,1,2,3 ... sequence is ordered in the file, but can be intermixed with (also ... (perl.beginners) - Pull down resistors on bus of microcontroller board
... I did not like that so I chose to use 74HCT540 bus drivers. ... The bus is 18 lines wide and which line has which function depends on the adapter that is plugged in (btw for LED 17 and 18 I use two ports from a 74HCT04 in case someone would wonder how to buffer 18 lines with 2 octal buffers). ... I can off course make some of these resistors "disconnectable" by means of jumpers (I wish I had done that with the leds, but then again, then You just wouldn't see them anymore, the buffer might still start oscillating), but as I can connect several diff. ... I just thought of what might a smarter solution to the crystal problem, if I want to use a controller with an external crystal I can put the jumper on the specific controller adapter so that the line will not be connected to the bus on the development board. ... (sci.electronics.design) |
|