SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 489
DESIGN OF AN AUTONOMOUS ORNITHOPTER WITH LIVE VIDEO
RECEPTION FOR MILITARY SURVEILLANCE
Aditya Tandon1
, Ankit Vajpai2
, Aadi Nath Mishra3
1, 3
Mechatronics Department, SRM University, SRM Nagar, Kattankulathur, Chennai – 603203, India
2
Quad Systems, SRM University, Chennai, India
Aditya.quad@gmail.com, Aadinath.quad@gmail.com, Ankit.quad@gmail.com
Abstract
In recent years flying by propelled wings, also called as Ornithopter, has been an area of interest because of its application to Micro
Aerial Vehicles (MAVs). In the field of Defence and during the war of Iraq, a need for live surveillance within a close distance was
felt, which lead to research of various techniques for live surveillance in the battle ground to provide the necessary intelligence to the
troops in the line of action. These miniature vehicles seek to mimic small birds to achieve never before seen agility in flight. In order
to better study the control of flapping wing flight we have researched and modelled a large scale ornithopter called the ‘Garuda’. The
‘Garuda’ is capable of carrying a microcontroller, sensor package and an on board surveillance camera to transmit live video feed to
the receiver in real time. The design takes special care to optimize payload capacity, crash survivability, and field repair abilities.
This model has applications in the field of defence spy surveillance over enemy territories without being detected or arousing
suspicion.
Keywords: Ornithopter, Military, Surveillance, Autonomous, Video
----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Natural fliers like birds and insects have captivated the minds
of human inventors through history. The ease and grace with
which they take to the air vastly surpasses the state of the art
in aircraft and their control systems. This is not to say that
modern aircraft designs are ineffective, they are excellent in
many respects. Propellers and turbines are very efficient
methods of producing thrust and air foils efficiently produce
lift. A Boeing 747 achieves a dimensionless cost of transport
(energy used divided by weight times distance) of 0.1,
equivalent to a soaring albatross, and does it with amazing
reliability, but it will never match the manoeuvrability of the
albatross. Interest in the design and control of ornithopters has
grown in recent years as interest has grown in the area of
Micro Aerial Vehicles or MAVs. These small flying machines
have struck the imaginations of many as ideal platforms for a
variety of tasks including systems monitoring and surveillance
where a swarm of tiny agents would be unobtrusive and have
better access to confined areas than larger flying vehicles.
Fig 1: An ornithopter called the ‘Smart Bird’ developed by
Festo, a German company specialising in the field of
Automation and Bionics.
2. TECHNICAL REQUIREMENTS
2.1 Microcontroller
Fig 2: An Arduino Mega Development Board used as the
microcontroller for the Ornithopter Project.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 490
The selection of the microcontroller to base the rest of the
system on is one of the most defining decisions of the design
process because it makes up the largest amount of additional
payload weight. Because the scaling of the robot depends on
the payload capacity needed the computer choice will have a
long chain of effects down the design process.
The Arduino based controller has been used because of its
versatility and user friendly control system development.The
single board Arduino Mega has on board analog to digital
converter, several I/O boards to interface with servos and
wireless communication.The controller itself weighs around
100gms but with servos and wireless module the weight
increases to roughly 400g. The Arduino itself is an open
source hardware which has a large range of use and is much
more compact and lightweight. The software development
environment has a steep learning curve and all of the software
is to be written in C.
2.2 Battery
Fig 3: An 11.1 V, 1550mAh Lithium Polymer high discharge
battery.
The battery used is a three cell lithium polymer pack, the
standard for high performance machines like airplanes on this
scale because it has the best power and energy to weight ratios
available. Power density is the main concern at the initial
stages of the project because flights aren't expected to last for
long which would make power output the limiting factor for
the battery. A lithium polymer battery can be discharged at up
to 10 times its capacity (commonly referred to as 10C) with
specially selected batteries capable of continuous discharge up
to 25C which makes it able to deliver the short bursts of power
that the ornithopter needs to flap during short test flights.
Lithium phosphate batteries produced by A123 were also
investigated because they have similar characteristics but the
cell sizes available are too large to make a suitably lightweight
pack at the correct voltage. The cell price of the lithium
phosphate batteries works out to a pack at about half the price
of the lithium polymer pack. In addition to this the lithium
phosphate cells are much less sensitive to overcharging which
causes lithium polymer batteries to violently explode. Because
of potential cost and safety advantages of the lithium
phosphate cells over the lithium polymer cells they may be
further investigated in the future. As the current drawn from
the motor wasn't yet known a standard battery, 1200mAh at
11.4V and 93 grams, is chosen for the weight calculation.
2.3 Sensors
Fig 4: An MPU-9150 9 Axis Inertial Mass Unit module with
Analog Output. Courtesy: Spark fun Electronics
2.4 MPU – 9150
A 9 Axis Inertial Mass Unit to know the exact orientation of
the Ornithopter at any instance and to also quantitatively
measure all physical forces acting on the payload The IMU
package consists of a 3 Axis Accelerometer, a 3 Axis
Gyroscope, a Digital Motion Processor and a 3 Axis Digital
Compass. Using these values of Acceleration, Force and
Direction we are able to estimate the orientation of the
Ornithopter in space and hence manoeuvre it in the requisite
manner.
2.5 Data Logging – Micro SD Card
Arrangement put to use to record and store all sensor and
flight data of the Balloon Sat from launch to recovery. The
recovered data is thus used to support theoretical experiments
and help infer results as well as plot useful information graphs.
2.6 Battery Level Monitor
A voltage divider is created and thus the Battery levels on
board are mapped and data is stored for further studies on
battery consumption and the Ornithopter flight time.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 491
2.7 Ls20031 GPS 5HZ Receiver
The LS20031 GPS receiver is a complete GPS smart antenna
receiver that includes an embedded antenna and GPS receiver
circuits. This low-cost unit outputs an astounding amount of
position information 5 times a second. The receiver is based
on the proven technology found in LOCOSYS 66 channel
GPS SMD type receivers that use MediaTek chip solution.
3. HARDWARE INTERFACE
Fig 5: A CC2500 Serial Transceiver Module with SPI
Interface as shown. Courtesy: iLabs
Conventional hobby servos like those used on model aircraft
use a pulse width modulated signal with a period of about
40hz and a pulse width of between 1 and 2 milliseconds which
corresponds to the desired absolute position of the servo's
output drive. Because the computer system's main interface is
over RS232 serial, a conversion system is needed. For the
network communication, a CC2500 serial transceiver is used
which has an RS232 interface. The CC2500 transceiver could
also be connected to the Arduino microcontroller using an
Arduino shield or else be coupled with an SPI Interface. The
drive motor controller sits between the serial to PWM servo
controller and the motor and uses that signal to control a high
current driver suitable for the power requirements of the large
motor. This is again a standard radio control airplane part and
a JETI Model Advance 30 brushless motor speed controller
was chosen for this application because of its past use in the
lab. The speed controller is designed to handle 30 amps of
current which was considered to be an upper bound of power
required, about 300 watts at the 11.4 volts the battery pack
runs at.
Figure 6: Main drive motor speed controller. Converts the
PWM control signal into the appropriate waveform to drive
the high current brushless motor
Fig 7: Block diagram of the overall electronics system
configuration.
4. MOTORS AND GEAR RATIO
Figure 8: A BLDC Motor
The motor used in the flapping mechanism of the Ornithopter
is a Brushless DC Motor with 5000 RPM. A gear reduction
ratio of 24:1 is to be used, giving a shaft speed of roughly 210
RPM.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 492
Figure 9: Side view of the complete gearbox showing the
motor mounted and the configuration of the transmission
gears.
5. TAIL AND WING
The tail section of the ornithopter is responsible for both of the
controllable degrees of freedom aside from the ability to
throttle the drive motor. The tail of the Garuda is set up with
one servo directly connected to the tail at an angle and another
further up the body which rocks it via a linkage. Mounting the
rudder servo at an angle is important because with a single
control surface the elevator and rudder are naturally coupled,
moving the rudder servo makes the tail also move in the
vertical direction unless it's at zero angle where it doesn't have
any control authority anyway.
Figure 10: The tail section of the Kestrel. The tail uses a
clever configuration to decouple the elevator and rudder
actions
With the tail at an angle to the rudder servo it allows the servo
to be held into the zero angle position with respect to the
ornithopter body and while the tail stays near the trimmed
position for horizontal light. This causes the tail to move in a
bowl shaped trajectory decoupled from the elevator action and
is much easier to control by a human pilot. It does not solve
the problem when the elevator servo moves the tail out of the
trimmed horizontal position, but being able to exploit that is a
big advantage where it applies. The wings have a triangular
support structure made from carbon rods. A main spar runs
along the leading edge of the wing and a strut connects from
the rear of the ornithopters body to a point near the tip of the
main spar. From this strut there are several smaller carbon
rods that project to the edge of the wing which are somewhat
free to move. This results in a fanning motion from the trailing
edge of the wing that produces thrust while the leading edge is
aping up and down which directly contributes a part of the lift
in addition to the conventional lift coming from airflow over
the wing.
Figure 11: An image showing the flapping of the wings of
‘Kestrel’, an ornithopter whose design is similar to ‘Garuda’
6. MAIN FRAME
The main frame of the ornithopter is a surprisingly simple
component from a design standpoint. Because the aping
mechanism is contained fully within the gearbox frame the
main frame of the machine serves mainly to provide mounting
locations for the rear wing mounts, electronic components,
battery, and tail assembly. There are two directions to go with
the frame design, either a single at plate which relies on its
own thickness for stillness, or a three dimensional design
made from much thinner material that gets its stillness from
the truss-like structure. If the frame had to be very still the
second option would make for a much lighter and stronger
option, but in this case the frame really doesn't have to be very
still in all directions. The rear wing mount actually holds the
frame from flexing in the direction a sheet would be most
weak because the wing spars form a very large and still
triangle. What this amounts to is that while the more
complicated structure is often the higher stillness and lower
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 493
weight option it doesn't come with much advantage in this
case. The frame is vastly easier to design and fabricate and
may even be lighter.
Because the frame is really just a collection of mounting
locations for the rest of the components it's relatively easy to
design. The one major specification that must be paid attention
to is the location of the center of gravity. Because the data
needed to work out the correct location theoretically isn't
available this was also scaled up from the Kestrel where the
location was experimentally determined from flight testing to
be about 4 inches behind the main wing spar. The material to
be used for the space frame tubular structure is carbon fibre
and the external profiling of the ornithopter is done using
polyurethane foam or aluminium mesh..
Figure 12: An image showing the space frame structure with
the motor and gear assembly of ‘Kestrel’, an ornithopter
whose design is similar to ‘Garuda’.
7. LIVE VIDEO RECEPTION
A micro camera compatible with the controller has been
mounted the ornithopter to provide live surveillance. The live
feedback from the ornithopter will be obtained off board on an
LCD display. The surveillance system has a transmitter that
will transmit the live video feed over to the receiver and the
video feed can be used for surveillance or as an aid with the
GPS location to effectively maneuver the ornithopter.
Figure 11: A camera with a wireless transmitter to transmit
live video feed.
ACKNOWLEDGMENTS
We would also like to convey our heartfelt gratitude to Mr.
Sivanathan, Assistant professor, Dept of Mechatronics, SRM
University for his invaluable guidance throughout the research
of the project.
REFERENCES
[1] Nathan Chronister. Ornithopter with independently
controlled wings US Patent 11147044, June 7, 2005
[2] Steven H. Collins, Andy Ruina, Russ Tedrake, and Martijn
Wisse. Efficient Bipedal robots based on passive-dynamic
walkers.
[3] Rick E. Cory. Perching with fixed wings Master's thesis,
Massachusetts Institute of Technology, 2008
[4] J.D. DeLaurier. The development and testing of a full-
scale piloted ornithopter
Canadian Aeronautics and Space Journal, June 1999.
[5] J.D. DeLaurier. Ornithopter report update.
http://ornithopter.net/Publications/OrnithopterReportUpdate19
July2006.pdf, July 19, 2006.
[6] Michael H. Dickinson, Fritz-Olaf Lehmann, and Sanjay P.
Sane Wing rotation and the aerodynamic basis of insect flight
[7] Robyn Lynn Harmon. Aerodynamic modeling of a
flapping membrane wing using motion tracking
experiments.University of Maryland, 2008
[8] Warren Hoburg and Russ Tedrake
System identification of post stall aero- dynamics for UAV
perching In Proceedings of the AIAA Infotech@Aerospace
Conference, Seattle, WA, April 2009
[9] Kestrel ornithopter at R&R model aircraft.
http://www.randrmodelaircraft.com/Kestrel.htm, 2008.
[10] Sean Kinkade. Ornithopter. US Patent 9858922, May 17,
2001.
[11]R. Krashanitsa, D. Silin, and S. Shkarayev. Flight
dynamics of flapping-wing air vehicle. In Proceedings of the
AIAA Atmospheric Flight Mechanics Conference,
August 2008.
[12] Ornithopter flight dynamics and control.
http://www.morpheus.umd.edu/research/apping-wing-
flight/ornithopter.html, 2009.
[13] Aerodynamics of low reynolds number flyers. Cambridge
University Press

More Related Content

What's hot

End of Semester Design Report Final Version
End of Semester Design Report Final VersionEnd of Semester Design Report Final Version
End of Semester Design Report Final VersionDaniel Worts
 
IRJET- Design and Fabrication of Hexacopter for Surveillance
IRJET-  	  Design and Fabrication of Hexacopter for SurveillanceIRJET-  	  Design and Fabrication of Hexacopter for Surveillance
IRJET- Design and Fabrication of Hexacopter for SurveillanceIRJET Journal
 
Synopsis of a Drone ( Quadcopter )
Synopsis of a Drone ( Quadcopter )Synopsis of a Drone ( Quadcopter )
Synopsis of a Drone ( Quadcopter )Ashwani Dixit
 
Report of quadcopter
Report of quadcopterReport of quadcopter
Report of quadcopterAshish Patel
 
Quadcopter Final Report
Quadcopter Final ReportQuadcopter Final Report
Quadcopter Final ReportKevin Osman
 
Fabrication of drone
Fabrication of droneFabrication of drone
Fabrication of droneRajnish Kumar
 
Dynamics, Modelling & Design of a Quadcopter
Dynamics, Modelling & Design of a Quadcopter Dynamics, Modelling & Design of a Quadcopter
Dynamics, Modelling & Design of a Quadcopter Stephen Ahiante
 
Final Year Project report on quadcopter
Final Year Project report on quadcopter Final Year Project report on quadcopter
Final Year Project report on quadcopter Er. Ashutosh Mishra
 
Project landrover
Project landroverProject landrover
Project landroverAshu0711
 
IRJET- Surveillance Drone
IRJET-  	  Surveillance DroneIRJET-  	  Surveillance Drone
IRJET- Surveillance DroneIRJET Journal
 
WAR FIELD INTELLIGENT DEFENSE FLAYING‐VEHICLE
WAR FIELD INTELLIGENT DEFENSE FLAYING‐VEHICLEWAR FIELD INTELLIGENT DEFENSE FLAYING‐VEHICLE
WAR FIELD INTELLIGENT DEFENSE FLAYING‐VEHICLEijiert bestjournal
 
Fabrication of drone (Synopsis only)
Fabrication of drone (Synopsis only)Fabrication of drone (Synopsis only)
Fabrication of drone (Synopsis only)Rajnish Kumar
 
Unit II Solved Question Bank - Robotics Engineering -
Unit II Solved Question Bank -  Robotics Engineering -Unit II Solved Question Bank -  Robotics Engineering -
Unit II Solved Question Bank - Robotics Engineering -Sanjay Singh
 
IRJET - Design and Investigation of End Effector Possessor for Robotic Limb
IRJET - Design and Investigation of End Effector Possessor for Robotic LimbIRJET - Design and Investigation of End Effector Possessor for Robotic Limb
IRJET - Design and Investigation of End Effector Possessor for Robotic LimbIRJET Journal
 

What's hot (20)

End of Semester Design Report Final Version
End of Semester Design Report Final VersionEnd of Semester Design Report Final Version
End of Semester Design Report Final Version
 
IRJET- Design and Fabrication of Hexacopter for Surveillance
IRJET-  	  Design and Fabrication of Hexacopter for SurveillanceIRJET-  	  Design and Fabrication of Hexacopter for Surveillance
IRJET- Design and Fabrication of Hexacopter for Surveillance
 
Synopsis of a Drone ( Quadcopter )
Synopsis of a Drone ( Quadcopter )Synopsis of a Drone ( Quadcopter )
Synopsis of a Drone ( Quadcopter )
 
Report of quadcopter
Report of quadcopterReport of quadcopter
Report of quadcopter
 
Quadcopter Final Report
Quadcopter Final ReportQuadcopter Final Report
Quadcopter Final Report
 
Fabrication of drone
Fabrication of droneFabrication of drone
Fabrication of drone
 
Dynamics, Modelling & Design of a Quadcopter
Dynamics, Modelling & Design of a Quadcopter Dynamics, Modelling & Design of a Quadcopter
Dynamics, Modelling & Design of a Quadcopter
 
40120130405020
4012013040502040120130405020
40120130405020
 
Final Year Project report on quadcopter
Final Year Project report on quadcopter Final Year Project report on quadcopter
Final Year Project report on quadcopter
 
Project landrover
Project landroverProject landrover
Project landrover
 
thesis-2
thesis-2thesis-2
thesis-2
 
IRJET- Surveillance Drone
IRJET-  	  Surveillance DroneIRJET-  	  Surveillance Drone
IRJET- Surveillance Drone
 
ZERO TURNING RADIUS STRETCHER (ZTRS)
ZERO TURNING RADIUS STRETCHER (ZTRS)ZERO TURNING RADIUS STRETCHER (ZTRS)
ZERO TURNING RADIUS STRETCHER (ZTRS)
 
project_thesis_syed
project_thesis_syedproject_thesis_syed
project_thesis_syed
 
WAR FIELD INTELLIGENT DEFENSE FLAYING‐VEHICLE
WAR FIELD INTELLIGENT DEFENSE FLAYING‐VEHICLEWAR FIELD INTELLIGENT DEFENSE FLAYING‐VEHICLE
WAR FIELD INTELLIGENT DEFENSE FLAYING‐VEHICLE
 
Quadcopter ppt
Quadcopter pptQuadcopter ppt
Quadcopter ppt
 
Fabrication of drone (Synopsis only)
Fabrication of drone (Synopsis only)Fabrication of drone (Synopsis only)
Fabrication of drone (Synopsis only)
 
Unit II Solved Question Bank - Robotics Engineering -
Unit II Solved Question Bank -  Robotics Engineering -Unit II Solved Question Bank -  Robotics Engineering -
Unit II Solved Question Bank - Robotics Engineering -
 
IRJET - Design and Investigation of End Effector Possessor for Robotic Limb
IRJET - Design and Investigation of End Effector Possessor for Robotic LimbIRJET - Design and Investigation of End Effector Possessor for Robotic Limb
IRJET - Design and Investigation of End Effector Possessor for Robotic Limb
 
major project ppt
major project pptmajor project ppt
major project ppt
 

Similar to Design of an autonomous ornithopter with live video reception for military surveillance

IRJET- Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
IRJET-  	  Quadrotor for Agro Farming using MPU-6050 and Bluetooth ModuleIRJET-  	  Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
IRJET- Quadrotor for Agro Farming using MPU-6050 and Bluetooth ModuleIRJET Journal
 
PLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping SystemPLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping Systemijtsrd
 
IRJET- GSM based Agricultural Monitoring System using Drone
IRJET-  	  GSM based Agricultural Monitoring System using DroneIRJET-  	  GSM based Agricultural Monitoring System using Drone
IRJET- GSM based Agricultural Monitoring System using DroneIRJET Journal
 
IRJET- Surveillance System using Quadcopter
IRJET- Surveillance System using QuadcopterIRJET- Surveillance System using Quadcopter
IRJET- Surveillance System using QuadcopterIRJET Journal
 
Power Line Fault Detection and Rectification using Robot
Power Line Fault Detection and Rectification using  RobotPower Line Fault Detection and Rectification using  Robot
Power Line Fault Detection and Rectification using RobotIRJET Journal
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationeSAT Publishing House
 
QuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlQuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlIRJET Journal
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationeSAT Publishing House
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationeSAT Journals
 
Wireless Solar Vehicle With Robotic Arm.ppt
Wireless Solar Vehicle With Robotic Arm.pptWireless Solar Vehicle With Robotic Arm.ppt
Wireless Solar Vehicle With Robotic Arm.pptEr Sachin Bhati
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET Journal
 
IRJET- Multilevel Object Sorting System using PLC Controller
IRJET-  	  Multilevel Object Sorting System using PLC ControllerIRJET-  	  Multilevel Object Sorting System using PLC Controller
IRJET- Multilevel Object Sorting System using PLC ControllerIRJET Journal
 
Review Report on SOC on Various Platforms for Vehicles
Review Report on SOC on Various Platforms for VehiclesReview Report on SOC on Various Platforms for Vehicles
Review Report on SOC on Various Platforms for VehiclesIRJET Journal
 
IRJET- Design of UAV for Urea Spraying in Agricultural Field
IRJET- Design of UAV for Urea Spraying in Agricultural FieldIRJET- Design of UAV for Urea Spraying in Agricultural Field
IRJET- Design of UAV for Urea Spraying in Agricultural FieldIRJET Journal
 
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...IRJET Journal
 
IRJET- Design and Fabrication of Steering System using Servo Motors
IRJET- Design and Fabrication of Steering System using Servo MotorsIRJET- Design and Fabrication of Steering System using Servo Motors
IRJET- Design and Fabrication of Steering System using Servo MotorsIRJET Journal
 
Design and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robotDesign and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing roboteSAT Journals
 
Development of an electronic control unit for fuel injection of an ic engine
Development of an electronic control unit for fuel injection of an ic engineDevelopment of an electronic control unit for fuel injection of an ic engine
Development of an electronic control unit for fuel injection of an ic engineeSAT Journals
 

Similar to Design of an autonomous ornithopter with live video reception for military surveillance (20)

IRJET- Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
IRJET-  	  Quadrotor for Agro Farming using MPU-6050 and Bluetooth ModuleIRJET-  	  Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
IRJET- Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
 
PLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping SystemPLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping System
 
IRJET- GSM based Agricultural Monitoring System using Drone
IRJET-  	  GSM based Agricultural Monitoring System using DroneIRJET-  	  GSM based Agricultural Monitoring System using Drone
IRJET- GSM based Agricultural Monitoring System using Drone
 
IRJET- Surveillance System using Quadcopter
IRJET- Surveillance System using QuadcopterIRJET- Surveillance System using Quadcopter
IRJET- Surveillance System using Quadcopter
 
Power Line Fault Detection and Rectification using Robot
Power Line Fault Detection and Rectification using  RobotPower Line Fault Detection and Rectification using  Robot
Power Line Fault Detection and Rectification using Robot
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communication
 
QuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlQuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and Control
 
Drone
DroneDrone
Drone
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
 
Wireless Solar Vehicle With Robotic Arm.ppt
Wireless Solar Vehicle With Robotic Arm.pptWireless Solar Vehicle With Robotic Arm.ppt
Wireless Solar Vehicle With Robotic Arm.ppt
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
 
IRJET- Multilevel Object Sorting System using PLC Controller
IRJET-  	  Multilevel Object Sorting System using PLC ControllerIRJET-  	  Multilevel Object Sorting System using PLC Controller
IRJET- Multilevel Object Sorting System using PLC Controller
 
Review Report on SOC on Various Platforms for Vehicles
Review Report on SOC on Various Platforms for VehiclesReview Report on SOC on Various Platforms for Vehicles
Review Report on SOC on Various Platforms for Vehicles
 
Electric Motorbike
Electric MotorbikeElectric Motorbike
Electric Motorbike
 
IRJET- Design of UAV for Urea Spraying in Agricultural Field
IRJET- Design of UAV for Urea Spraying in Agricultural FieldIRJET- Design of UAV for Urea Spraying in Agricultural Field
IRJET- Design of UAV for Urea Spraying in Agricultural Field
 
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...
 
IRJET- Design and Fabrication of Steering System using Servo Motors
IRJET- Design and Fabrication of Steering System using Servo MotorsIRJET- Design and Fabrication of Steering System using Servo Motors
IRJET- Design and Fabrication of Steering System using Servo Motors
 
Design and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robotDesign and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robot
 
Development of an electronic control unit for fuel injection of an ic engine
Development of an electronic control unit for fuel injection of an ic engineDevelopment of an electronic control unit for fuel injection of an ic engine
Development of an electronic control unit for fuel injection of an ic engine
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 

Design of an autonomous ornithopter with live video reception for military surveillance

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 489 DESIGN OF AN AUTONOMOUS ORNITHOPTER WITH LIVE VIDEO RECEPTION FOR MILITARY SURVEILLANCE Aditya Tandon1 , Ankit Vajpai2 , Aadi Nath Mishra3 1, 3 Mechatronics Department, SRM University, SRM Nagar, Kattankulathur, Chennai – 603203, India 2 Quad Systems, SRM University, Chennai, India Aditya.quad@gmail.com, Aadinath.quad@gmail.com, Ankit.quad@gmail.com Abstract In recent years flying by propelled wings, also called as Ornithopter, has been an area of interest because of its application to Micro Aerial Vehicles (MAVs). In the field of Defence and during the war of Iraq, a need for live surveillance within a close distance was felt, which lead to research of various techniques for live surveillance in the battle ground to provide the necessary intelligence to the troops in the line of action. These miniature vehicles seek to mimic small birds to achieve never before seen agility in flight. In order to better study the control of flapping wing flight we have researched and modelled a large scale ornithopter called the ‘Garuda’. The ‘Garuda’ is capable of carrying a microcontroller, sensor package and an on board surveillance camera to transmit live video feed to the receiver in real time. The design takes special care to optimize payload capacity, crash survivability, and field repair abilities. This model has applications in the field of defence spy surveillance over enemy territories without being detected or arousing suspicion. Keywords: Ornithopter, Military, Surveillance, Autonomous, Video ----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Natural fliers like birds and insects have captivated the minds of human inventors through history. The ease and grace with which they take to the air vastly surpasses the state of the art in aircraft and their control systems. This is not to say that modern aircraft designs are ineffective, they are excellent in many respects. Propellers and turbines are very efficient methods of producing thrust and air foils efficiently produce lift. A Boeing 747 achieves a dimensionless cost of transport (energy used divided by weight times distance) of 0.1, equivalent to a soaring albatross, and does it with amazing reliability, but it will never match the manoeuvrability of the albatross. Interest in the design and control of ornithopters has grown in recent years as interest has grown in the area of Micro Aerial Vehicles or MAVs. These small flying machines have struck the imaginations of many as ideal platforms for a variety of tasks including systems monitoring and surveillance where a swarm of tiny agents would be unobtrusive and have better access to confined areas than larger flying vehicles. Fig 1: An ornithopter called the ‘Smart Bird’ developed by Festo, a German company specialising in the field of Automation and Bionics. 2. TECHNICAL REQUIREMENTS 2.1 Microcontroller Fig 2: An Arduino Mega Development Board used as the microcontroller for the Ornithopter Project.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 490 The selection of the microcontroller to base the rest of the system on is one of the most defining decisions of the design process because it makes up the largest amount of additional payload weight. Because the scaling of the robot depends on the payload capacity needed the computer choice will have a long chain of effects down the design process. The Arduino based controller has been used because of its versatility and user friendly control system development.The single board Arduino Mega has on board analog to digital converter, several I/O boards to interface with servos and wireless communication.The controller itself weighs around 100gms but with servos and wireless module the weight increases to roughly 400g. The Arduino itself is an open source hardware which has a large range of use and is much more compact and lightweight. The software development environment has a steep learning curve and all of the software is to be written in C. 2.2 Battery Fig 3: An 11.1 V, 1550mAh Lithium Polymer high discharge battery. The battery used is a three cell lithium polymer pack, the standard for high performance machines like airplanes on this scale because it has the best power and energy to weight ratios available. Power density is the main concern at the initial stages of the project because flights aren't expected to last for long which would make power output the limiting factor for the battery. A lithium polymer battery can be discharged at up to 10 times its capacity (commonly referred to as 10C) with specially selected batteries capable of continuous discharge up to 25C which makes it able to deliver the short bursts of power that the ornithopter needs to flap during short test flights. Lithium phosphate batteries produced by A123 were also investigated because they have similar characteristics but the cell sizes available are too large to make a suitably lightweight pack at the correct voltage. The cell price of the lithium phosphate batteries works out to a pack at about half the price of the lithium polymer pack. In addition to this the lithium phosphate cells are much less sensitive to overcharging which causes lithium polymer batteries to violently explode. Because of potential cost and safety advantages of the lithium phosphate cells over the lithium polymer cells they may be further investigated in the future. As the current drawn from the motor wasn't yet known a standard battery, 1200mAh at 11.4V and 93 grams, is chosen for the weight calculation. 2.3 Sensors Fig 4: An MPU-9150 9 Axis Inertial Mass Unit module with Analog Output. Courtesy: Spark fun Electronics 2.4 MPU – 9150 A 9 Axis Inertial Mass Unit to know the exact orientation of the Ornithopter at any instance and to also quantitatively measure all physical forces acting on the payload The IMU package consists of a 3 Axis Accelerometer, a 3 Axis Gyroscope, a Digital Motion Processor and a 3 Axis Digital Compass. Using these values of Acceleration, Force and Direction we are able to estimate the orientation of the Ornithopter in space and hence manoeuvre it in the requisite manner. 2.5 Data Logging – Micro SD Card Arrangement put to use to record and store all sensor and flight data of the Balloon Sat from launch to recovery. The recovered data is thus used to support theoretical experiments and help infer results as well as plot useful information graphs. 2.6 Battery Level Monitor A voltage divider is created and thus the Battery levels on board are mapped and data is stored for further studies on battery consumption and the Ornithopter flight time.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 491 2.7 Ls20031 GPS 5HZ Receiver The LS20031 GPS receiver is a complete GPS smart antenna receiver that includes an embedded antenna and GPS receiver circuits. This low-cost unit outputs an astounding amount of position information 5 times a second. The receiver is based on the proven technology found in LOCOSYS 66 channel GPS SMD type receivers that use MediaTek chip solution. 3. HARDWARE INTERFACE Fig 5: A CC2500 Serial Transceiver Module with SPI Interface as shown. Courtesy: iLabs Conventional hobby servos like those used on model aircraft use a pulse width modulated signal with a period of about 40hz and a pulse width of between 1 and 2 milliseconds which corresponds to the desired absolute position of the servo's output drive. Because the computer system's main interface is over RS232 serial, a conversion system is needed. For the network communication, a CC2500 serial transceiver is used which has an RS232 interface. The CC2500 transceiver could also be connected to the Arduino microcontroller using an Arduino shield or else be coupled with an SPI Interface. The drive motor controller sits between the serial to PWM servo controller and the motor and uses that signal to control a high current driver suitable for the power requirements of the large motor. This is again a standard radio control airplane part and a JETI Model Advance 30 brushless motor speed controller was chosen for this application because of its past use in the lab. The speed controller is designed to handle 30 amps of current which was considered to be an upper bound of power required, about 300 watts at the 11.4 volts the battery pack runs at. Figure 6: Main drive motor speed controller. Converts the PWM control signal into the appropriate waveform to drive the high current brushless motor Fig 7: Block diagram of the overall electronics system configuration. 4. MOTORS AND GEAR RATIO Figure 8: A BLDC Motor The motor used in the flapping mechanism of the Ornithopter is a Brushless DC Motor with 5000 RPM. A gear reduction ratio of 24:1 is to be used, giving a shaft speed of roughly 210 RPM.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 492 Figure 9: Side view of the complete gearbox showing the motor mounted and the configuration of the transmission gears. 5. TAIL AND WING The tail section of the ornithopter is responsible for both of the controllable degrees of freedom aside from the ability to throttle the drive motor. The tail of the Garuda is set up with one servo directly connected to the tail at an angle and another further up the body which rocks it via a linkage. Mounting the rudder servo at an angle is important because with a single control surface the elevator and rudder are naturally coupled, moving the rudder servo makes the tail also move in the vertical direction unless it's at zero angle where it doesn't have any control authority anyway. Figure 10: The tail section of the Kestrel. The tail uses a clever configuration to decouple the elevator and rudder actions With the tail at an angle to the rudder servo it allows the servo to be held into the zero angle position with respect to the ornithopter body and while the tail stays near the trimmed position for horizontal light. This causes the tail to move in a bowl shaped trajectory decoupled from the elevator action and is much easier to control by a human pilot. It does not solve the problem when the elevator servo moves the tail out of the trimmed horizontal position, but being able to exploit that is a big advantage where it applies. The wings have a triangular support structure made from carbon rods. A main spar runs along the leading edge of the wing and a strut connects from the rear of the ornithopters body to a point near the tip of the main spar. From this strut there are several smaller carbon rods that project to the edge of the wing which are somewhat free to move. This results in a fanning motion from the trailing edge of the wing that produces thrust while the leading edge is aping up and down which directly contributes a part of the lift in addition to the conventional lift coming from airflow over the wing. Figure 11: An image showing the flapping of the wings of ‘Kestrel’, an ornithopter whose design is similar to ‘Garuda’ 6. MAIN FRAME The main frame of the ornithopter is a surprisingly simple component from a design standpoint. Because the aping mechanism is contained fully within the gearbox frame the main frame of the machine serves mainly to provide mounting locations for the rear wing mounts, electronic components, battery, and tail assembly. There are two directions to go with the frame design, either a single at plate which relies on its own thickness for stillness, or a three dimensional design made from much thinner material that gets its stillness from the truss-like structure. If the frame had to be very still the second option would make for a much lighter and stronger option, but in this case the frame really doesn't have to be very still in all directions. The rear wing mount actually holds the frame from flexing in the direction a sheet would be most weak because the wing spars form a very large and still triangle. What this amounts to is that while the more complicated structure is often the higher stillness and lower
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 493 weight option it doesn't come with much advantage in this case. The frame is vastly easier to design and fabricate and may even be lighter. Because the frame is really just a collection of mounting locations for the rest of the components it's relatively easy to design. The one major specification that must be paid attention to is the location of the center of gravity. Because the data needed to work out the correct location theoretically isn't available this was also scaled up from the Kestrel where the location was experimentally determined from flight testing to be about 4 inches behind the main wing spar. The material to be used for the space frame tubular structure is carbon fibre and the external profiling of the ornithopter is done using polyurethane foam or aluminium mesh.. Figure 12: An image showing the space frame structure with the motor and gear assembly of ‘Kestrel’, an ornithopter whose design is similar to ‘Garuda’. 7. LIVE VIDEO RECEPTION A micro camera compatible with the controller has been mounted the ornithopter to provide live surveillance. The live feedback from the ornithopter will be obtained off board on an LCD display. The surveillance system has a transmitter that will transmit the live video feed over to the receiver and the video feed can be used for surveillance or as an aid with the GPS location to effectively maneuver the ornithopter. Figure 11: A camera with a wireless transmitter to transmit live video feed. ACKNOWLEDGMENTS We would also like to convey our heartfelt gratitude to Mr. Sivanathan, Assistant professor, Dept of Mechatronics, SRM University for his invaluable guidance throughout the research of the project. REFERENCES [1] Nathan Chronister. Ornithopter with independently controlled wings US Patent 11147044, June 7, 2005 [2] Steven H. Collins, Andy Ruina, Russ Tedrake, and Martijn Wisse. Efficient Bipedal robots based on passive-dynamic walkers. [3] Rick E. Cory. Perching with fixed wings Master's thesis, Massachusetts Institute of Technology, 2008 [4] J.D. DeLaurier. The development and testing of a full- scale piloted ornithopter Canadian Aeronautics and Space Journal, June 1999. [5] J.D. DeLaurier. Ornithopter report update. http://ornithopter.net/Publications/OrnithopterReportUpdate19 July2006.pdf, July 19, 2006. [6] Michael H. Dickinson, Fritz-Olaf Lehmann, and Sanjay P. Sane Wing rotation and the aerodynamic basis of insect flight [7] Robyn Lynn Harmon. Aerodynamic modeling of a flapping membrane wing using motion tracking experiments.University of Maryland, 2008 [8] Warren Hoburg and Russ Tedrake System identification of post stall aero- dynamics for UAV perching In Proceedings of the AIAA Infotech@Aerospace Conference, Seattle, WA, April 2009 [9] Kestrel ornithopter at R&R model aircraft. http://www.randrmodelaircraft.com/Kestrel.htm, 2008. [10] Sean Kinkade. Ornithopter. US Patent 9858922, May 17, 2001. [11]R. Krashanitsa, D. Silin, and S. Shkarayev. Flight dynamics of flapping-wing air vehicle. In Proceedings of the AIAA Atmospheric Flight Mechanics Conference, August 2008. [12] Ornithopter flight dynamics and control. http://www.morpheus.umd.edu/research/apping-wing- flight/ornithopter.html, 2009. [13] Aerodynamics of low reynolds number flyers. Cambridge University Press