DB Report IoT Finaldraft-1
DB Report IoT Finaldraft-1
Submission Information
Result Information
Similarity 12 %
1 10 20 30 40 50 60 70 80 90
Quotes
1.03%
Journal/ Ref/Bib
Publicatio Internet 2.01%
n 5.9% 6.1%
Words <
14,
6.36%
A-Satisfactory (0-10%)
B-Upgrade (11-40%)
12 31 B C-Poor (41-60%)
D-Unacceptable (61-100%)
SIMILARITY % MATCHED SOURCES GRADE
2 www.intechopen.com Publication
1
3 www.dx.doi.org Publication
1
12 etd.aau.edu.et Publication
<1
22 Combined cycle power plant performance evaluation using exergy and Publication
<1
energy analys by Pattanayak-2017
23 core.ac.uk Publication
<1
Dr. K.B.Ramesh
Dept of Electronics and Instrumentation
rameshkb@rvce.edu.ins
RV College of Engineering
Bengaluru, India
11
ABSTRACT Piezoelectric energy harvesting has emerged as a promising technique for converting ambient
mechanical stress into electrical energy, offering a viable path toward decentralized and sustainable power
systems. However, conventional piezoelectric systems face significant limitations, including reliance on
lead-based ceramics that are
18 harmful to the environment, instability under dynamic conditions, and lack of
integrated monitoring.
7 To address these challenges, this paper presents an IoT-enabled, lead-free
piezoelectric energy harvesting system optimized for high-impact environments, particularly poultry farms.
The proposed solution captures mechanical stress using piezoelectric plates, processes the generated AC
voltage through a rectification and power conditioning stage, and stores the stabilized energy in a battery
reservoir. The use of microcontrollers such as LPC21xx, ESP-32, and Arduino Uno allows for real-time
voltage monitoring and system diagnostics. An integrated LCD module provides immediate feedback at the
site, while environmental sensors monitor temperature and humidity to assess piezoelectric material
degradation over time. The collected data is transmitted to a cloud server for long-term analysis, predictive
maintenance, and remote visualization. By leveraging repetitive biological motion in poultry zones and
replacing environmentally hazardous materials with sustainable alternatives, this system aims to provide a
scalable, eco-conscious solution for energy generation in resource-constrained settings.
INDEX TERMS Piezoelectric energy, energy harvesting, IoT monitoring, smart poultry infrastructure,
cloud integration, renewable energy.
I. INTRODUCTION
harvesting systems [1]. Malki et al. proposed a
The modern world faces an intensifying gap between pressure-based piezoelectric system for pedestrian
energy demand and available power supply, prompting crossings that could generate voltages sufficient to
a global pursuit of sustainable and decentralized energy power LED systems, indicating promising results for
3
solutions. Among these, piezoelectric energy public infrastructure [2]. A more integrated application
29
harvesting has attracted increasing attention for its by Spoorthy et al. focuses on harnessing vehicular
2
potential to convert mechanical stress—often stress to both collect tolls and power highway street
originating from environmental or biological motion— lighting systems, advancing sustainability in
into usable electrical energy without the need for fossil transportation infrastructure [3]. An especially novel
fuels. This approach is particularly attractive in regions and growing domain of study is the integration of
where conventional energy infrastructure is insufficient piezoelectric systems into vehicle tires. The paper
16
or absent. In recent years, researchers have explored presented at the International Conference on Energy
innovative deployments of piezoelectric materials. The and Green Computing (ICEGC) in 2021 explores the
study by Rumman et al. discusses the use of use of tire deformation for energy harvesting, with
piezoelectric slabs installed in mall entrances to collect applications in powering embedded Tire Condition
footstep energy, demonstrating the feasibility of 25
Monitoring Systems (TCMS). This method allows for
retrofitting existing infrastructure with energy independent energy generation for low-power sensors
while enhancing vehicle safety and autonomy [4]. In a unique automotive application, Alla et al. [5] presented
Despite these advances, the use of toxic lead-based a tire-integrated piezoelectric harvesting system designed to
materials such as PZT remains a significant power Tire Condition Monitoring Systems (TCMS). The
environmental and health concern. Furthermore, most study, presented at ICEGC 2021, demonstrated the ability to
convert mechanical deformation of tires into electrical
existing implementations lack real-time monitoring and
energy for sensor operation, eliminating the need for external
diagnostics, leading to inefficient power collection and power sources.
limited device lifespan. Moreover, methods like wind-
based harvesting, while renewable, are inherently II. System Design & Architecture
stationary and unsuitable for deployment in confined or
21
dynamic spaces such as indoor farms. To address these A. Hardware 8Components
constraints, this paper proposes a smart, lead-free Piezoelectric Transducer which converts mechanical energy
24
piezoelectric energy harvesting system with real-time from footsteps into electrical voltage. Arduino Uno it is the
monitoring and cloud integration, designed specifically central microcontroller that reads, processes, and displays
for deployment in biologically active zones like poultry sensor data. LCD Display (I2C 16x2) shows voltage output
farms. The system employs piezoelectric plates to and step count in real time. Capacitor and Resistor are used
for voltage smoothing and stability. LED Indicator flashes
collect energy from animal movement, conditions the
upon each step to provide visual feedback. Diodes and
output using passive circuit elements, and stores it for Transistor are used for signal rectification and amplification.
subsequent use in low-power applications. It integrates Breadboard and Jumper Wires are used to prototype the
15
temperature and humidity sensors to ensure system circuit without soldering.
reliability over time and utilizes microcontrollers for
data acquisition and transmission to cloud platforms
such as ThingSpeak or AWS IoT. This integrated B. Circuit Functionality
solution enables predictive maintenance and The piezoelectric sensor is connected to the analog input of
continuous performance tracking while serving as a the Arduino. When pressure is applied, the sensor generates
a6voltage which is read via the analog pin A0. The Arduino
scalable green energy prototype in semi-urban and rural
then converts this voltage into millivolts, checks for
settings. threshold crossing (to detect valid steps), and increments the
step counter accordingly. If a valid step is detected, the LED
II. Related Works connected to pin 8 lights up momentarily. Simultaneously,
31 the system updates the LCD to show the new step count and
Piezoelectric energy harvesting has been widely explored in the current voltage generated.
recent years as a sustainable solution for powering low-
energy devices through mechanical stress and vibrations.
Rumman et al. [1] implemented a system using piezoelectric
slabs embedded at mall entrances to harness energy from
human footsteps. The study demonstrated that the alternating
current produced by such foot traffic could be converted to
direct current and stored in capacitors, with the energy later
used for applications like lighting. It also emphasized the
economic feasibility of retrofitting existing mall
infrastructure with piezoelectric tiles.
Malki et al. [2] proposed a footstep-powered system for
pedestrian crossings using a pressure-based piezoelectric
generator. Their prototype yielded an average output voltage
of 20.9 V per step under a 100 N force, highlighting the
potential of such systems for powering localized electronics
in pedestrian-heavy zones. 1
Spoorthy et al. [3] developed an integrated system that
combines piezoelectric energy harvesting with RFID-based
toll collection and highway street lighting. By capturing
mechanical stress from moving vehicles, the system FIGURE 1. Circuit Diagram
automates toll collection while simultaneously generating
electrical power for streetlights, thus offering a dual-purpose
infrastructure solution. III. SOFTWARE & CODE IMPLEMENATION
13
Gieva et al. [4] designed a modular piezoelectric tile-based The software module for the proposed system was developed
system that achieved an output of 33.7 V under foot pressure. using9the Arduino IDE, programmed in Embedded C. The
The system demonstrated its suitability for low-power goal was to design a responsive, real-time system capable of
applications such as LEDs and was proposed for scalable monitoring energy generated through piezoelectric plates and
implementation in high-footfall zones like transportation counting mechanical impacts, such as footsteps or surface
hubs and malls. deformation events, which result in electrical signal
generation. The system initializes by configuring GPIO pin 8
as a digital output, which is used to control an indicator (such
as an LED) that blinks upon each energy generation event. A
16x2 LCD module is interfaced through the I²C protocol
using the address 0x27, allowing for compact and efficient
data visualization without excessive use of digital I/O pins.
The LCD displays two key metrics 1 in real time: the number
of mechanical impacts (steps) and the voltage generated by
the piezoelectric elements. An analog input pin (A0) reads
the voltage generated by the piezoelectric plate. This analog
voltage is sampled using the ADC of
the microcontroller. A simple debounce mechanism is
implemented using timestamp comparison (millis()) to
prevent false triggering from rapid signal fluctuations. When Figure 2. Internal structure of piezoelectric material
the voltage exceeds a specified threshold (in this case, a value
of 100 from the ADC), a step is registered, the counter is
incremented, and a short pulse is sent to pin 8 to activate the
indicator. The analog voltage reading is then scaled to derive
the actual voltage value using the ADC resolution and the PIEZOELECTRIC MATERIALS PROPERTIES 20
system’s reference voltage (5V). This voltage is displayed in 1. PZT (Lead Zirconate Titanate)
This is a synthetic ceramic widely
recognized for its high piezoelectric
millivolts (mV) on the second line of the LCD, providing coefficient, 30making it extremely
continuous feedback on energy generation. This firmware efficient at converting mechanical stress
framework enables both visual representation and serial into electrical energy. Due to its
excellent energy22 conversion
communication for testing and validation. It serves as the capabilities, it is the preferred choice for
local monitoring interface for the energy harvesting system, power generation in high-impact
environments such as in your poultry
complementing the cloud-based remote monitoring module. farm application.
The use of simple logic and lightweight computations
2. Barium Titanate (BaTiO₃) A ferroelectric ceramic, Barium
ensures compatibility with low-power microcontrollers and Titanate offers more environmentally
enables seamless integration with piezoelectric sensors in friendly alternative to PZT, though it
typically has a lower efficiency in
real-time embedded application. energy conversion. It is often used in
applications where non-toxicity and
cost-effectiveness are prioritized over
IV. PRINCIPLE OF OPERATION: PIEZOELECTRIC EFFECT maximum output.
3. Quartz (SiO₂) Quartz is a naturally occurring crystal
A. Introduction to Piezoelectricity: Piezoelectricity is the that exhibits stable and linear
phenomenon in which electric charge is generated in certain piezoelectric behavior. Although it
offers excellent precision & reliability,
solid materials in response to applied mechanical stress. The 28 is relatively low,
its power output
effect
23 was discovered in 1880 by Pierre and Jacques Curie.
making it more suitable for sensor
applications rather than energy
Materials that exhibit this 12 behaviour are known as harvesting.
piezoelectric materials, and they are typically non- 4. PVDF (Polyvinylidene Fluoride) PVDF is a flexible polymer material
centrosymmetric crystalline solids, meaning their internal that exhibits piezoelectric properties.
crystal structure lacks a center of symmetry. While not as efficient as ceramic
materials like PZT, its flexibility makes
it highly suitable for applications
B. Microscopic
17 Mechanism: The piezoelectric effect refers involving wearables, curved surfaces,
or biomechanical sensors where rigid
to
3 the phenomenon where certain materials generate electric materials would not be viable.
charge on their surface when subjected to mechanical TABLE 1. Some piezoelectric materials and their properties
deformation (stress). The term "piezoelectric" is derived
from the Greek word "piezein", meaning to press or squeeze. V. Mathematical Modeling of Energy Generation
There are two main effects: Direct Piezoelectric Effect:
Mechanical stress to Electric charge and Inverse The electrical behavior of a piezoelectric element is
Piezoelectric Effect: Electric field to
governed by two constitutive equations:
Mechanical deformation. This project harnesses the direct
effect to convert physical pressure into usable electrical
D= d⋅T + ε⋅E (1)
energy.
S= s⋅T + d⋅E (2)
Piezoelectric nature (AC Output) The voltage generated REULTS & DISCUSSION
from the piezo is typically AC (Alternating Current) and
spiky in nature. The piezo doesn’t produce a continuous flow Performance Analysis and Optimization of Piezoelectric
of electricity — only short bursts when pressure is applied Energy Harvesting System:
or released. Voltage behavior equation, we start with the
basic piezoelectric charge equation, Q = d. F(t). The Performance Analysis and Optimization of
Piezoelectric Energy Harvesting System focuses on
evaluating the system's efficiency, durability, and economic
Diode: Rectification and Protection A diode (typically viability under varying conditions. It examines factors such
1N4007 or similar) is used to convert AC to DC (i.e., allow as poultry movement frequency, mechanical stress levels,
only positive half-cycles to pass). It blocks reverse current, environmental influences, and energy storage performance to
preventing the piezo or storage components from being identify optimal operating conditions. These insights help
damaged V forward ≈ 0.7V (Silicon Diode). Without the improve energy conversion efficiency, ensure long-term
diode, the reverse current flow could damage the piezo or reliability, and assess the cost-effectiveness of the system for
back feed into the Arduino. practical applications.
I. CONCLUSION
The presented system offers a practical solution for
environmentally sustainable and locally deployable energy
harvesting. It overcomes critical limitations of traditional
piezoelectric systems by replacing lead-based materials with
safer alternatives and integrating real-time sensing for self-
diagnostics. The project capitalizes on dynamic mechanical2
input from animals in poultry environments, transforming it
into usable electrical energy for powering low-consumption
systems. The addition of IoT and cloud connectivity enables
continuous remote monitoring and performance evaluation,
elevating the system from a passive generator to an
intelligent, adaptive infrastructure.
REFERENCES
[1] Rumman et al., “Harvesting Electricity Using
Piezoelectric Material in Malls,” ResearchGate, 2023.
[2] Zakaria Malki et al., “Pedestrian Crossing System for
Mechanical Energy Harvesting Using Piezoelectric
Materials,” IOP Conf. Ser.: Mater. Sci. Eng., vol. 1112, 2023.
[3] Spoorthy M. R. et al., “Integrated Piezoelectric Energy
Harvesting: Automating Toll Collection and Highway Street
Lights,” International Education and Research
Journal,(IERJ),2024.
[4] Overview of Piezoelectric Energy 4 Harvesting in Tire
Condition Monitoring Systems, Proceedings of the
International Conference on Energy and Green Computing