Engineers Garage

  • Electronics Projects and Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe

Bluetooth controlled missile launcher

By Ashutosh Bhatt August 9, 2020

Here is a very nice and interesting application of controlling a missile launcher model through a smartphone using an android Bluetooth application. The model of the missile launcher is built using two servo motors. One servo motor (azimuth motor) turns the missile launcher left and right while another servo motor (elevation motor) moves the missile launcher up and down. These two servo motors are controlled using an android Bluetooth application in a smartphone. The user presses buttons in the application to move missile launcher up / down or to turn left/right and the application will send commands through phone inbuilt Bluetooth. The project is built using Bluetooth module and Arduino NANO board that will receive commands from smartphones and rotates both servo motors to position missile launcher as per user commands.

The application demonstrates control of two servo motors using a smartphone with the help of Bluetooth module and Arduino NANO. It’s very simple, easy to build, but yet very interesting project. It requires only two to three components and few connections and that’s all!!!

So let’s start building the project. First let’s start with a schematic diagram, its connections and followed by its operation.

Schematic diagram

missle launcherCircuit description:

As shown in figure there are only 4 components in the circuit, one Bluetooth module HC-05, one Arduino NANO board, and 2 servo motors

  • HC-05 has 4 pins for interface (1) Vcc (2) Gnd (3) Tx and (4) Rx. Its Vcc and Gnd pins are connected with Arduino board 5V and Gnd pins respectively. Other two pins Tx and Rx are connected with Rx (D1) and Tx (D0) pins of Arduino respectively
  • Both servo motors have 3 wires for interface (1) Vcc (2) Gnd and (3) signal. Again it’s Vcc and Gnd pins are connected with Arduino board 5V and Gnd pins respectively
  • Signal input of servo motor 1 is connected with PWM output pin D9 of Arduino board and signal input of servo motor 2 is connected with PWM output pin D10 of Arduino board

Circuit operation

The circuit is energized by giving 5 V through USB or through an external 5 V power supply. When supply is given, both motor attains 0o and missile launcher points to its initial position.

Now to rotate missile launcher in azimuth (horizontal) direction or elevation (vertical) direction, one has to send commands from his smartphone using Bluetooth android application

  • Firstly, one has to open the android application on their smartphone. This application will search and pair with HC05 module (for pairing the first time it is required to enter a Bluetooth passkey for HC05 module which is by default 1234)k
  • Then, someone can send different commands from an application that is transmitted via a built-in Bluetooth phone
  • Four different commands are set in the program to turn missile launcher clockwise, anticlockwise, move up and down

  • Servo motor 2 is elevation motor. It moves missile launcher up and down by rotating motor CW or CCW. It moves missile launcher from 0o to maximum 45o
  • When command is sent from phone, it is received by HC-05 module. The module gives this command to Arduino microcontroller through serial communication
  • Arduino microcontroller gets this command and compares it with all 4 set commands. As per match found, it will rotate servo motor 1 or servo motor 2 either CW or CCW and move missile launcher up / down or turn it CW or CCW

This working and operation of the circuit is as per the program embedded into the Arduino NANO microcontroller ATMega328. So let us see the software program for this systemServo motor 1 is azimuth motor. It turns missile launcher LEFT or RIGHT by rotating motor CW or CCW. It can rotate missile launcher from 0o to maximum 180o.

Software program

The program is written in C / C++ language using Arduino IDE software tool. It is also compiled and downloaded into the internal memory (FLASH) of the ATMega328 microcontroller using this same software. Here is the program code.


You may also like:


  • What are the top development boards for AI and ML?

  • What are LoRa gateways and what types are available?

  • How does LoRa modulation enable long-range communication?

  • What is IP geofencing?

  • What is Lightweight Internet Protocol (LwIP)?

  • What are different types of IoT networks?

Filed Under: Arduino Projects, Electronic Projects, Microcontroller Projects
Tagged With: ardunio
 

Next Article

← Previous Article
Next Article →

Questions related to this article?
👉Ask and discuss on EDAboard.com and Electro-Tech-Online.com forums.



Tell Us What You Think!! Cancel reply

You must be logged in to post a comment.

EE TECH TOOLBOX

“ee
Tech Toolbox: Internet of Things
Explore practical strategies for minimizing attack surfaces, managing memory efficiently, and securing firmware. Download now to ensure your IoT implementations remain secure, efficient, and future-ready.

EE Learning Center

EE Learning Center
“engineers
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for EE professionals.

HAVE A QUESTION?

Have a technical question about an article or other engineering questions? Check out our engineering forums EDABoard.com and Electro-Tech-Online.com where you can get those questions asked and answered by your peers!


RSS EDABOARD.com Discussions

  • Input impedance matching network
  • Solder Thermal Interface Material
  • Is it possible to improve accuarcy of ad633
  • Unity Gain Buffer with 0 to 0.5V Range
  • Battery sensing circuitry for coin cell application

RSS Electro-Tech-Online.com Discussions

  • Trail camera
  • how to work on pcbs that are thick
  • can a AT89C51 be used as a rom?
  • Telegram Based Alarm - Sensor cable protection
  • using a RTC in SF basic

Featured – Designing of Audio Amplifiers part 9 series

  • Basics of Audio Amplifier – 1/9
  • Designing 250 Milli Watt Audio Power Amplifier – 2/9
  • Designing 1 Watt Audio Power Amplifier – 3/9
  • Designing a Bass Boost Amplifier – 4/9
  • Designing a 6 Watt Car Audio Amplifier – 5/9
  • Design a low power amplifier for headphones- 6/9

Recent Articles

  • ITG Electronics releases gate drive transformers with 200 – 450 V DC capability
  • Stackpole introduces HCJ jumpers with 70.7 amp continuous current capability
  • Infineon releases MCU with 128K flash and multi-sense capabilities
  • ST introduces 600V GaN gate drivers with 300 ns start-up time
  • ABLIC releases S-19116 automotive voltage detector with 6.8μs response time

EE ENGINEERING TRAINING DAYS

engineering

Submit a Guest Post

submit a guest post
Engineers Garage
  • Analog IC TIps
  • Connector Tips
  • Battery Power Tips
  • DesignFast
  • EDABoard Forums
  • EE World Online
  • Electro-Tech-Online Forums
  • EV Engineering
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips
  • Test and Measurement Tips
  • 5G Technology World
  • Subscribe to our newsletter
  • About Us
  • Contact Us
  • Advertise

Copyright © 2025 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy

Search Engineers Garage

  • Electronics Projects and Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe