How it works is there is a predetermined time limit (which u can change in the code) and the opposing team has that much time to find the code and the bomb and disarm it. How they find the code is up to you... capture a person? sure! Find it hidden somewhere? sure! or whatever! When the bomb is turned on it asks for a code and you can enter in any four number combo and that is the disarm code for that round. If the person puts in the wrong code it will add 1min 30sec to the time when the time runs out? BOOM! well thats what it says on the screen and it makes a funky noise = ] This is version 1.0 hopefully in the future we will add wires to unplug to disarm it and some other neat things but for now this is perfect and works well for what we want! I hope you enjoy the instructable!
Remove these ads by
Signing UpStep 1: Supplies
1 Arduino (We use duemilanove and you can buy these everywhere online)
1 Arduino Proto-Shield (or if you want just a breadboard or protoboard)
1 LCD Screen 16x2 ( we used this one from sparkfun! http://www.sparkfun.com/products/255)
1 Numeric KeyPad ( we used another one from sparkfun! http://www.sparkfun.com/products/8653)
1 Potentiometer ( we used a 50k i believe! bought from raidoshack awhile ago)
1 8Ohm Speaker ( tore one out of an old toy, but you can find them EVERYWHERE!)
1 Green LED
1 Red LED
4 1k Ohm resistors
Other Materials:
Some sort of case ( we found ours at a thrift store but i think they sell them at walmart)
a chunk of wood ( this is to bring the arduino off of the bottom of the case and up towards the top)
Screws (to attach the arduino to the chunk of wood)
Heat shrink tubing
Tools you'll need:
Soldering Iron
Solder
Wire (we used alot of old computer cable so it would stay kinda together)
Wire Cutters
Hot Glue Gun
Hot Glue
Saw
Dremel
Screw driver









































Visit Our Store »
Go Pro Today »




the code does not make me see the time, why?
Can you give me a hand? Thank you!
just want the red led to signify wrong code and green to signify the correct code.
on the arduino.cc website there is a good section on controlling 7 segments
First of all I've got to say that I've never used Arduino, but I'm very interested in this aprticular project, because I'm an airsoft player and I've been looking for a timed bomb for a long time.
Well, then is time for my question: Could it be posible to use this to activate a relay? (Which in turn, activates a piezo siren)
If it is possible, could someone help me with the code? I'm totally green in programming.
Thanks and sorry for my poor English.
Thanks for your interest in the project. There is no reason i can see that you couldn't use a relay with this project. That said I dont believe it will be a problem of coding, but rather a Hardware problem. Here are a few sites and other instructables that might be helpful.
http://www.instructables.com/id/Connecting-a-12V-Relay-to-Arduino/
http://www.instructables.com/id/Arduino-Controlled-Relay-Box/
http://www.sparkfun.com/tutorials/119
let me know if you have more questions.
AFAIK, I should get a digital pin to high level when i want the relay to activate, this is easy.
The problem comes when we get to the programming part... I don't know what should I change in the code to activate the relay instead of emitting the tone.
Oh, and I don't understand something... What does the potentiotemeter do?
Lot of thanks!
And I was kinda sleepy that day, the use of of the pot was clear... xDD
I could tell you when I finish it, if you want ;)
And thanks again!
i need HELP please :(
the code have more errors:
sketch_jan12a.cpp:6:46: error: Keypad.h: No such file or directory
sketch_jan12a.cpp:7:18: error: Tone.h: No such file or directory
sketch_jan12a:8: error: 'Tone' does not name a type
sketch_jan12a:16: error: 'LiquidCrystal' does not name a type
sketch_jan12a:18: error: expected unqualified-id before '{' token
sketch_jan12a:18: error: expected unqualified-id before ',' token
sketch_jan12a:18: error: expected unqualified-id before '{' token
sketch_jan12a:18: error: expected unqualified-id before ',' token
sketch_jan12a:19: error: expected unqualified-id before '{' token
sketch_jan12a:19: error: expected unqualified-id before ',' token
sketch_jan12a:19: error: expected unqualified-id before '{' token
sketch_jan12a:20: error: expected declaration before '}' token
can you help me please?
you can get them from www.arduino.cc
thank you for the help.
I have download the keypad and tone file from www.arduino.cc
Now i have only this errors.
sketch_jan14a.pde:-1: error: expected unqualified-id before '{' token
sketch_jan14a.pde:-1: error: expected unqualified-id before ',' token
sketch_jan14a.pde:-1: error: expected unqualified-id before '{' token
sketch_jan14a.pde:-1: error: expected unqualified-id before ',' token
sketch_jan14a.pde:-1: error: expected unqualified-id before '{' token
sketch_jan14a.pde:-1: error: expected unqualified-id before ',' token
sketch_jan14a.pde:-1: error: expected unqualified-id before '{' token
sketch_jan14a.pde:-1: error: expected declaration before '}' token
Can you help me please?
but i have the same problem like Soul1974
sketch_sep25a.cpp:6:20: error: Keypad.h: No such file or directory
sketch_sep25a:19: error: expected unqualified-id before '{' token
sketch_sep25a:19: error: expected unqualified-id before ',' token
sketch_sep25a:19: error: expected unqualified-id before '{' token
sketch_sep25a:19: error: expected unqualified-id before ',' token
sketch_sep25a:20: error: expected unqualified-id before '{' token
sketch_sep25a:20: error: expected unqualified-id before ',' token
sketch_sep25a:20: error: expected unqualified-id before '{' token
sketch_sep25a:21: error: expected declaration before '}' token
Please help me
The code and the preceding discussion from members of the Arduino community collectively scratching their heads, is located here:
http://arduino.cc/forum/index.php/topic,64119.msg467415.html#msg467415
Hope it helps!
You have helped I have post numerous requests to the creators with no luck.
If it was not for your help I would have stayed clear of Arduino projects.
Thanks again I will make sure you get taged in the project.
sketch_jun06a.cpp:6:46: error: Keypad.h: No such file or directory
sketch_jun06a.cpp:7:19: error: Tone.h: No such file or directory
sketch_jun06a:8: error: 'Tone' does not name a type
sketch_jun06a:16: error: 'LiquidCrystal' does not name a type
sketch_jun06a:18: error: expected unqualified-id before '{' token
sketch_jun06a:18: error: expected unqualified-id before ',' token
sketch_jun06a:18: error: expected unqualified-id before '{' token
sketch_jun06a:18: error: expected unqualified-id before ',' token
sketch_jun06a:19: error: expected unqualified-id before '{' token
sketch_jun06a:19: error: expected unqualified-id before ',' token
sketch_jun06a:19: error: expected unqualified-id before '{' token
sketch_jun06a:20: error: expected declaration before '}' token
Please help!
I downloaded all the libraries but it seems the code is corupt, could you please respond to my PM and email me the code. I realywant to get this project to work I have posted on numerous forums for help and I am getting alot from FalconFour but I am still not getting your results please help.
also more information at
www.arduino.cc
its basically a tiny computer
Nice set up.