0% found this document useful (0 votes)
231 views3 pages

Arduino Defuseable Bomb Perfect For Airsoft Games

This instructable describes how to build an Arduino-powered defusable bomb for airsoft games. The bomb features include a password input keypad, countdown timer displayed on an LCD screen, sound effects, flashing LEDs, and the ability to defuse it by entering the correct password. It contains step-by-step instructions to assemble the components like the keypad, LCD screen, buttons, and wiring. The code uploaded to the Arduino controls the bomb features and allows for password input, countdown, and explosion if not defused in time. Files with the code and libraries needed are provided for download.

Uploaded by

chopen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
231 views3 pages

Arduino Defuseable Bomb Perfect For Airsoft Games

This instructable describes how to build an Arduino-powered defusable bomb for airsoft games. The bomb features include a password input keypad, countdown timer displayed on an LCD screen, sound effects, flashing LEDs, and the ability to defuse it by entering the correct password. It contains step-by-step instructions to assemble the components like the keypad, LCD screen, buttons, and wiring. The code uploaded to the Arduino controls the bomb features and allows for password input, countdown, and explosion if not defused in time. Files with the code and libraries needed are provided for download.

Uploaded by

chopen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Food Living Outside Play Technology Workshop

Arduino defuseable bomb, perfect for airsoft games! (with timer, LCD, keypad,
sound and more!)
by MaltheF on October 26, 2013

Table of Contents

Arduino defuseable bomb, perfect for airsoft games! (with timer, LCD, keypad, sound and more!) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

Intro: Arduino defuseable bomb, perfect for airsoft games! (with timer, LCD, keypad, sound and more!) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 1: Assembly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 2: Upload the code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

http://www.instructables.com/id/Arduino-defuseable-bomb-perfect-for-airsoft-games-/
Intro: Arduino defuseable bomb, perfect for airsoft games! (with timer, LCD, keypad, sound and more!)
Hello
This is a project I made a long time ago, but decided to upload anyways, feel free to ask me about it!
The bomb has several features:
- Password input by keypad to arm the bomb
- Timer/count down
- Sound
- Flashy LEDs
- Defusing via the password
- LCD display
- Keypad
- Simple to edit and change

So to get started you would need:


- Arduino
- LCD (I used a 16x2 from sparkfun)
- Potentiometer for the contrast on the LCD
- Keypad (again from sparkfun)
- Jumperwires
- Resistors for the LEDs (I used 330 Ohm)
- Piezo/buzzer
- LEDs

Step 1: Assembly
Connect the components as according to the circuit schematic

http://www.instructables.com/id/Arduino-defuseable-bomb-perfect-for-airsoft-games-/
Step 2: Upload the code
Upload the bomb project4 code to your arduino, and add the following libraries: Keypad, Tone, and liquid crystal to your libraries folder in the arduino folder

and now you're ready to use the bomb!

First edit the time in the code, to match your needs, then start the arduino and enter your desired password, then the bomb timer will start, and you can press the * to
begin defusing the bomb, if you press a wrong key, pressing # will delete what you've written. If you write a wrong password, or the timer reaches 0, the bomb will
"explode"!

Feel free to ask :)

File Downloads

Add to libraries.zip (42 KB)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'Add to libraries.zip']

Bomb code by MaltheF.zip (2 KB)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'Bomb code by MaltheF.zip']

Related Instructables

Prop bomb by Hookup an LCD


to an Arduino in Arduino How to Make a
yellowcouch 6 seconds with RC Rocket
CPU+RAM PIP-Boy
3, not 6 pins by usage monitor Launch System
Your Image on (Prototype) by
bitterOz LCD by by alecnotalex
an Arduino! - Aleator777
TFT LCD Screen wouterdoornbos
Guide by
Qtechknow

Advertisements

Comments
1 comments Add Comment

Crimson-Deity says: Nov 5, 2013. 1:50 AM REPLY


Exactly what I was looking for as a base for my own project, MANY THANKS!

http://www.instructables.com/id/Arduino-defuseable-bomb-perfect-for-airsoft-games-/

You might also like