TINKERCAD
TINKERCAD
TINKERCAD
ON
BY
AT
(June 2023)
1
A REPORT
ON
BY
AT
(June 2023)
2
Acknowledgements
I want to thank my supervisor, Mrs Suchismita Satpathy, for her support and
mentorship. Her expertise, insightful feedback, and constructive criticism have
significantly enhanced the quality of this report. I would also like to thank the teachers
of Alltronix International Inc. for sharing their knowledge and expertise, which served
as the foundation for this research. Their support, guidance, and encouragement have
been invaluable throughout this journey.
3
Abstract
(RAJASTHAN)
Centre………... Hyderabad
Name(s) designation(s) of the expert(s)……….. Aryan Sagar Sunku, Tech head, Alltronix
Abstract:
capabilities into waste management systems. This study aims to evaluate the potential
benefits and challenges associated with Smart dustbins and their impact on improving
The hardware section presents a detailed overview of Smart Dustbins' key components
and functionalities. It delves into the working principles of the sensors, Arduinos, and
The methodology section also provides a simulation on TinkerCAD, which shows how
the Smart dustbin works. The dustbin incorporates features such as proximity detection
Furthermore, the challenges and limitations associated with Smart dustbins are
examined. These include initial setup costs, privacy and security concerns, technological
This report demonstrates that smart dustbins have the potential to revolutionize waste
smart dustbins a promising solution for cities seeking to optimize their waste
management processes.
Table of Contents
Introduction ...................................................................................................................... 6
Background Research ....................................................................................................... 7
Hardware Used ................................................................................................................. 9
Objectives ...................................................................................................................... 15
Methodology .................................................................................................................. 16
Scope of Improvement ................................................................................................... 17
Conclusion ...................................................................................................................... 18
References ...................................................................................................................... 19
Glossary .......................................................................................................................... 20
Appendix - A .................................................................................................................. 22
6
Introduction
Rapid developments and revolutions have brought about the age of automation and
intelligent gadgets enabled by IoT. Everyday home appliances have been automated
and integrated with IoT to give rise to their "smart" versions. One such device is a
Smart Dustbin.
Our country's rapid population increase has also led to increased garbage production.
The dustbins in offices and homes are usually full of garbage, and no one is present to
clean them. They are also inefficient and dirty, which drives people away from using
them.
This report designs a smart dustbin enabled by IoT, which provides solutions to the
problems mentioned above and throws in a bunch of other features. It is built using an
Arduino and is a new, innovative way to maintain cleanliness. It carries features such as
proximity detection to open and close the lid and a sensor to detect how full it is.
It also carries a solar-powered trash compactor to compress the trash after it reaches a
pre-set level, which enables it to hold eight times more waste. The bin is also cloud-
connected and sends data back to the authorities responsible for it.
7
Background Research
Smart Dustbins:
Smart dustbins are an emerging technology that aims to address the limitations of
traditional waste management systems. These intelligent bins have sensors,
communication capabilities, and data analytics tools to provide real-time information
about waste levels, collection needs, and bin conditions. By leveraging IoT
connectivity, smart dustbins enable remote monitoring and management of waste
collection processes.
3. Energy Efficient:
These dustbins use state-of-the-art components to ensure minimal energy
wastage. Some smart dustbins integrate energy harvesting mechanisms to
generate power from renewable sources. This can include solar panels or kinetic
energy harvesting, where the movement or vibration of the dustbin is converted
into electrical energy.
1. Initial Costs:
The setup and installation of smart dustbins require upfront investments in
sensors, connectivity infrastructure, and data management systems. These costs
may pose financial barriers for some waste management organizations.
2. Technological Constraints:
Deploying smart dustbins may face challenges in areas with limited connectivity.
Power supply requirements and maintenance have to be taken into
consideration while planning.
Hardware Used
Resistor:
A resistor is an electronic component that restricts the flow of electric current in a
circuit. It is typically made of a material with high resistance, such as carbon or metal
alloys. The amount of resistance offered by a resistor is denoted by its band colours. I
have used a 220 oh resistor in this project.
The band colours of a 220-ohm resistor are typically red, red, brown, and gold. The
colour bands on a resistor are used to represent the resistance value and tolerance. In
this case, the first band (red) represents digit 2, the second band (red) represents digit
2, the third band (brown) represents the multiplier 10^1, and the fourth band (gold)
represents the tolerance of +/- 5%.
Potentiometer:
A potentiometer is an adjustable electronic component that functions as a variable
resistor. It is commonly used to control the electrical potential (voltage) in a circuit. The
potentiometer consists of a resistive element and a movable contact, often called a
wiper. As the wiper is adjusted, it changes the resistance along the resistive element,
thereby altering the voltage output.
Potentiometers are used in LCDs to adjust the contrast and brightness levels of the
display. By incorporating a potentiometer, the LCD allows users to adjust the contrast
10
and brightness levels to achieve optimal visibility and readability. The potentiometer
provides a variable resistance that controls the voltage or current flowing to the LCD
panel, thereby altering the intensity of the backlight or the electric field applied to the
liquid crystals. I have used a 250-ohm potentiometer in my simulation.
LCD:
An LCD (Liquid Crystal Display) is a flat panel display technology used in various
electronic devices, including televisions, computer monitors, smartphones, and digital
watches. It utilizes the unique optical properties of liquid crystals to generate images
and graphics.
LCDs offer several advantages, including high resolution, sharp image quality, and low
power consumption. They also have a thin and lightweight design, making them suitable
for portable devices. However, LCDs may have limitations such as limited viewing angles
and slower response times compared to other display technologies like OLED (Organic
Light Emitting Diode). I have used a 16x2 LCD in my simulation.
11
Figure 03: The figure shows the various components of a colour LCD
Source: [3]
Figure 04: The figure shows an HC -SR04 ultrasonic sensor with its output pins
Source: [4]
Arduino UNO:
In this project, an Arduino UNO microcontroller is used to process the data.
It has 14 digital input/output pins (6 can be used as PWM outputs), six analog inputs,
a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header and a
reset button.
Some of the features of the Arduino UNO are:
Figure 06: The figure depicts a typical Arduino UNO used as a processing unit in this design. The
corresponding input and output pins are also shown.
Source: [6]
15
Objectives
This project aimed to create and simulate the working of a Smart Dustbin.
It also analysed the implementation of smart dustbins as a sustainable solution for
waste management.
Various features and functionalities were explored, such as efficient waste collection
and reduced environmental impact.
The following features were integrated into the project:
1. Proximity Detection:
The bin lid is activated and opened by a proximity sensor if it detects a person
within 50 centimetres of it.
2. Trash Compaction:
Once the trash level reaches 80cm, a compactor crushes and compacts it to
make it smaller, this allows it to hold up to eight times more waste.
3. LCD:
The bin comes equipped with an LCD which shows the current waste level and if
the container is full.
4. Internet Connectivity:
The bin is based on a machine-learning model which learns from its mistakes.
The machine learning ability of smart trash bins works with real-time data
collection, which is then transferred to the cloud platform through Wi-Fi. The
software on the cloud then processes the data and transmits it to the user
interface for final reaction. It is an IoT device which spontaneously picks out and
compresses recyclable items.
5. Hygiene Monitoring:
The bin keeps itself free of bacteria and germs by spraying a disinfectant every
thirty minutes In and around it.
16
Methodology
Figure 06: This is the TinkerCAD circuit design with all components and connections shown and colour
coded. See Appendix – A for the schematic diagram of the circuit shown above.
The above figure shows the circuit implementation of the smart dustbin. The project
was built on TinkerCAD using their sensors and hardware. To make it easy for any
reader to understand what is happening, the code is well-commented and uses
variables with descriptive names.
The circuit consists of two ultrasonic sensors, one as the proximity sensor and one as
the garbage level sensor. Each sensor is paired with a motor. The proximity sensor is
activated when it detects a person within 50 cm of it. The level sensor activates when
the garbage reaches within 10 centimetres of it. This starts the compactor, which
compresses the trash. This can be done a total of 3 times before the bin is full. The
LCD shows the current garbage level and tells if the bin is full. It also displays “Bin
Open” while the bin opens. The wires are colour coded to prevent confusion. Brown is
used for the live wire, yellow for the ground, and blue, purple and orange for the
connections. The potentiometer controls the resolution of the LCD by moving the
toggle. The simulation can be controlled by two toggles in front of the sensors, used to
change the object's distance.
Scope of Improvement
While smart dustbins have shown great potential in revolutionising waste management,
there are several areas where further improvements should be made:
Conclusion
Smart dustbins allow for real-time monitoring of garbage levels, optimising waste
collection routes, reducing operational costs, and improving sanitation and hygiene in
urban environments. Smart dustbins also integrate sensors, connection, and data
processing capabilities. They use IoT technologies and provide data-driven decision-
making, enabling waste management authorities to make educated decisions about
resource allocation, recycling programmes, and waste reduction methods.
Despite the enticing benefits, installing smart trashcans has its challenges. Costs
associated with initial setup, privacy and security issues, technological limitations, the
requirement for infrastructure, and policy support must be carefully considered.
Cooperation between governmental entities, waste management companies, and
technology providers is essential to overcome these challenges and realise the full
potential of smart dustbin installations.
These intelligent bins open the way for more effective, affordable, and sustainable
waste management practises by utilising the power of IoT and data analytics, which
improves the general health of urban settings and aids in preserving our planet.
19
References
[8] Maddileti, Telugu & Kurakula, Harish. (2020). Iot Based Smart Dustbin. International Journal of
Scientific & Technology Research. 9. 1297-1302.
[9] Teja, L & Md, Muthaharunnisa & Bharathi, K & Krishna, Gopi. (2018). Smart dustbin based on IOT.
International Journal of Engineering & Technology. 7. 348. 10.14419/ijet.v7i2.7.10713.
[10] Pandey, Mamta & Gowala, Anamika & Goswami, Mrinal & Saikia, Chinmoy & Bora, Dibya. (2020).
SMART DUSTBIN USING ARDUINO.
20
Glossary
Term Definition
Electric Potential The amount of work needed to move a unit charge from a reference point to a
specific point against an electric field.
ICSP header These pins are used to code and boot an Arduino from an external source.
IIOT The Industrial Internet of Things (IIOT) is the collection of sensors, instruments and
autonomous devices connected through the internet to industrial applications.
IoT The Internet of Things (IoT) describes the network of physical objects— “things”—
that are embedded with sensors, software, and other technologies for the purpose
of connecting and exchanging data with other devices and systems over the internet.
Liquid Crystal Liquid crystal is a state of matter whose properties are between those of
conventional liquids and those of solid crystals. For example, a liquid crystal may
flow like a liquid, but its molecules may be oriented in a crystal-like way.
21
Hertz is the standard unit of frequency in the International System of Units (SI).
MHz Megahertz (MHz) is a unit multiplier that represents one million hertz (106 Hz).
Ohm The SI unit of electrical resistance, transmitting a current of one ampere when
subjected to a potential difference of one volt.
OLED OLED stands for organic light-emitting diode and is one of the newer technologies
available for TVs and other digital displays.
PWM Pulse width modulation or PWM is a commonly used control technique that
generates analog signals from digital devices such as microcontrollers.
Sensors A sensor is a device that detects and responds to some type of input from the
physical environment.
Tolerance Tolerance is the total amount a dimension may vary and is the difference between
the upper (maximum) and lower (minimum) limits.
Torque Torque is a twisting or turning force that tends to cause rotation around an axis,
which might be a centre of mass or a fixed point.
Ultrasonic Of or involving sound waves with a frequency above the upper limit of human
hearing.
UVC Ultraviolet C, a subtype of ultraviolet light
Voltage Voltage is the pressure from an electrical circuit's power source that pushes charged
electrons (current) through a conducting loop,
22
Appendix - A
[1]. The picture consists of the schematic diagram of the circuit simulated on
TinkerCAD.
All the components are labelled, and connections are shown.
https://drive.google.com/file/d/1pvJ8eherE7ASpO1bLYB71XZ8VKWsGt55/view?usp=
drive_link