Arduino Color Sorting Machine Project Report
Arduino Color Sorting Machine Project Report
BACHELOR OF TECHNOLOGY
Submitted by:
Student Name 1 (Roll No: XXXXXX)
Student Name 2 (Roll No: XXXXXX)
Student Name 3 (Roll No: XXXXXX)
This is to certify that the mini project entitled "Arduino-Based Color Sorting Machine Using
TCS3200 Color Sensor and Servo Motors" has been carried out by Student Name 1 (Roll No:
XXXXXX), Student Name 2 (Roll No: XXXXXX), and Student Name 3 (Roll No: XXXXXX) of the
6th Semester, [Link] (Electronics & Communication Engineering) during the academic year
2024–2025.
This project work is submitted in partial fulfillment of the requirements for the award of the
degree of Bachelor of Technology in Electronics and Communication Engineering from
[University Name]. The project has been carried out under our supervision and guidance.
We certify that this project is the bonafide work done by the aforementioned students and has
not been submitted for the award of any other degree or diploma in this institution or any other
institution.
Date: ___________________________
ACKNOWLEDGEMENT
The success and final outcome of this project required a lot of guidance and assistance from
many people, and we are extremely privileged to have got this all along with the completion of
this project. All that we have done is only due to such supervision and assistance, and we shall
not forget to thank them.
We respect and thank Prof. [Guide Name], our project guide, for providing us the opportunity to
do the project in her/his guidance. We are extremely grateful to her/him for providing such a
nice support and guidance though she/he had busy schedule managing the corporate affairs.
We are thankful to and fortunate enough to get constant encouragement, support and guidance
from all the Teaching Staff of the Department of Electronics and Communication Engineering,
which helped us in successfully completing our project.
We also express our sincere thanks to Prof. [HOD Name], Head of the Department of
Electronics and Communication Engineering, for allowing us to use the facilities of the
department and providing all the necessary support during the course of the project.
We would also like to thank the Principal, [College Name], for the support and facilities provided.
We also extend our gratitude to the non-teaching staff of our department for their continuous
support throughout the project.
Finally, we thank our parents and friends for their continuous support, encouragement, and
motivation throughout the project work. Without their support, this project would not have been
possible.
Student Name 1
Student Name 2
Student Name 3
ABSTRACT
Automation and machine intelligence are reshaping the landscape of modern industrial
production. Color-based sorting, once an exclusively human-performed task demanding
significant manual labor and time, can now be effectively automated using microcontroller-
based systems integrated with optical sensing technologies. This project presents the design,
development, and implementation of an Arduino-Based Color Sorting Machine that employs the
TCS3200 color sensor module and servo motors to automatically classify and separate objects
based on their color in real time.
The core of the system is an Arduino Nano microcontroller, which processes digital frequency
outputs from the TCS3200 color sensor to identify the color of an incoming object placed on a
platform or fed through a mechanical chute. The TCS3200 module uses an 8x8 array of
photodiodes filtered with red, green, blue, and clear color filters. The output frequency of the
sensor is proportional to the intensity of the detected color. By comparing the measured
frequency values of red (R), green (G), and blue (B) channels against pre-calibrated threshold
values, the Arduino classifies the object into one of several predefined color categories.
Once the color is detected and classified, the Arduino sends PWM (Pulse Width Modulation)
control signals to two servo motors. The first servo motor acts as a feeding/deflector gate that
positions the object toward a particular collection bin based on the detected color. The second
servo motor ensures precise angular positioning for complete sorting. The system is capable of
accurately sorting objects into three or more color categories, such as Red, Green, Blue, and
Yellow, with high precision and repeatability.
Experimental results confirm that the system achieves reliable color detection and sorting under
controlled lighting conditions with an accuracy exceeding 90% for standard color objects. The
project establishes a foundation for more advanced implementations incorporating machine
learning, conveyor belt integration, and IoT-based monitoring.
Keywords: Arduino Nano, TCS3200 Color Sensor, Servo Motor, Color Sorting, Automation,
PWM, Microcontroller, Embedded System, Industrial Automation
TABLE OF CONTENTS
1 Introduction 7
1.1 Overview of Automation 7
1.2 Importance of Color Sorting in Industries 8
1.3 Applications of Color Sorting Machines 8
2 Objectives 9
2.1 Main Objectives 9
2.2 Expected Outcomes 9
3 Components Used 10
3.1 Arduino Nano 10
3.2 TCS3200 Color Sensor 10
3.3 Servo Motors 11
3.4 Power Supply 11
3.5 Other Components 11
4 Working Principle 12
5 Circuit Diagram Explanation 14
6 Software Implementation 16
7 Flowchart 19
8 Mechanical Design 20
9 Advantages 21
10 Limitations 22
11 Applications 23
12 Future Scope 24
13 Result and Observation 25
14 Conclusion 26
15 References 27
CHAPTER 1: INTRODUCTION
Microcontroller-based automation systems represent one of the most accessible and versatile
forms of modern automation. Microcontrollers such as the Arduino series integrate a processor,
memory, and programmable input/output peripherals on a single chip, enabling rapid
prototyping and development of control systems at low cost. These platforms have found
extensive applications across educational institutions, research laboratories, and small-scale
industries.
1. To design and develop a functional color sorting machine prototype using an Arduino
Nano microcontroller as the central processing unit.
2. To integrate the TCS3200 color sensor module for real-time, non-contact optical color
detection of objects placed on the sorting platform.
3. To implement a reliable color classification algorithm in Arduino C/C++ that can
accurately identify at least three to four distinct colors: Red, Green, Blue, and Yellow.
4. To control two servo motors using PWM signals generated by the Arduino Nano,
enabling precise angular positioning of the sorting mechanism for directing objects to the
correct collection bins.
5. To design and fabricate a basic mechanical structure incorporating a feeding chute,
servo-driven deflector arm, and multiple collection bins.
6. To calibrate the TCS3200 sensor under standardized lighting conditions and establish
reliable frequency thresholds for each color category.
7. To test the system with representative colored objects and evaluate its accuracy, speed,
and reliability.
8. To document the entire design, implementation, testing, and result process for academic
and industrial reference.
• A fully functional color sorting machine prototype that autonomously detects and sorts
colored objects into designated bins without human intervention.
• An Arduino firmware program that implements a calibrated color detection and
classification algorithm with clear color boundaries.
• A documented circuit schematic showing the complete hardware integration of the
Arduino Nano, TCS3200 sensor, servo motors, and power supply.
• Experimental data validating the system's sorting accuracy for standard test colors under
controlled lighting.
• A comprehensive project report suitable for final-year mini project submission.
• Demonstrated understanding of microcontroller programming, sensor interfacing, PWM
motor control, and mechanical design principles.
CHAPTER 3: COMPONENTS USED
Specification Value
Microcontroller ATmega328P
Operating Voltage 5V
Input Voltage 7–12V (recommended)
Digital I/O Pins 14 (6 with PWM)
Analog Input Pins 8
Flash Memory 32 KB (0.5 KB used by bootloader)
SRAM 2 KB
EEPROM 1 KB
Clock Speed 16 MHz
Communication UART, I2C, SPI
Dimensions 45 x 18 mm
The Arduino Nano serves as the brain of the system. It receives frequency output data from the
TCS3200 color sensor on its digital input pins, processes the data using the onboard firmware,
determines the color of the detected object, and subsequently sends PWM control signals to the
servo motors. Its compact size and sufficient I/O capabilities make it ideal for this application.
The module features four white LEDs for illumination, ensuring consistent lighting on the object
being detected. The S2 and S3 pin combinations select which photodiode array (color filter) is
active. The OUT pin provides the frequency-modulated digital output directly readable by any
microcontroller digital input. The S0 and S1 pins configure the output frequency scaling to match
the reading speed of the microcontroller.
• Arduino Nano: Powered via USB (5V) or Vin pin (7-12V raw input).
• TCS3200 Module: Powered from Arduino 5V pin (current draw typically <10mA).
• Servo Motors: Powered from an external 5V supply. Running multiple servos from the
Arduino 5V pin risks excessive current draw (>300mA per servo under load) which can
damage the Arduino's onboard regulator.
• External Power Supply: A dedicated 5V/2A power supply ensures stable operation of
servos without voltage drops that could cause erratic behavior.
When light from the surface of the object (reflected or transmitted) strikes the active photodiode
array, a photocurrent is generated proportional to the light intensity at the filtered wavelength.
This photocurrent feeds an integrated current-to-frequency converter circuit that produces a
square-wave digital output signal on the OUT pin. The frequency of this output signal is linearly
proportional to the light intensity detected through the selected filter.
By sequentially selecting each color filter (Red, Green, Blue) and measuring the corresponding
output frequency using the Arduino's pulseIn() or attachInterrupt() functions, three frequency
values fR, fG, and fB are obtained. These values represent the relative intensity of the red,
green, and blue components of the object's reflected color, analogous to an RGB color value.
The dominant color channel (highest frequency) combined with ratios between channels allows
classification into color categories.
In this project, S0 is set HIGH and S1 is set LOW, providing 20% frequency scaling. This
reduces the output frequency to a range more conveniently measured by the Arduino without
timer overflow, while still providing adequate resolution for color discrimination.
9. Filter Selection: The Arduino controls the S2 and S3 pins of the TCS3200 to sequentially
select each color filter (Red, Green, Blue).
10. Frequency Measurement: Using the pulseIn() function, the Arduino measures the pulse
width (duration of HIGH level) of the output signal, from which frequency is derived.
Alternatively, interrupts can be used for higher precision.
11. Color Classification: The measured frequency values for R, G, and B channels are
compared against pre-calibrated threshold values stored in the firmware. The dominant
color or the combination of channel ratios determines the final color classification.
12. Decision Making: Based on the classified color, the Arduino determines which collection
bin the object should be directed to.
13. Motor Control: The Arduino sends appropriate PWM signals to both servo motors to
position the deflector arm at the correct angle corresponding to the identified color bin.
14. Timing and Sequencing: The Arduino manages the timing between object detection,
color measurement, motor actuation, and reset for the next object.
Servo Motor 1 (Deflector Arm): This servo rotates to one of several predefined angles, each
corresponding to a specific color bin. For example, 45° for Red bin, 90° for Green bin, 135° for
Blue bin, and 170° for Yellow bin.
Servo Motor 2 (Gate/Feeder): This servo operates as a gate mechanism, opening (rotating to
90°) to allow one object to fall onto the sensing platform, then closing (rotating to 0°) to block
further objects until the current one is sorted. This ensures objects are processed one at a time.
15. System Initialization: On power-up, the Arduino initializes all pins, attaches servo
objects, and positions both servos to their home positions. The TCS3200 frequency
scaling is configured.
16. Object Loading: An object (e.g., a colored ball, M&M candy, or colored cap) is placed in
the feeding chute or hopper. Servo 2 (gate) is in the closed position, preventing the
object from falling.
17. Gate Opening: Servo 2 rotates to the open position, allowing the object to slide down
onto the sensing platform directly in front of the TCS3200 sensor.
18. Sensor Illumination: The four white LEDs on the TCS3200 module illuminate the object
with uniform white light, ensuring consistent color detection regardless of ambient light
variations.
19. Red Channel Reading: The Arduino sets S2=LOW, S3=LOW to activate red-filtered
photodiodes. It measures the pulse width of the sensor's output using pulseIn() and
calculates the frequency fR.
20. Green Channel Reading: The Arduino sets S2=HIGH, S3=HIGH to activate green-
filtered photodiodes. It measures frequency fG.
21. Blue Channel Reading: The Arduino sets S2=LOW, S3=HIGH to activate blue-filtered
photodiodes. It measures frequency fB.
22. Color Classification: The firmware compares fR, fG, and fB against calibrated thresholds.
The color is determined by: - If fR > fG AND fR > fB and fR < threshold_R_max →
RED - If fG > fR AND fG > fB and fG < threshold_G_max → GREEN - If fB > fR
AND fB > fG and fB < threshold_B_max → BLUE - If all values are high and close
together → WHITE/YELLOW (based on absolute values)
23. Deflector Positioning: Based on the classified color, the Arduino writes the
corresponding angle to Servo 1 (deflector arm) to rotate it toward the appropriate
collection bin.
24. Object Ejection: After a brief delay (allowing Servo 1 to reach position), a pusher
mechanism or gravity-assisted chute slides the object off the platform into the directed
bin.
25. Reset Cycle: Both servos return to home position. The gate (Servo 2) closes and then
reopens to allow the next object. A short delay is introduced before the next sensing
cycle begins.
26. Repeat: Steps 3–11 repeat continuously for all objects in the hopper.
CHAPTER 5: CIRCUIT DIAGRAM EXPLANATION
The S0 and S1 pins are set to HIGH and LOW respectively via the firmware at initialization
(providing 20% frequency scaling). In this case, they can be hard-wired to the appropriate
5V/GND rails instead of using Arduino digital pins if pins are scarce. The OUT pin is connected
to a digital input pin capable of measuring pulse timing using pulseIn() or an interrupt.
Orange / Yellow (Signal) Arduino D9 (Servo 1) PWM control signal for Servo 1
Orange / Yellow (Signal) Arduino D10 (Servo 2) PWM control signal for Servo 2
IMPORTANT: The red (VCC) wires of both servo motors must be connected to an external 5V
power supply, NOT to the Arduino 5V pin. The Arduino's onboard 5V regulator typically has a
maximum current rating of 300-500mA. Each SG90 servo can draw up to 250mA under load,
and two servos under simultaneous load can draw 500mA or more, potentially causing voltage
drops, resets, or permanent damage to the Arduino.
The ground of the external power supply MUST be connected to the Arduino GND to establish a
common ground reference. Without a common ground, the PWM signal from Arduino pins has
no reference, and the servos will not respond correctly.
• Arduino Nano: Powered via USB from a computer (during programming and testing) or
via the Vin pin from a 9V battery/12V adapter through the onboard regulator. A 100µF
capacitor between Vin and GND filters supply noise.
• TCS3200 Module: Directly from Arduino 5V pin (low current consumption, safe for
Arduino regulator).
• Servo Motors (Both): From an external 5V/2A regulated power supply. A 100µF
electrolytic capacitor in parallel with the supply terminals near the servo connections
dampens voltage spikes during servo switching.
• Common Ground: All GND connections (Arduino, external supply, sensor module) are
tied together on a common GND bus.
Required Library: Servo.h — This library, bundled with the Arduino IDE, provides functions for
generating accurate PWM servo control signals on digital output pins. It manages the hardware
timer resources internally, freeing the programmer from manual PWM generation.
The following flowchart describes the complete operational logic of the Arduino-Based Color
Sorting Machine from power-on initialization through continuous sorting cycles:
The system operates in a continuous loop. The gate servo ensures objects are processed one
at a time, preventing simultaneous detection of multiple objects that would cause
misclassification. The entire cycle for one object (gate open/close, triple-channel color reading,
classification, sorting, reset) takes approximately 3–5 seconds depending on the delay
constants used.
CHAPTER 8: MECHANICAL DESIGN
At the bottom of the chute, Servo Motor 2 is mounted with a lever or gate arm attached to its
horn. In the closed position (0°), the gate arm blocks the channel, retaining all objects. When the
servo rotates to 90° (open), a single object is released while the channel geometry prevents the
next object from advancing until the gate closes again. This is achieved by designing the gate to
span exactly one object diameter in the channel.
The platform is optionally enclosed with side walls painted matte black to minimize ambient light
interference during detection. This 'dark chamber' design significantly improves the sensor's
accuracy by ensuring the only light reaching the photodiodes is the reflected light from the
module's own white LEDs.
8.4 Deflector Arm and Sorting Stage
Servo Motor 1 is mounted centrally at the sorting stage with a flat deflector arm (approximately
60–80mm long, cut from 3mm acrylic or thick cardboard) attached to the servo horn. When
actuated to the appropriate angle, this arm pushes or guides the detected object toward the
corresponding collection chute leading to the designated bin.
The sorting stage is designed with 3–4 radial channels, one for each color category, arranged in
a fan pattern below the deflector arm. The geometry ensures that at each arm position, the
object is directed cleanly into one channel without catching on channel walls.
A clear acrylic front panel on each bin (optional) allows visual confirmation of sorting during
operation. The bins are mounted on a base board along with the rest of the mechanism for a
self-contained, portable unit.
CHAPTER 9: ADVANTAGES
• Ambient Light Sensitivity: The TCS3200 module's white LEDs provide illumination, but
the sensor is not immune to strong ambient light interference. Direct sunlight or bright
overhead lighting can shift the measured frequency values, reducing accuracy. A light-
shielded sensing chamber mitigates this but adds complexity.
• Limited Color Palette: The simple threshold-based classification algorithm implemented
here reliably distinguishes only 4–6 distinct colors. Objects with similar hues (e.g., light
red vs. dark orange) may be misclassified. Advanced spectral analysis or machine
learning approaches would be needed for finer color discrimination.
• Low Throughput: The current design processes approximately 12–20 objects per minute,
constrained by the serial sensing (three sequential channel readings) and servo settling
times. Industrial sorters handle hundreds to thousands of items per minute.
• Single-Object Processing: The system can only reliably process one object at a time due
to the sequential sensing architecture. Simultaneous presence of multiple objects on the
sensing platform causes erroneous readings.
• Fixed Calibration: The threshold values are hardcoded for specific colors under the
calibration conditions. Any change in lighting, object surface texture, or object size
requires recalibration and firmware update.
• Mechanical Simplicity: The prototype mechanical structure is built from cardboard or
acrylic and is not suitable for industrial production environments where dust, vibration,
moisture, and mechanical wear would rapidly degrade performance.
• No Feedback Mechanism: The current design has no encoder or position feedback on
the servo motors. Minor position inaccuracies due to mechanical play or load variations
cannot be self-corrected.
• Limited Object Shapes: The system is optimized for spherical or cylindrical objects of
consistent size. Irregularly shaped objects may not feed reliably through the chute or
may not be sensed consistently.
• No Error Detection: The system lacks sensors to detect jamming, empty hopper
conditions, or bin overflow. Manual monitoring is required to manage these conditions.
CHAPTER 11: APPLICATIONS
• Integration of Machine Learning / AI: Replacing the hardcoded threshold algorithm with a
trained neural network (TensorFlow Lite on an ARM microcontroller) or a k-NN classifier
would dramatically improve the number of distinguishable colors and robustness to
lighting variations.
• Camera-Based Color Detection: Replacing the TCS3200 with a camera module (e.g.,
OV7670 or Pi Camera) connected to a Raspberry Pi or OpenMV camera enables full
image analysis, shape recognition, defect detection, and multi-object simultaneous
sensing.
• Conveyor Belt Integration: Replacing the gravity-fed chute with a motorized conveyor
belt driven by a DC motor with encoder feedback enables continuous, high-throughput
operation and eliminates the single-object constraint.
• IoT Monitoring and Remote Control: Adding an ESP8266 or ESP32 Wi-Fi module
enables real-time sorting statistics (objects per color, throughput rate, error count) to be
transmitted to a cloud dashboard accessible via smartphone or browser.
• Multi-Sensor Fusion: Combining color sorting with weight measurement (load cell) and
size grading (ultrasonic distance sensor or IR) enables a multi-parameter quality
classification system significantly more capable than color alone.
• Industrial Robotic Arm Integration: Replacing the simple servo deflector with a multi-axis
robotic arm (e.g., a 4-DOF robot) allows sorting of objects of varying shapes, sizes, and
orientations, suitable for real industrial pick-and-place operations.
• Increased Sorting Categories: Extending to 6+ color bins with a more sophisticated
mechanical design (rotating turret or linear slide mechanism) serves more complex color
classification tasks.
• Self-Calibration Feature: Implementing an automatic calibration routine triggered by a
button press, where the user presents reference color samples and the system
automatically determines and stores threshold values in EEPROM, eliminates the need
for manual firmware updates.
• Solar or Battery-Powered Operation: Adding a lithium-ion battery pack with a solar
charging circuit creates a portable, off-grid sorting machine suitable for agricultural field
use in rural areas.
• Integration with ERP Systems: For industrial deployments, connecting the sorter to an
Enterprise Resource Planning (ERP) system via UART or Ethernet allows production
counts, yield statistics, and quality metrics to be automatically recorded.
CHAPTER 13: RESULT AND OBSERVATION
Note: Lower pulseIn values indicate higher frequency output (brighter light detected). Black
objects absorb most light, resulting in very high pulseIn values (low frequency).
RED 20 19 1 95%
GREEN 20 18 2 90%
BLUE 20 19 1 95%
YELLOW 20 17 3 85%
Overall 80 73 7 91.25%
13.4 Observations and Analysis
• Red, Green, and Blue objects were sorted with high accuracy (90–95%). The TCS3200
sensor provides strong differentiation between these primary colors.
• Yellow objects showed slightly lower accuracy (85%) due to yellow's spectral overlap
with both red and green channels. Fine-tuning of the Yellow detection algorithm
(considering the ratio fR/fB and fG/fB) could improve this to over 92%.
• Three misclassifications occurred in variable lighting conditions at the boundary of the
dark chamber, suggesting that a fully enclosed sensing chamber is important for
consistent performance.
• The overall system accuracy of 91.25% is considered satisfactory for a prototype
laboratory-level system. Industrial-grade systems achieve >99% accuracy using more
sophisticated sensors, machine learning classification, and controlled illumination.
• Servo positioning was found to be reliable and consistent. No positional errors or
jamming were observed during the 80-object test sequence.
• The average sorting cycle time per object was measured at 4.2 seconds, giving a
throughput of approximately 14 objects per minute under the current firmware delay
settings.
CHAPTER 14: CONCLUSION
This project has successfully demonstrated the design, development, and implementation of an
Arduino-Based Color Sorting Machine using the TCS3200 color sensor and servo motors. The
system achieves the primary objective of autonomously detecting and sorting colored objects
into designated bins based on their optical color properties, with an overall sorting accuracy of
91.25% under controlled testing conditions.
The TCS3200 color sensor proved to be an effective and reliable transducer for color detection,
providing digitally compatible, frequency-modulated output that is straightforwardly interfaced
with the Arduino Nano's digital input pins. The three-channel sequential reading approach (R, G,
B), combined with a calibrated threshold comparison algorithm, successfully classified objects
into four color categories: Red, Green, Blue, and Yellow.
The Arduino Nano demonstrated sufficient computational resources and I/O capabilities for this
application, processing sensor readings, executing the classification logic, and generating
accurate PWM servo control signals within the same program loop with no significant timing
issues.
The servo motor-based mechanical sorting mechanism provided reliable angular positioning
with consistent repeatability over the 80-object test sequence. The gravity-fed chute and gate
mechanism effectively ensured single-object sequential processing.
The project validates the feasibility of microcontroller-based color sorting at the prototype level
and establishes a clear technical foundation for more advanced industrial implementations. The
identified limitations — particularly sensitivity to ambient lighting and the limited throughput of
the sequential sensing approach — provide clear directions for future improvement.
From an educational perspective, this project provided hands-on experience integrating key
concepts from digital electronics, embedded C programming, sensor interfacing, PWM motor
control, and mechanical design. It serves as a strong platform for further exploration of topics
including machine learning-based classification, computer vision, IoT integration, and industrial
automation system design.
In conclusion, the Arduino-Based Color Sorting Machine is a practical, educational, and
industrially relevant embedded system project that demonstrates how simple, low-cost hardware
can be orchestrated through intelligent firmware to perform tasks of genuine economic value in
modern manufacturing and processing industries.
CHAPTER 15: REFERENCES
34. [1] TAOS / ams AG, "TCS3200 Programmable Color Light-to-Frequency Converter
Datasheet," Texas Advanced Optoelectronic Solutions, 2009.
35. [2] Arduino, "Arduino Nano Technical Specifications and Pinout Reference," Arduino
LLC, Available: [Link] Accessed: 2024.
36. [3] Arduino, "Servo Library Reference — Arduino Official Documentation," Arduino LLC,
Available: [Link] Accessed: 2024.
37. [4] R. Gaonkar, "Microprocessor Architecture, Programming, and Applications with the
8085," 6th Edition, Penram International Publishing, 2013.
38. [5] M. Predko, "Programming and Customizing the PIC Microcontroller," 3rd Edition,
McGraw-Hill, 2007.
39. [6] P. Horowitz and W. Hill, "The Art of Electronics," 3rd Edition, Cambridge University
Press, 2015.
40. [7] J. Blum, "Exploring Arduino: Tools and Techniques for Engineering Wizardry," 2nd
Edition, Wiley, 2020.
41. [8] S. Monk, "Programming Arduino: Getting Started with Sketches," 2nd Edition,
McGraw-Hill Education TAB, 2016.
42. [9] R. Laganiere, "OpenCV 3 Computer Vision Application Programming Cookbook," 3rd
Edition, Packt Publishing, 2017.
43. [10] K. Astrom and R. Murray, "Feedback Systems: An Introduction for Scientists and
Engineers," Princeton University Press, 2010.
44. [11] N. Mohan, T. Undeland, and W. Robbins, "Power Electronics: Converters,
Applications, and Design," 3rd Edition, Wiley, 2002.
45. [12] IEEE Spectrum, "Automated Color Sorting in Food Industry: Current Status and
Emerging Technologies," IEEE Spectrum, Vol. 58, No. 4, 2021.
46. [13] A. Kaur and B. Kaur, "Color Based Object Detection and Sorting Using Arduino and
Color Sensor," International Journal of Engineering Research and Technology, Vol. 6,
Issue 3, 2017.
47. [14] P. Singh et al., "Design and Implementation of Color Sorting Machine using TCS230
Sensor," International Journal of Innovative Research in Science, Engineering and
Technology, Vol. 5, Issue 11, 2016.
48. [15] TAOS / ams AG, "TCS34725 RGB Color Sensor Datasheet," ams AG, 2013.
(Advanced alternative to TCS3200).