SlideShare une entreprise Scribd logo
1  sur  6
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

Contenu connexe

Similaire à c ppt.pptx

Arduino Slides With Neopixels
Arduino Slides With NeopixelsArduino Slides With Neopixels
Arduino Slides With Neopixelssdcharle
 
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 MeterIRJET 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
 
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 dec13Singapore Makers Association
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalTony Olsson.
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalTony Olsson.
 
Arduino comic v0004
Arduino comic v0004Arduino comic v0004
Arduino comic v0004DO!MAKERS
 
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 labAnnamaria Lisotti
 
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 LabVIEWAnkita 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 VehicleIRJET Journal
 
Digital Tachometer using Aurdino
Digital Tachometer using AurdinoDigital Tachometer using Aurdino
Digital Tachometer using Aurdinoijtsrd
 
Arduino Workshop Slides
Arduino Workshop SlidesArduino Workshop Slides
Arduino Workshop Slidesmkarlin14
 
Arduino slides
Arduino slidesArduino slides
Arduino slidessdcharle
 

Similaire à c ppt.pptx (20)

Arduino Slides With Neopixels
Arduino Slides With NeopixelsArduino Slides With Neopixels
Arduino Slides With Neopixels
 
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-Jody Culkin-2011
Arduino Comic-Jody Culkin-2011Arduino Comic-Jody Culkin-2011
Arduino Comic-Jody Culkin-2011
 
Arduino comic v0004
Arduino comic v0004Arduino comic v0004
Arduino comic v0004
 
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 Workshop Slides
Arduino Workshop SlidesArduino Workshop Slides
Arduino Workshop Slides
 
Arduino slides
Arduino slidesArduino slides
Arduino slides
 
Arduino programming
Arduino programmingArduino programming
Arduino programming
 

Plus de 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 implementationRajHingar
 
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 implementationRajHingar
 
Constitution EL phase 2-1.pptx
Constitution EL phase 2-1.pptxConstitution EL phase 2-1.pptx
Constitution EL phase 2-1.pptxRajHingar
 
Directive State Polices.pptx
Directive State Polices.pptxDirective State Polices.pptx
Directive State Polices.pptxRajHingar
 
FORMAT _EL.pptx
FORMAT _EL.pptxFORMAT _EL.pptx
FORMAT _EL.pptxRajHingar
 

Plus de 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
 

Dernier

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 

Dernier (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 

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