I need a Programmer... ASAP


i not programmer, , need solution quickly, don't have time troubleshoot , learn programming necessary make work. so, can write me program , send me appreciate.

i purchased arduino uno, , hope work following application.

i'm going provide information can here, if have questiopn, please send me e-mail. bob@benchmark.us.com

i have attached rendering of building, , basic wiring schematic.

pit crew challenge lights , timers

inputs: (4) n.o. momentary push button
start button = startbutton
reset button = resetbutton
stop button player 1 = stopbuttonp1
stop button player 2 = stopbuttonp2

outputs: (7) 12vdc led lights
yellowlight1
yellowlight2
yellowlight3
greenlightp1
greenlightp2
redlightp1
redlightp2

outputs: (4) momentary closed contact
timerstartstopp1
timerstartstopp2
timerresetp1
timerresetp2

the timers stand alone units. start , stop same input, , require momentary closed circuit, output start , stop same.
the reset requires momentary closed contact.

start - when operator presses startbutton, yellow lights light in order 1,2,3, 1 second delay between, yellow lights go off , green lights come on - @ same time (2) timers started.
this simulate starting lights @ drag race.

   if (startbutton)  //is pressed
      yellowlight1 = on
         wait 1 second
      yellowlight2 = on
         wait 1 second
      yellowlight3 = on
         wait 1 second
      yellowlight1 = off
      yellowlight2 = off
      yellowlight3 = off
      greenlightp1 = on
         timerp1 = start
      greenlightp2 = on
         timerp1 = start

once timers started, 2 contestants need complete task, when have finished, press stop button.
when 1 of contestants presses stop button, players timer stopped, green light goes off , red light comes on.
the other contestants timer continues run , green light remains illuminated until stop button pressed.

loop  //wait player input
   if (stopbuttonp1) //is pressed
      timerstartstopp1 = stop
      greenlightp1 = off
      redlightp1 = on

   if (stopbuttonp2) //is pressed
      timerstartstopp2 = stop
      greenlightp2 = off
      redlightp2 = on

reset - when round on (both timers stopped , both red lights illuminated) operator presses reset button. both timers reset 00:00 , of lights off.

   if (resetbutton)  //is pressed
      redlightp1 = off
      timerresetp1 = reset
      redlightp2 = off
      timerresetp2 = reset

how job pay?


Arduino Forum > Community > Gigs and Collaborations > I need a Programmer... ASAP


arduino

Comments