Predator Count Down Box

by enzo3856 in Circuits > Arduino

3604 Views, 18 Favorites, 0 Comments

Predator Count Down Box

IMG_20210316_130051.jpg
20210317_111305-ANIMATION.gif

This is a count down timer with some flair!

This project was made as part of an assignment for an online engineering course. The purpose was to have a timer with a set time which would then prompt the user to some action. The timer is activated when the button is pressed, and the LCD screen will simply show the countdown. Once the timer expires there is a buzzer which will sound accompanied by a message on screen to get moving.

Within the parts bin we had a nifty 32x8 dot matrix display... the dots are red. This prompted the idea to also include the countdown numbers using the numbers from the movie the "Predator" movie.

The whole project was put together using an Arduino Nano (any Arduino should work), a 16x2 LCD screen, a 32x8 Dot Matrix module, a button and misc parts. Finally it was all packaged into a plastic project box. Most of these items are easily found on Amazon.

Supplies

  1. Arduino Nano
  2. 16x2 LCD
  3. 32x8 Dot Matrix display
  4. push button
  5. project box
  6. NPN transistor (2N4401)
  7. Buzzer
  8. 2k2 Resistor
  9. 10K trim pot (variable resistor)
  10. electronics perforated project board

Step1: Assemble the Screens and Button Parts

IMG_20210317_132039.jpg
IMG_20210317_135628.jpg

You will want to figure out how you want to display all this technology.

You can go with a simple project box as in this example. You could also use an old shoe box, or get creative and make your own enclosure.

Decide how you want to mount the button and the display screens. The screens used in this project had mounting holes in the PCB. I simply made matching holes in the lid of the project box and then strapped in the screens using zip ties. I also made some slots and holes under the screens for the wiring to go through.

You will also want to make and appropriately sized mounting hole for your push button.

Once you have decided on your layout, you can loosely mount your screens.

Step 2: Assemble the Arduino and Misc Parts

IMG_20210317_143222.jpg
IMG_20210317_143215.jpg
pred_box.png

For this step you can either use perf board (a perforated board where you can mount parts and then solder them), or a bread board.

Using the schematic you can start deciding how you want to layout the parts (transistor, trim pot, resistor, buzzer) in order to make the wiring as easy as possible.

Once you have decided on your layout then you can solder the parts into place, ready for the final wiring.

Step 3: Wiring

IMG_20210317_145349.jpg

Using the included schematic, start wiring everything together.

Pay close attention to all the pin outs and pin numbers on every component.

Your 16x2 LCD may or may not have labelled pins so you will need to refer to a data sheet to make sure of your pin out. These are common modules and regardless of who made or sold it, the pin outs will be the same. So you can refer to another vendor's documentation at times to get the proper pin out.

NOTE - On the schematic, pin 15 and 16 are NC (no connects) but in the attached picture they are labelled A and K for Anode and Kathode. These are for the built in back light LED. You will need to attach A to VCC and K to ground

Once everything is connected you can finish mounting everything into your project box and making sure everything is snug and secure.

Downloads

Step 5: Load the Code

20210316_130400-ANIMATION.gif

You will now connect the Arduino to your computer and program it using the Arduino IDE.
If you have never used Arduino, you will find all the information you need at :

https://www.arduino.cc/en/Guide

Now enjoy as your Predator counter does its thing!