SlideShare a Scribd company logo
Department: Electronics and communication
Semester: I
Phase I presentation of Experiential Learning on
Topic: Piezo-electricity
By
Mustafa Patwari, Muskan Aggarwal & Mahi Garg
RV College of
Engineering
Go, change the
world
RV College of
Engineering Go, change the world
Objective(s)
Objective 1
A sustainable source of energy : piezo-electricity
Objective 2
Use of C in Arduino programming
RV College of
Engineering Go, change the world
Tools and Techniques/Project Requirements
Arduino uno R3,
Piezoelectric sensors,
Led , breadboard ,
wires, resistor 1kOhm
Hardware
• Arduino Ide
Software
• Serial monitor
• Serial plotter
Tools
 Gather materials: You will need a piezoelectric sensor, an Arduino board, a breadboard, jumper wires, and a battery
 Connect the piezoelectric sensor to the breadboard: Place the piezoelectric sensor on the breadboard and connect
it to the breadboard using jumper wires.
Connect the Arduino board to the breadboard: Connect the Arduino board to the breadboard using jumper wires.
Write the code: Write the code for the Arduino board that will read the voltage generated by the piezoelectric
sensor and convert it into usable electrical
energy. You can use the AnalogRead function to read the voltage, and then use the AnalogWrite function to output
the electrical energy.
Test the generator: Test the generator by stepping on the piezoelectric sensor and observing the output on the
Arduino board. You may need to adjust the code or the wiring to optimize the generator's output.
Power the generator: Once the generator is working correctly, you can power it using a battery or other power
source. Make sure the power source is compatible with the Arduino board and the generator's output.
Use the generator: You can use the generator to power small electronic devices or charge batteries. Experiment
with different loads and power requirements to see how much energy the generator can produce.
RV College of
Engineering Go, change the world
Workflow
int led=4;
int sensor=A0;
int threshold= 400;
void setup()
{
pinMode (4, OUTPUT);
pinMode (AO, INPUT);
Serial.begin(9600);
}
void loop() {
int value=analogRead (sensor);
if (value> threshold)
{digitalWrite(4, HIGH);delay(1000);}
else
digitalWrite(4, LOW);
Serial.println(value);
}
RV College of
Engineering Go, change the world
Code
 The final outcome of building a footstep piezoelectricity generator using Arduino is a device that can
convert the mechanical energy generated by a person's footsteps into electrical energy that can be
used to power small electronic devices or charge batteries.
 When a person steps on the piezoelectric sensor, it generates a voltage that is read by the Arduino
board. The Arduino board then converts this voltage into electrical energy that can be used to power
a device or charge a battery.
 The amount of energy generated by the generator will depend on various factors such as the weight
of the person, the frequency and force of the footsteps, and the efficiency of the generator itself.
However, this technology has the potential to produce a significant amount of energy in areas with
high foot traffic, making it a promising source of renewable energy.
RV College of
Engineering Go, change the world
Outcome

More Related Content

Similar to c ppt.pptx

Arduino Slides With Neopixels
Arduino Slides With NeopixelsArduino Slides With Neopixels
Arduino Slides With Neopixels
sdcharle
 
Arduino microcontroller ins and outs with pin diagram
Arduino microcontroller ins and outs with pin diagramArduino microcontroller ins and outs with pin diagram
Arduino microcontroller ins and outs with pin diagram
ArifatunNesa
 
IRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One MeterIRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One Meter
IRJET Journal
 
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
Jayanthi Kannan MK
 
Animatronic hand controller
Animatronic hand controllerAnimatronic hand controller
Animatronic hand controller
Sabrina Chowdhury
 
Build cool stuff with arduino for sci camp 16 dec13
Build cool stuff with arduino for sci camp 16 dec13Build cool stuff with arduino for sci camp 16 dec13
Build cool stuff with arduino for sci camp 16 dec13
Singapore Makers Association
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digital
Tony Olsson.
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digital
Tony Olsson.
 
Arduino comic v0004
Arduino comic v0004Arduino comic v0004
Arduino comic v0004
DO!MAKERS
 
Arduino Comic-Jody Culkin-2011
Arduino Comic-Jody Culkin-2011Arduino Comic-Jody Culkin-2011
Arduino Comic-Jody Culkin-2011
ΚΔΑΠ Δήμου Θέρμης
 
Arduino اردوينو
Arduino اردوينوArduino اردوينو
Arduino اردوينو
salih mahmod
 
Mom presentation_monday_arduino in the physics lab
Mom presentation_monday_arduino in the physics labMom presentation_monday_arduino in the physics lab
Mom presentation_monday_arduino in the physics lab
Annamaria Lisotti
 
Fun with arduino
Fun with arduinoFun with arduino
Fun with arduino
Ravikumar Tiwari
 
IOT Week 20.pptx
IOT Week 20.pptxIOT Week 20.pptx
IOT Week 20.pptx
afsheenfaiq2
 
To control the dc motor speed using PWM from LabVIEW
To control the dc motor speed using PWM from LabVIEWTo control the dc motor speed using PWM from LabVIEW
To control the dc motor speed using PWM from LabVIEW
Ankita Tiwari
 
IRJET- Wireless Charging Station for Electric Vehicle
IRJET- Wireless Charging Station for Electric VehicleIRJET- Wireless Charging Station for Electric Vehicle
IRJET- Wireless Charging Station for Electric Vehicle
IRJET Journal
 
Digital Tachometer using Aurdino
Digital Tachometer using AurdinoDigital Tachometer using Aurdino
Digital Tachometer using Aurdino
ijtsrd
 
Arduino slides
Arduino slidesArduino slides
Arduino slides
sdcharle
 
Arduino Workshop Slides
Arduino Workshop SlidesArduino Workshop Slides
Arduino Workshop Slides
mkarlin14
 

Similar to c ppt.pptx (20)

Arduino Slides With Neopixels
Arduino Slides With NeopixelsArduino Slides With Neopixels
Arduino Slides With Neopixels
 
Arduino microcontroller ins and outs with pin diagram
Arduino microcontroller ins and outs with pin diagramArduino microcontroller ins and outs with pin diagram
Arduino microcontroller ins and outs with pin diagram
 
IRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One MeterIRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One Meter
 
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
 
Animatronic hand controller
Animatronic hand controllerAnimatronic hand controller
Animatronic hand controller
 
Instructor background
Instructor backgroundInstructor background
Instructor background
 
Build cool stuff with arduino for sci camp 16 dec13
Build cool stuff with arduino for sci camp 16 dec13Build cool stuff with arduino for sci camp 16 dec13
Build cool stuff with arduino for sci camp 16 dec13
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digital
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digital
 
Arduino comic v0004
Arduino comic v0004Arduino comic v0004
Arduino comic v0004
 
Arduino Comic-Jody Culkin-2011
Arduino Comic-Jody Culkin-2011Arduino Comic-Jody Culkin-2011
Arduino Comic-Jody Culkin-2011
 
Arduino اردوينو
Arduino اردوينوArduino اردوينو
Arduino اردوينو
 
Mom presentation_monday_arduino in the physics lab
Mom presentation_monday_arduino in the physics labMom presentation_monday_arduino in the physics lab
Mom presentation_monday_arduino in the physics lab
 
Fun with arduino
Fun with arduinoFun with arduino
Fun with arduino
 
IOT Week 20.pptx
IOT Week 20.pptxIOT Week 20.pptx
IOT Week 20.pptx
 
To control the dc motor speed using PWM from LabVIEW
To control the dc motor speed using PWM from LabVIEWTo control the dc motor speed using PWM from LabVIEW
To control the dc motor speed using PWM from LabVIEW
 
IRJET- Wireless Charging Station for Electric Vehicle
IRJET- Wireless Charging Station for Electric VehicleIRJET- Wireless Charging Station for Electric Vehicle
IRJET- Wireless Charging Station for Electric Vehicle
 
Digital Tachometer using Aurdino
Digital Tachometer using AurdinoDigital Tachometer using Aurdino
Digital Tachometer using Aurdino
 
Arduino slides
Arduino slidesArduino slides
Arduino slides
 
Arduino Workshop Slides
Arduino Workshop SlidesArduino Workshop Slides
Arduino Workshop Slides
 

More from RajHingar

Unit 5_Processor Design.pptx alu design and implementation
Unit 5_Processor Design.pptx alu design and implementationUnit 5_Processor Design.pptx alu design and implementation
Unit 5_Processor Design.pptx alu design and implementation
RajHingar
 
COUNTER Ic derails about logic building and implementation
COUNTER Ic derails about logic building and implementationCOUNTER Ic derails about logic building and implementation
COUNTER Ic derails about logic building and implementation
RajHingar
 
Constitution EL phase 2-1.pptx
Constitution EL phase 2-1.pptxConstitution EL phase 2-1.pptx
Constitution EL phase 2-1.pptx
RajHingar
 
Unit-1.pptx
Unit-1.pptxUnit-1.pptx
Unit-1.pptx
RajHingar
 
Directive State Polices.pptx
Directive State Polices.pptxDirective State Polices.pptx
Directive State Polices.pptx
RajHingar
 
FORMAT _EL.pptx
FORMAT _EL.pptxFORMAT _EL.pptx
FORMAT _EL.pptx
RajHingar
 

More from RajHingar (6)

Unit 5_Processor Design.pptx alu design and implementation
Unit 5_Processor Design.pptx alu design and implementationUnit 5_Processor Design.pptx alu design and implementation
Unit 5_Processor Design.pptx alu design and implementation
 
COUNTER Ic derails about logic building and implementation
COUNTER Ic derails about logic building and implementationCOUNTER Ic derails about logic building and implementation
COUNTER Ic derails about logic building and implementation
 
Constitution EL phase 2-1.pptx
Constitution EL phase 2-1.pptxConstitution EL phase 2-1.pptx
Constitution EL phase 2-1.pptx
 
Unit-1.pptx
Unit-1.pptxUnit-1.pptx
Unit-1.pptx
 
Directive State Polices.pptx
Directive State Polices.pptxDirective State Polices.pptx
Directive State Polices.pptx
 
FORMAT _EL.pptx
FORMAT _EL.pptxFORMAT _EL.pptx
FORMAT _EL.pptx
 

Recently uploaded

Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 

Recently uploaded (20)

Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 

c ppt.pptx

  • 1. Department: Electronics and communication Semester: I Phase I presentation of Experiential Learning on Topic: Piezo-electricity By Mustafa Patwari, Muskan Aggarwal & Mahi Garg RV College of Engineering Go, change the world
  • 2. RV College of Engineering Go, change the world Objective(s) Objective 1 A sustainable source of energy : piezo-electricity Objective 2 Use of C in Arduino programming
  • 3. RV College of Engineering Go, change the world Tools and Techniques/Project Requirements Arduino uno R3, Piezoelectric sensors, Led , breadboard , wires, resistor 1kOhm Hardware • Arduino Ide Software • Serial monitor • Serial plotter Tools
  • 4.  Gather materials: You will need a piezoelectric sensor, an Arduino board, a breadboard, jumper wires, and a battery  Connect the piezoelectric sensor to the breadboard: Place the piezoelectric sensor on the breadboard and connect it to the breadboard using jumper wires. Connect the Arduino board to the breadboard: Connect the Arduino board to the breadboard using jumper wires. Write the code: Write the code for the Arduino board that will read the voltage generated by the piezoelectric sensor and convert it into usable electrical energy. You can use the AnalogRead function to read the voltage, and then use the AnalogWrite function to output the electrical energy. Test the generator: Test the generator by stepping on the piezoelectric sensor and observing the output on the Arduino board. You may need to adjust the code or the wiring to optimize the generator's output. Power the generator: Once the generator is working correctly, you can power it using a battery or other power source. Make sure the power source is compatible with the Arduino board and the generator's output. Use the generator: You can use the generator to power small electronic devices or charge batteries. Experiment with different loads and power requirements to see how much energy the generator can produce. RV College of Engineering Go, change the world Workflow
  • 5. int led=4; int sensor=A0; int threshold= 400; void setup() { pinMode (4, OUTPUT); pinMode (AO, INPUT); Serial.begin(9600); } void loop() { int value=analogRead (sensor); if (value> threshold) {digitalWrite(4, HIGH);delay(1000);} else digitalWrite(4, LOW); Serial.println(value); } RV College of Engineering Go, change the world Code
  • 6.  The final outcome of building a footstep piezoelectricity generator using Arduino is a device that can convert the mechanical energy generated by a person's footsteps into electrical energy that can be used to power small electronic devices or charge batteries.  When a person steps on the piezoelectric sensor, it generates a voltage that is read by the Arduino board. The Arduino board then converts this voltage into electrical energy that can be used to power a device or charge a battery.  The amount of energy generated by the generator will depend on various factors such as the weight of the person, the frequency and force of the footsteps, and the efficiency of the generator itself. However, this technology has the potential to produce a significant amount of energy in areas with high foot traffic, making it a promising source of renewable energy. RV College of Engineering Go, change the world Outcome