SlideShare a Scribd company logo
1 of 2
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 266
Milk Analyser Display using 7-segment LEDs
Pradnya Anil Kamble1, Utkarsha Uday Haldankar2, Astha Sandip Shaha3, Rani Arun
Bhendigeri4, Eknath Chandar Patil5
1, 2, 3,4 UG Students, Department of Electronics and Telecommunication Engineering, KIT’s College of Engineering,
Kolhapur, India
5Assistant professor, Electronics and Telecommunication Engineering, KIT’s College of Engineering, Kolhapur,
India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract The task of taking readings of milk analyser
parameters on in-built LCD is quite challenging because of
its bright background and small size. It creates difficulties
while taking reading from longer distances. And hence leads
to inaccuracies. This paper presents how this obstacle of
taking readings can be overcome by using common 7
segment displays. The parameters such as water, SNF,
temperature, fat is displayed on the 7 segment displays. The
system described in the paper consists of RS232 through
which parameter data can be given to the 8051
microcontroller and data can be displayed on the common
cathode 7 segment LEDs using assembly programming. As
common cathode 7 segment LEDs are used data is visible
over longer distances and parameter readings can be easily
noted. And it can also lead to increase in accuracy while
taking the readings.
Key Words: milk analyser, LCD, RS232, 8051
microcontroller and common cathode 7 segment LEDs.
1. INTRODUCTION
Milk is the most commercially sold commodity both by
local vendor’s as well as supermarkets. However, in local
areas to increase the yield certain adulterants are added
which may affect the nutritional quality of milk. Milk
adulteration is a social problem. Consumption of
adulterated milk causes serious health problems and a
great concern to the food industry. So, it is necessary to
measure certain parameters of the milk. So certain
standard parameters like solid not fat (SNF), water, fat,
temperature are analysed by the milk analyser. As per
Indian Standard SNF in milk should not be less than 8.5%
by mass. SNF in milk is associated with health benefits like
bone mineral density. Fat content determination is of great
importance because this parameter impacts on the price
paid per litre of milk. It is necessary to know its value to
classify the milk for the preparation of derivatives.
Temperature of milk is measured to ensure the good
quality milk. Water measurement in milk is one of the key
components of food quality control sector as it influences
the shelf life and storage condition of the product. So, these
important parameters are displayed on the LCD display of
milk analyser. This display is very small in size and hence
causes limitations for users while taking the readings from
longer distances. So, this limitation can be overcome by
using 7 segment LEDs. This paper presents a system in
which common cathode 7 segment LEDs are used because
of which data is visible over longer distances (at least up to
15ft). It eradicates the errors/hindrances caused while
taking readings on in-built LCD.
2. BLOCK DIAGRAM
2.1 WORKING
The block diagram of Milk Analyser Display is as shown
above. A milk sample is given as an input to milk analyzer
which sucks-in the milk and analyzes internally and
displays different parameters such as fat, SNF,
temperature in degree, water etc. on built-in LCD of
analyzer. This causes limitation as it is not properly and
clearly visible from longer distance, so to solve this
problem an external display can be created using seven
segments led. The information/ data calculated within the
milk analyzer can be given to the microcontroller using
RS232 cable. Milk analyzer sends 31-bit character data to
the microcontroller. To receive the data, we have to first
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 267
enable the serial communication. Then the data is received
bit by bit and is stored in the SBUF register. After receiving
all the 8- bit data successfully we have to move this data to
another memory location so that the next 8-bit data can be
received and stored in SBUF register again. All these 31-bit
character data is stacked up and stored in the RAM.
Microcontrollers and other low-level ICs communicate
serially; they usually do so at a TTL (transistor-transistor
logic) level. When we connect two serial devices together,
it is important to make sure that their signal voltages
match up. Otherwise, the Microcontroller would get
damaged. Hence, with the use of MAX232 we can match
those voltage signals.
Therefore, by using assembly programming on the
microcontroller we can display the calculated data on the
seven-segment display using persistence of vision concept.
3. SYSTEM DESIGN
3.1 DESCRIPTION OF CIRCUIT ASSEMBLY
Above figure shows the circuit diagram of Milk analyzer
display. Input data received from milk analyzer is given to
the microcontroller through RS232 which is serial
communication protocol, commonly used for transferring
and receiving the serial data between two devices. The
RS232 works at different baud rate. In this project we used
9600 bits/sec. here we used pin no 2 and 3 of Rs232 to
transmit and receive data respectively. Milk analyzer uses
RS232 which operates at ±3 to ±25 volts, but
microcontrollers use TTL logic which works on 0-5V, are
not compatible with RS232 voltage level therefore we used
max232 which offers intermediate link between the
microcontroller and RS232. The transmitter of Max232
converts the TTL input level to RS232 voltage standards
and receiver receives the RS232 input and converts them
to TTL level voltage. For this we connected pin RXD and
TXD of RS232 to pin no 14(T1out) and 13(R1in) of max232
respectively.
T1in pin of max232 which receives serial data at TTL logic
level is connected to serial transmitter pin TXD of
microcontroller and R1out pin outputs the serially
transmitted data at TTL logic level connected to receiver
pin RXD of microcontroller.
For displaying data, we used seven segment display, it can
display digits 0 to 9 and even display characters like a, b, c,
etc. In this project we used common cathode seven
segment. Here pins a to decimal points of each seven-
segment connected to port 0 of the microcontroller.
Transistors BC548 are used to drive the common cathodes.
Common pins are connected to collector, emitter of
transistor connected to ground and base of the transistors
connected to microcontroller as shown in diagram.
4. RESULTS
The concepts discussed in this paper were successfully
implemented and developed into a working model. Milk
analyser sucks milk sample and analyse the parameters
like Fat, SNF, Water, Temperature and the final result is
displayed on the 7 segment LED display which is in larger
in size. Therefore, all the parameters of milk sample are
easily visible from longer distances.
5. CONCLUSIONS
Milk analyser system using 7 segment LEDs is mainly
designed for small dairies for reducing its cost as well as
low power usage. This project is implemented using
AT89S52 microcontroller. All the circuit components are
combined to form compact and flexible system which
analyses and finally displays output on 7 segment LEDs. In
this way, problems faced in small diaries and by the
individuals for measuring various milk parameters and
ensuring good quality milk can be achieved by taking
readings form longer distances using 7 segment LEDs.
REFERENCES
[1] Milkotester Milk analyzing device - Journal
[2]https://www.binaryhexconverter.com/ascii-text-to-
hex-converter
[3]https://www.codrey.com/embedded-systems/rs232-
serial-communication/
[4]https://www.electronicshub.org/interfacing-7-
segment-display-8051/
[5]https://www.electronicshub.org/seven-segment-
displays/

More Related Content

Similar to Milk Analyser Display using 7-segment LEDs

IRJET- Braille Oriented Classroom
IRJET-  	  Braille Oriented ClassroomIRJET-  	  Braille Oriented Classroom
IRJET- Braille Oriented ClassroomIRJET Journal
 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGIRJET Journal
 
IRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET Journal
 
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET Journal
 
Bovini (CATTLE) And Dairy Farm Management
Bovini (CATTLE) And Dairy Farm ManagementBovini (CATTLE) And Dairy Farm Management
Bovini (CATTLE) And Dairy Farm ManagementIRJET Journal
 
IRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET Journal
 
IRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller BoardIRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller BoardIRJET Journal
 
Paper on Customer Care Unit For Shopping Mall
Paper on Customer Care Unit  For Shopping MallPaper on Customer Care Unit  For Shopping Mall
Paper on Customer Care Unit For Shopping MallIRJET Journal
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIRJET Journal
 
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...IRJET Journal
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET Journal
 
Smart Dairy Managements System
Smart Dairy Managements SystemSmart Dairy Managements System
Smart Dairy Managements SystemIRJET Journal
 
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerLow Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerIRJET Journal
 
IoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring SystemIoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring SystemIRJET Journal
 
AUTOMATED WATER BOTTLE FILLING SYSTEM
AUTOMATED WATER BOTTLE FILLING SYSTEMAUTOMATED WATER BOTTLE FILLING SYSTEM
AUTOMATED WATER BOTTLE FILLING SYSTEMIRJET Journal
 
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...IRJET Journal
 
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET Journal
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET Journal
 
IRJET- Microcontroller Based Bhel Vending Machine
IRJET-  	  Microcontroller Based Bhel Vending MachineIRJET-  	  Microcontroller Based Bhel Vending Machine
IRJET- Microcontroller Based Bhel Vending MachineIRJET Journal
 

Similar to Milk Analyser Display using 7-segment LEDs (20)

IRJET- Braille Oriented Classroom
IRJET-  	  Braille Oriented ClassroomIRJET-  	  Braille Oriented Classroom
IRJET- Braille Oriented Classroom
 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORING
 
IRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing Machine
 
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
 
Bovini (CATTLE) And Dairy Farm Management
Bovini (CATTLE) And Dairy Farm ManagementBovini (CATTLE) And Dairy Farm Management
Bovini (CATTLE) And Dairy Farm Management
 
IRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature Sensor
 
IRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller BoardIRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller Board
 
Paper on Customer Care Unit For Shopping Mall
Paper on Customer Care Unit  For Shopping MallPaper on Customer Care Unit  For Shopping Mall
Paper on Customer Care Unit For Shopping Mall
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNO
 
Meter SCADA
Meter SCADAMeter SCADA
Meter SCADA
 
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
 
Smart Dairy Managements System
Smart Dairy Managements SystemSmart Dairy Managements System
Smart Dairy Managements System
 
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerLow Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
 
IoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring SystemIoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring System
 
AUTOMATED WATER BOTTLE FILLING SYSTEM
AUTOMATED WATER BOTTLE FILLING SYSTEMAUTOMATED WATER BOTTLE FILLING SYSTEM
AUTOMATED WATER BOTTLE FILLING SYSTEM
 
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...
 
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter Reading
 
IRJET- Microcontroller Based Bhel Vending Machine
IRJET-  	  Microcontroller Based Bhel Vending MachineIRJET-  	  Microcontroller Based Bhel Vending Machine
IRJET- Microcontroller Based Bhel Vending Machine
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
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🔝
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 

Milk Analyser Display using 7-segment LEDs

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 266 Milk Analyser Display using 7-segment LEDs Pradnya Anil Kamble1, Utkarsha Uday Haldankar2, Astha Sandip Shaha3, Rani Arun Bhendigeri4, Eknath Chandar Patil5 1, 2, 3,4 UG Students, Department of Electronics and Telecommunication Engineering, KIT’s College of Engineering, Kolhapur, India 5Assistant professor, Electronics and Telecommunication Engineering, KIT’s College of Engineering, Kolhapur, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract The task of taking readings of milk analyser parameters on in-built LCD is quite challenging because of its bright background and small size. It creates difficulties while taking reading from longer distances. And hence leads to inaccuracies. This paper presents how this obstacle of taking readings can be overcome by using common 7 segment displays. The parameters such as water, SNF, temperature, fat is displayed on the 7 segment displays. The system described in the paper consists of RS232 through which parameter data can be given to the 8051 microcontroller and data can be displayed on the common cathode 7 segment LEDs using assembly programming. As common cathode 7 segment LEDs are used data is visible over longer distances and parameter readings can be easily noted. And it can also lead to increase in accuracy while taking the readings. Key Words: milk analyser, LCD, RS232, 8051 microcontroller and common cathode 7 segment LEDs. 1. INTRODUCTION Milk is the most commercially sold commodity both by local vendor’s as well as supermarkets. However, in local areas to increase the yield certain adulterants are added which may affect the nutritional quality of milk. Milk adulteration is a social problem. Consumption of adulterated milk causes serious health problems and a great concern to the food industry. So, it is necessary to measure certain parameters of the milk. So certain standard parameters like solid not fat (SNF), water, fat, temperature are analysed by the milk analyser. As per Indian Standard SNF in milk should not be less than 8.5% by mass. SNF in milk is associated with health benefits like bone mineral density. Fat content determination is of great importance because this parameter impacts on the price paid per litre of milk. It is necessary to know its value to classify the milk for the preparation of derivatives. Temperature of milk is measured to ensure the good quality milk. Water measurement in milk is one of the key components of food quality control sector as it influences the shelf life and storage condition of the product. So, these important parameters are displayed on the LCD display of milk analyser. This display is very small in size and hence causes limitations for users while taking the readings from longer distances. So, this limitation can be overcome by using 7 segment LEDs. This paper presents a system in which common cathode 7 segment LEDs are used because of which data is visible over longer distances (at least up to 15ft). It eradicates the errors/hindrances caused while taking readings on in-built LCD. 2. BLOCK DIAGRAM 2.1 WORKING The block diagram of Milk Analyser Display is as shown above. A milk sample is given as an input to milk analyzer which sucks-in the milk and analyzes internally and displays different parameters such as fat, SNF, temperature in degree, water etc. on built-in LCD of analyzer. This causes limitation as it is not properly and clearly visible from longer distance, so to solve this problem an external display can be created using seven segments led. The information/ data calculated within the milk analyzer can be given to the microcontroller using RS232 cable. Milk analyzer sends 31-bit character data to the microcontroller. To receive the data, we have to first
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 267 enable the serial communication. Then the data is received bit by bit and is stored in the SBUF register. After receiving all the 8- bit data successfully we have to move this data to another memory location so that the next 8-bit data can be received and stored in SBUF register again. All these 31-bit character data is stacked up and stored in the RAM. Microcontrollers and other low-level ICs communicate serially; they usually do so at a TTL (transistor-transistor logic) level. When we connect two serial devices together, it is important to make sure that their signal voltages match up. Otherwise, the Microcontroller would get damaged. Hence, with the use of MAX232 we can match those voltage signals. Therefore, by using assembly programming on the microcontroller we can display the calculated data on the seven-segment display using persistence of vision concept. 3. SYSTEM DESIGN 3.1 DESCRIPTION OF CIRCUIT ASSEMBLY Above figure shows the circuit diagram of Milk analyzer display. Input data received from milk analyzer is given to the microcontroller through RS232 which is serial communication protocol, commonly used for transferring and receiving the serial data between two devices. The RS232 works at different baud rate. In this project we used 9600 bits/sec. here we used pin no 2 and 3 of Rs232 to transmit and receive data respectively. Milk analyzer uses RS232 which operates at ±3 to ±25 volts, but microcontrollers use TTL logic which works on 0-5V, are not compatible with RS232 voltage level therefore we used max232 which offers intermediate link between the microcontroller and RS232. The transmitter of Max232 converts the TTL input level to RS232 voltage standards and receiver receives the RS232 input and converts them to TTL level voltage. For this we connected pin RXD and TXD of RS232 to pin no 14(T1out) and 13(R1in) of max232 respectively. T1in pin of max232 which receives serial data at TTL logic level is connected to serial transmitter pin TXD of microcontroller and R1out pin outputs the serially transmitted data at TTL logic level connected to receiver pin RXD of microcontroller. For displaying data, we used seven segment display, it can display digits 0 to 9 and even display characters like a, b, c, etc. In this project we used common cathode seven segment. Here pins a to decimal points of each seven- segment connected to port 0 of the microcontroller. Transistors BC548 are used to drive the common cathodes. Common pins are connected to collector, emitter of transistor connected to ground and base of the transistors connected to microcontroller as shown in diagram. 4. RESULTS The concepts discussed in this paper were successfully implemented and developed into a working model. Milk analyser sucks milk sample and analyse the parameters like Fat, SNF, Water, Temperature and the final result is displayed on the 7 segment LED display which is in larger in size. Therefore, all the parameters of milk sample are easily visible from longer distances. 5. CONCLUSIONS Milk analyser system using 7 segment LEDs is mainly designed for small dairies for reducing its cost as well as low power usage. This project is implemented using AT89S52 microcontroller. All the circuit components are combined to form compact and flexible system which analyses and finally displays output on 7 segment LEDs. In this way, problems faced in small diaries and by the individuals for measuring various milk parameters and ensuring good quality milk can be achieved by taking readings form longer distances using 7 segment LEDs. REFERENCES [1] Milkotester Milk analyzing device - Journal [2]https://www.binaryhexconverter.com/ascii-text-to- hex-converter [3]https://www.codrey.com/embedded-systems/rs232- serial-communication/ [4]https://www.electronicshub.org/interfacing-7- segment-display-8051/ [5]https://www.electronicshub.org/seven-segment- displays/