Programmable Respawn Point for Airsoft

Hellow, i would like to know if anyone know any project on internet or someone may help me build a circuit with this uses:

i need something that has a button so players can hold for a amount of seconds so that they can wait to respawn.
At the same time i need it to have a screen with an amount of tickets left for the team, each player when respawn takes 1 ticket.
Also need 2 buttons so we can increase/decrease the amount of seconds to hold for player to respawn
and the numbers of tickets
Also need to have sound alarm ( pc speaker or same ) that sounds a alarm when tickets are down to 0

Button A - this is what players hold so that they can respawn ( hold for X amount of time ) Example : 5 secs hold

Button 1 - increase time that players need to hold so that they can respawn / increase number of total tickets

Button 2 - decrease time that players need to hold so that they can respawn / descrease number of total tickets

Screen - No description here ... menu with ok / cancel ? ... select total tickets ... select seconds ... sound on-off

Sound - Alarma sounds when number of tickets get to 0

Thank you very much hope this helps and someone that knows how to do or even point me out see this. THANK YOU AGAIN VERY MUCH

respawn.png

A lcd keypad shield provides both a display and buttons. Add a piezo buzzer module and you're ready for coding.

Thank you very much for help , I was trying to say i don't know nothing about programming ...just noob things... i just started monday with learning and stuff.... and actually i am better off with only screen and buttons separated...so i can arrange them as i want .

If someone with a code or if someone can write a code and explain or only post it and give me instruction ..pls... i am desperate. Thank you

Split up your project and learn more about using

  • buttons (debouncing...)
  • sound output
  • displays
  • state machines

You'll find sample code for each item in the IDE and forum (Learning).

thank you for pointing out ! gonna learn now ..