INRENSHIP PRESENTATION HARSHA.pptx mahi

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 13

Visweswaraya Technological University,Belgaum

K R PET KRISHNA GOVERNMENT ENGINEERING COLLAGE


DEPARTMENT OF MECHANICAL ENGINEERING
PRESENTATION ON

PROTOTYPE OF ZERO LABOUR-WET WASTE


CRUSHER
PRESENTED BY UNDER THE GUIDENCE
MAHENDRA D G [4GK21ME423] GEETHA H R
CONTENTS
 INTRODUCTION
 OBJECTIVES
 BLOCK DIAGRAM
 SOFTWARE REQUIREMENTS
 PROGRAM FORMAT
 COMPONENTS
 FUTURE SCOPE
 CONCLUSION
COMPANY PROFILE
 PRAGMATIC EMBD SOLUTIONS.
 Service Tax No: BCFPK9562DST001
 Annual Turnover: 40Lakhs.
 Management Directory K. SHASHI KIRAN (Technical Lead &
Proprietor).
 Incorporated in the year 2009 and located in the heart of Silicon City, we
“Pragmatic Embd Solutions” were established with a goal to provide end
to end solutions and services in the field of Embedded System Design and
Development. We provide design and support of specialized products in
Embedded Systems. The full Project life cycle services include Product
design, development, testing and QA and Embedded engineering services.
INTRODUCTION

 The zero labour wet waste crusher represents a significant advancement


waste management technology, designed to the challenge efficiently
processing wet organic waste without requiring manual labour.
 The crusher typically utilizes advanced technology such as powerful
blades or grinding mechanisms to break down the waste into smaller
particles.
 By eliminating the need for manual labor, the zero labour wet waste
crusher not only improves efficiency but also reduces the risk of
occupational hazards associated with handling organic waste.
OBJECTIVES
 The main aim this project is reducing waste and reduce man power for that.

 The separated waste could be directly sent to the recycling and processing
plant.
 It is enhance the efficiency of organic waste processing, by automating the
crushing and grinding of wet organic waste materials and reducing time and
labor requirements.
BLOCK DIAGRAM

LCD

IR Sensor

Arduino UNO
L293
Board DC

MOTOR

Moisture Sensor
BUZZER

Power
supply
PROTOTYPE OF ZERO LABOUR-WET WASTE
CRUSHER
SOFTWARE REQUIREMENTS
 Android programming software: Android application is developed
through android programming software to check the status of
driver’s drowsiness condition in real time. Cross Compiler Arduino
1.5.5v: It is an open source computer hardware and software
platform for building digital devices and interactive objects that can
sense and control the physical world around them. Compiler android
studio 1.2v: It is the official IDE for android development and
includes everything you need to build Software.
PROGRAM FORMAT
 Code:
 #define DC_Motor_Data1 5
 #define DC_Motor_Data2 6
 #define IR wet waste 7

 Void setup ()
 {
 Delay (500);
 Pin Mode (IR wet waste, INPUT);
 Pin Mode (DC_Motor_Data1, OUTPUT);
 Pin Mode (DC_Motor_Data2, OUTPUT);
 Serial. Begin(9600);
 }

 Void loop ()
 {
 Delay (500);
 If(digital Read (IR wet waste) == LOW)
 {
 Serial. Print ("WET WASTE DETECT");
 Digital Write(DC_Motor_Data1, HIGH);
 DigitalWrite(DC_Motor_Data2, LOW);
 Delay(2000);
 }
 Else
 {
 Serial. Print ("WET WASTE NOT DETECT");
 Digital Write(DC_Motor_Data1, LOW);
 Digital Write(DC_Motor_Data2, LOW);
 Delay(2000);
 }
COMPONENTS
Arduino UNO
Power supply
IR sensor
LCD display
L293 motor driver
Motors
Moisture sensor
FUTURE SCOPE
 There is always chance to improve any system as research & development
is an endless process.
 In future, this project can be taken to the product level, to make this project
as user friendly and durable and we need to make it compact and cost
effective.
CONCLUSION
 The project is designed using structured modelling and is able to
provide the desired results. It can be successfully implemented as a
Real Time system with certain modifications, and hence technology
keeps changing from time to time. Going further, most of the units
can be fabricated on a single along with microcontroller thus
making the system compact thereby making the existing system
more effective.
THANK YOU

You might also like