Hi all,
I am a absolute noob to arduino programming and although I have read through verious topics on the type of project I am trying to achieve it is all over my head. The one thing I have noticed however is everyone seems to go for the same setup of a 16x2 led display with a 4x4 matrix keyboard for this type of project. Maybe there is a limitation that only allows this.
Allow me to explain what I am trying to achieve.
I run an Airsoft Combat Game site and one of the services we offer is a combat experience that we regularly get memebers of the armed forces attending. I want to step up the types of things we offer and thought a excellent idea would be a prop bomb.
We would like the prop to operate like so but need to know is it achievable? your help is much apprieciated. If any one would like the challenge of coding it for us we would be more than happy
Airsoft Bomb Project V1.0 - 07/10/2013
COMPONENTS
-
8.4V 1500mah battery - power supply
4x4 Matrix Keypad for activation/deactivation codes
Key switch to turn on/off power
16x2 LED display screen - display activation messages/time remaining and setup instructions
RFID activation switch - RFID card needs to be swiped to start countdown and RFID needs to be swiped before deactivation code can be entered
Relay to RF transmitter - sends signal when timer runs out
green led (steady) to signal bomb safe
amber led (steady) to signal bomb awaiting rfid activation (armed)
red led (flashing) to signal bomb is in countdown
red led (steady) to signal bomb is ready to start countdown
speaker 1 - chirps on button press, chirps on every minute, chirps every second within remaining 60 seconds, chirps three times per second in last ten seconds
Speaker 2 - if possible to play robotic voice instructions
ACTIVATION SEQUENCE
-
Key is turned to on position turning device on
1.1 - Green LED illuminates
1.2 - Speaker 2 Voice plays "Please swipe ID card"
1.3 - screen displays same message "Please swipe ID card" -
RFID card is swiped
2.1 - Green LED stays Illuminated
2.2 - Speaker 1 chirps to confirm swipe
2.3 - Voice plays "Welcome Commander, Please enter activation code"
2.4 - Screen displays message "Welcome Commander, enter code" -
4 Digit activation code is entered on 4x4 matrix keyboard confirmed with pound key.
3.1 LED screen displays code entered when first key pressed
3.2 Speaker 1 chirps on each key stroke after 4 keystokes go to 3.3
3.3 Message diplayed "hit # to confirm code 1234"
3.4 Voice Plays "Hit # to confirm code" -
pressed to confirm code entry
4.1 Speaker chirps twice to confirm
4.2 Message displays "Code Confirmed"
4.3 Voice plays "Code Confirmed"
4.4 Green Led goes out
4.5 Amber light comes on
-
Enter Time
5.1 Message displays "Enter Countdown Time"
5.2 Voice plays "Enter Countdown Time" -
Enter time in hh:mm:ss on 4x4 matrix keyboard confirmed with pound key.
6.1 Speaker chips on each keystroke
6.2 key entry displays on led screen hh:mm:ss eg 01:59:59
6.3 On sixth keystroke show message "Confirm Countdown 01:59:59"
6.4 Voice plays "Hit # to confirm Countdown 1 hour 59 minutes 59 seconds" -
pressed to confirm countdown
7.1 Speaker chirps twice to confirm
7.2 Message displays "Countdown Confirmed - Bomb Armed"
7.3 Voice plays "Countdown Confirmed - Bomb Armed"
7.4 Amber Led goes out
7.5 Red Led comes on steady
7.6 After 3 seconds - message displays on screen "Hit # to start countdown"
8.Hit # to start countdown
8.1 Screen displays time counting down
8.2 voice says "Countdown begun"
8.3 Red LED flashes until detonation
DETENATION SEQUENCE
-
When countdown reaches 1 minute remaining
1.1 Voice plays "1 Minute until detenation"
1.2 Screen Flashes
1.3 speaker chirps every second -
When countdown reaches 10 seconds
2.1 Voice plays "10 Seconds until Detenation"
2.2 Speaker chirps 3 times every second -
When countdown reaches zero
3.1 Speaker sounds continuous tone for 5 seconds
3.2 Message displays "Detonated"
3.3 Signal sent to relay and transmitter sends signal
DE-ACTIVATION SEQUENCE
-
RFID Card swiped to initiate deactivation - countdown continues
1.1 Voice Plays "Welcome Commader, Enter Deactivation Code" -
Activation code entered to deactivate on 4x4 matrix
2.1 when code is entered correctly
2.1.1 Countdown stops
2.1.2 Message displays "Bomb Disarmed"
2.1.3 Speaker double beeps
2.1.4 Red LED goes out
2.1.5 Green LED comes on
2.2 When code is incorrect
2.2.1 Message displays "Incorrect Code Try Again"
2.2.2 Sequence restarts at DE-ACTIVATION SEQUENCE point 2