Major Project Final PPT
Major Project Final PPT
PRESENTATION ON
Overview N
PROBLEM
STATEMENT
02 SIMMULATIO 10
N
03 SOLUTION
OVERVIEW
11 SPECIFICATION
S
LITERATURE
REVIEW 04 RESULT 12
COMPONENTS PERFORMANC
05 13 E ANALYSIS
WORKING
PRINCIPLE 06 CONCLUSION 14
CIRCUIT FUTURE
07 DIAGRAM 15 WORK
ARDUIN O
CODE 08 Q&A 16
2
INTRODUCTION
Objective: To develop dual purpose system for automated seed
dropping and water spraying.
Motivation: To reduce manual labor in agriculture, especially for large
fields.
Approach: Attach dual containers to a drone for multifunctional
agricultural operations.
3
PROBLEM STATEMENT
4
SOLUTION OVERVIEW
Dual-Canister System:
• Container 1: Precision seed dropping mechanism with adjustable flow rate.
• Container 2: Fertilizer spraying with optimized nozzle design for efficient
coverage.
• Benefits: Reduces equipment costs, saves time, and enhances productivity.
Key Features:
• Compatible with standard drones
• Remote-controlled or automated operation
• Modular design for easy attachment/detachment
5
LITERATURE REVIEW
Conclusion:
Existing solutions are single-purpose; our design combines multiple
functionalities.
6
SYSTEM DESIGN AND COMPONENTS
Components:
• Arduino Uno: Controls seed dropping and spraying mechanisms.
• Servo Motor: Operates seed container door with precision control.
• Water Pump Motor: Delivers consistent spray through optimized
nozzles.
• N-Channel MOSFET
• Power Supply: 9V Battery
7
WORKING PRINCIPLE
8
9
CIRCUIT DIAGRAM
10
CIRCUIT DIAGRAM
11
SCHEMATIC DIAGRAM
12
ARDUINO CODE FUNCTIONALITY
Libraries and Pin Definitions:
•Includes the Servo library for servo motor control.
•Defines pumpPin (water pump control) and seedServoPin (seed container control)
.
Setup Function:
•Configures pumpPin as output and attaches the servo to seedServoPin.
•Initializes the pump (OFF) and seed container (CLOSED).
13
ARDUINO CODE FUNCTIONALITY
Loop Function:
•Activates the pump for 5 seconds, then turns it off.
digitalWrite(pumpPin, HIGH) delay(5) digitalWrite(pumpPin, LOW)
14
CAD
DESIGN
Focus:
• Optimized design for drone payload efficiency.
• Simulation results indicating stable flight with payload.
15
INPUT PARAMETERS
NOZZLE=15-20 g
16
ANSYS
SIMULATION
17
SIMULATION RESULT
18
DRONE SPECIFICATIONS
19
RESULTS AND PERFORMANCE ANALYSIS
Remaining Payload
7430.05 g 5,00 g
Capacity
21
SCOPE OF
FUTURE WORK
Proposed Enhancements:
• Sensor integration for real-time terrain
monitoring.
• Prototype field testing for performance
validation.
22