A1 Batch Ieee Document
A1 Batch Ieee Document
Abstract— This project introduces a These days, every machine is digital, and to
comprehensive weight measurement system process and analyse weights, they use
centered around an Arduino Uno microprocessors like Arduino. For long-
microcontroller. It seamlessly integrates various distance communication in this project, we'll
components to provide precise weight also need an Arduino for analysis and an
measurements and advanced functionalities. By esp32 module for wifi connectivity. Blynk
utilizing a load cell and amplifier, the system IoT will be used to store the data in the cloud
accurately captures weight data, which is for precise data storage and also using
promptly displayed on an LCD screen for bluetooth for smart phone connection for
convenient monitoring. Moreover, it
viewing the details of particular weight.
incorporates the ability to calculate item prices
based on user-defined price per kilogram When utilised to weigh the goods in business
entered via a keypad, making it suitable for applications, this project might be quite
commercial settings. To ensure accurate helpful.
timekeeping, a real-time clock (RTC) module is It is equipped with a load cell sensor that
included, offering timestamp functionality for detects the load applied to it. The load cell
enhanced data logging and management. amplifier then converts the analogue data into
digital form, which is then fed into a
microprocessor system for analysis. Data is
Keywords— Arduino, Load sent to the display, smartphone, and Blynk
Sensor, HX711, Blynk Iot,BLE. IOT customised app via Bluetooth, which
stores information like item name, price per
kg, total weight, cost, and time using (RTC).
ARDUINO
In this proposed system, The operator must The Arduino is a small, consistent and open-
feed power to the board before attempting to source development Arduino board based on
measure the weight. ATmega328P or ATmega628. The operating
voltage of Arduino is 5V and it has 14 digital
pins and 8 analog pins.
The digital pins are used to interface
It is commonly used to measure small
sensors by using them as both input and
changes in resistance that occur when a
output pins. The analog pins are used to load is applied to a load cell, converting
read the values of sensors of the input and these changes into digital signals that can
output pins. The input voltage is in between be read by a microcontroller like Arduino.
7 to 12V. 1.Bridge Configuration:
• Load cells typically use a
Wheatstone bridge configuration. When a
load is applied to the load cell, it causes a
change in resistance in one or more of the
strain gauges in the Wheatstone bridge.
2.Wheatstone Bridge Excitation:
• The HX711 provides a stable and
accurate excitation voltage to the
Wheatstone bridge. It supplies a constant
Fig. 3. Diagram of Arduino
current to the bridge, allowing it to measure
ESP32 the small changes in resistance accurately.
The ESP32 is a powerful microcontroller
and system-on-chip (SoC) that has gained
significant popularity in the world of IoT
(Internet of Things) and embedded
systems. Developed by Espressif Systems,
the ESP32 offers a wide range of features
and capabilities suitable for various
Fig. 5. Diagram of Load cell Amplifier
applications. (HX711)
12. https://www.researchgate.net/public
ation/325777798_IOT_based_Smart
_weighing_system_for_Crate_in_A
griculture.
13. https://doi.org/10.3844/jcssp.2021.1
085.1092.