This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

new idea. read my requirement :(

i want to design a electric roulette wheel. it will not have a big metal ball. it will not turn. it will have lcd lights. 37 lcd lights. each lcd light will be turned on by a transistor. each transistor will be a bc107. each transistor base will be connected to a pin of a processor. i can use microsoft excel or word or adobe pdf to make it random. but noone of these couldn't fulfil my requirements.

my dear friends, can u suggest me a appropriate application for this job.

i will patent the idea. do not copy it/

Parents
  • Why do you think you can just look for an already existing application?

    With the exception of the random number generator, the code for this would be very simple. How about actually _you_ write the code?

    Another thing - 37 diodes? I would go for a shift register solution and (depending on amount of current needed for the LED:s) buffer chips instead of the transistors.

    If only few LED are lit, then many processors can manage the LED:s directly without any external components except series resistors as current limiters. Many processors would require that the LED is connected to VCC and the processor sinks the current to GND since many processors are more capable at sinking current than at sourcing current.

    Obviously, few processors would be able to stand the full load of all 37 LED lit at the same time, so a solution that drives the LED directly from processor pins must make sure that the circuit never turns on all LED - not when running and not during boot or when the processor is held in the reset state.

Reply
  • Why do you think you can just look for an already existing application?

    With the exception of the random number generator, the code for this would be very simple. How about actually _you_ write the code?

    Another thing - 37 diodes? I would go for a shift register solution and (depending on amount of current needed for the LED:s) buffer chips instead of the transistors.

    If only few LED are lit, then many processors can manage the LED:s directly without any external components except series resistors as current limiters. Many processors would require that the LED is connected to VCC and the processor sinks the current to GND since many processors are more capable at sinking current than at sourcing current.

    Obviously, few processors would be able to stand the full load of all 37 LED lit at the same time, so a solution that drives the LED directly from processor pins must make sure that the circuit never turns on all LED - not when running and not during boot or when the processor is held in the reset state.

Children