CET 4711 Final Project: Missile Launcher

active 11 years, 4 months ago
CET 4711 Final Project: Missile Launcher
This Project is OPEN.
School / Office
Technology & Design
Project Description

Use Arduino and circuit to control missile launcher, By: Huan Yang, Wai Tso, Zhiyong Rong

In our final project, we are working on Missile launcher controller. To control the missile launcher, first we need to study on the Arduino which is a microcontroller that designed to make the process of using electronics in multidisciplinary projects more accessible. We will use the Arduino to control the power source in the circuit which is the second part for our project. Second, we need to build a circuit which is receive the power source, and transfer the power source to the motors. Finally, we have to figure out the control system which the motor has two different directions.

The following links is our final project video on youtube:
http://www.youtube.com/watch?v=04QihW3JM1s&feature=youtu.be

Acknowledgements

This project was created by: Huan Yang

Recent Discussions

Missile Launcher

Leave your suggestion please See MoreMissile Launcher

Recent Docs

Shopping List

•USB Missile Launcher: $25.00 •Arduino Uno R3: $25.00 See MoreShopping List

Arduino Code

•int val=255; •int v_motor = 3; //vertical motor •int h_motor = 5; //horizontal motor •int f_motor = 6; //firing motor • •void setup() { •  Serial.begin(115200); •  Serial.println(F("Enter the following command to control motors")); •  Se See MoreArduino Code

Missile Launcher Controlled by computer and Circuit

•Arduino Uno Rev3 •USB Missile Launcher •Transistor •Diode •SPDT: Switches See MoreMissile Launcher Controlled by computer and Circuit