SlideShare a Scribd company logo
1 of 29
Project By-
 ANKIT CHOUDHARY 2K19/EE/043
 AYUSH TRIPATHI 2K19/EE/069
 ISHAAN SINGHAL 2K20/EE/132
 SHASHANK KUMAR 2K20/EE/251
Prepaid meter and energy
conservation
INTRODUCTION
• The prepaid energy meter technology is already established in
the market. The government is giving the opportunity to use
this in houses.
• We ended up making system where one can recharge in their
meter using pin code. And can see the reading of the meter
from SMS.
• And if meter needs recharge it will give warning to the user. If
user doesn’t recharge in time. It will shut down the system.
And if will start again when it will be recharged again.
PROPOSED SYSTEM
 Implementation of Prepaid Energy
Meter Technology.
 Read energy consumed by the load
from Energy Meter.
 Make a recharge system based on
sample codes.
 Calculate amount of expense for the
energy consumed.
Opportunity to receive SMS about expense of energy used and
remaining amount of unit in meter.
Warning message given to the user for recharging warning.
Shut down the system if user doesn’t recharge in time
MAIN COMPONENTS
1. Arduino Uno
2. Relay Module
3. GSM SSM 900
v3.8.2
4. Load [ 100W
bulb]
5. Energy Meter
6. Jumper wire
7. watt adapter
WORKING
 Reads energy meter and save in an input Pulse.
 Process calculations based on the tariff rates and save the new
balance .
 GSM send the meter reading and balance amount
 Receive recharge requests and change in tariff rates if any
AUTOMATIC STREETLIGHTS
Our manuscript aims to develop a system which will
lead to energy conservation and by doing so, we
would be able to lighten few more homes.
The proposed work is accomplished by using Arduino
microcontroller and sensors that will control the
electricity based on night and object's detection.
The beauty of the proposed work is that the wastage of unused
electricity can be reduced, lifetime of the streetlights gets enhance
because the lights do not stay ON during the whole night, and also
helps to increase safety measurements.
We are confident that the proposed idea will be beneficial in the
future applications of microcontrollers and sensors etc
COMPONENTS
Components
1. LDR
2. Arduino Uno
3. LEDs
4. Resistors
Specifications
Voltage: DC 3-5V, 5mm,1.8 gm
22 pins, operating voltage 6-20V
5 mm , operating voltage 5V
100 ohm, 220 ohm
LIGHT DEPENDENT RESISTOR (LDR)
• LDR is a Light Dependent Resistor whose resistance is
dependent on the light impinging on it. The resistance
offered by the sensor decreases with the increase in
light strength and increases with the decrease in light
strength.
ARDUINO UNO
• Arduino Uno is a microcontroller board which is
based on the ATmega328 series controllers and has
an IDE (Integrated Development Environment) for
writing, compiling and uploading codes to the
microcontroller.
LEDS
• A LED (light-emitting diode) is a PN junction diode which is used for
emitting visible light when it is activated, as presented in When the
voltage is applied over its elements, electrons regroup with holes
within the LED, releasing energy in the form of photons which gives
the visible light. LEDs may have the Dim/full capability
RESISTORS
• Resistors A resistor is a passive electronic component, used with
other electronic components such as LEDs and sensors to prevent or
limit the flow of electrons through them as illustrated in . It works on
the principle of Ohm’s law which prevent overflow of voltage.
DESIGNING METHODOLOGY
Circuit design of automatic street light
control system with the Dim light
capability.
WORKING
• One leg of LDR sensor is connected to Arduino analog
pin number A0 and another leg to VCC pin and same
with a resistor to the ground port of Arduino.
• In addition, the threshold value is adjusted to 10 from
the discrete values (0-1023) for understanding
whether it is day or night.
• After that, all the positive terminals of the LEDs are connected with
resistors to pin number 3, 5, 7, 8, 9 and 11, depicting the streetlights
as the outputs of the Arduino signals.
• Furthermore, connected the ground of all the LED’s to Ground port as
per the circuit diagram The IR obstacle avoidance sensors are
connected to the Arduino port from pin number 2, 4 and 10,
respectively, which is the input signal to the Arduino board.
• After connecting all these devices to the corresponding pins in
Arduino according to the Arduino Software from the official
website “www.arduino.cc” is downloaded and installed. Then
Arduino Uno is connected to the computer using the USB
cable and installed the driver software on the computer to
write, compile and run the software code on Arduino software.
SIMULATION
CODE
#include<LiquidCrystal.h>
#include<SoftwareSerial.h>
const int rs=12,en=11,d4=5,d5=4,d6=3,d7=2;
float pulse_count=0;
float x=0;
float balance=25;
int k=0;
int l=0;
char X=0;
String Y="0";
int amount=0;
LiquidCrystal lcd(rs,en,d4,d5,d6,d7);
SoftwareSerial gsm(7,8);
void setup() {
gsm.begin(9600);
lcd.begin(20,4);
Serial.begin(9600);
pinMode(9,OUTPUT);
Serial.println("Controller")
;}
void loop() {
controller();
x=analogRead(A0);
if(x==1023)
{
if(balance>0)
{
++pulse_count;
balance-=5;
delay(1500);
}
}
lcd.setCursor(3,0);
lcd.print("2 pulses/unit");
lcd.setCursor(0,1);
lcd.print("Units Consumed= ");
lcd.print(pulse_count);
lcd.setCursor(0,2);
lcd.print("Balance=");
lcd.print(balance);
if(balance<=10&&balance>0) {
++k;
balancelow();
if(k==1)
balance_low_msg();
}
else if(balance==0) {
balance0();
}
if(balance>0) {
digitalWrite(9,1);
}
else {
digitalWrite(9,0);
}
}
void balancelow()
{
lcd.setCursor(0,3);
lcd.print("Low Balance");
gsm.println("LOW BALANCE");
}
void balance0(){
lcd.setCursor(0,3);
lcd.print("ZERO BALANCE!!!"); gsm.println("ZERO
BALANCE!!");
}
void balance_low_msg(){ gsm.println("AT+CMGF=1");
gsm.println("AT+CMGS="+9779800000000"r//delay(1000);
gsm.println("Balance LOW!! Please Recharge."); //delay(1000);
gsm.println((char)26); //delay(1000); }
void recharge() {
balance+=20;
lcd.setCursor(0,3);
lcd.print("Recharge Successful");
gsm.println("Successfully Recharged worth Rs.20"); Y = " ";
delay(100);
lcd.setCursor(0,3);
lcd.print(" ");
k=0;
}
CONCLUSION
• The proposed streetlight automation system is a cost
effective and the safest way to reduce power
consumption. It helps us to get rid of today's world
problems of manual switching and most importantly,
primary cost and maintenance can be decreased
easily. The LED consumes less energy with cool-white
light emission and has a better life than high energy
consuming lamps.
• Moving to the new & renewable energy sources, this system can be
upgraded by replacing conventional LED modules with the solar-
based LED modules. With these efficient reasons, this presented work
has more advantages which can overcome the present limitations.
• Keep in mind that these long-term benefits; the starting cost would
never be a problem because the return time of investment is very
less. This system can be easily implemented in street lights, smart
cities, home automation, agriculture field monitoring, timely
automated lights, parking lights of hospitals, malls, airport,
universities and industries etc.
REFERENCES
o https://www.lawinsider.com/dictionary/prepaid-
meters
o https://www.circuiteasy.com/automatic-street-light
o https://learn.sparkfun.com/tutorials/what-is-an-
arduino/all
o https://how2electronics.com/gsm-based-prepaid-
electricity-energy-meter-using-arduino/
o https://www.electricaltechnology.org/2013/04/auto
matic-street-light-control.html
•Thank You

More Related Content

Similar to EESS.pptx

microcontroller based tracking soloar.pptx
microcontroller based tracking soloar.pptxmicrocontroller based tracking soloar.pptx
microcontroller based tracking soloar.pptxtariqqureshi33
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security systemNIT srinagar
 
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ajit kumar singh
 
IOT Vehicle Fuel Theft Detection System Using Arduino.pptx
IOT Vehicle Fuel Theft Detection System Using Arduino.pptxIOT Vehicle Fuel Theft Detection System Using Arduino.pptx
IOT Vehicle Fuel Theft Detection System Using Arduino.pptxDeepakK547422
 
Automatic car parking system using avr.pptx
Automatic car parking system using avr.pptxAutomatic car parking system using avr.pptx
Automatic car parking system using avr.pptxAlbertGeorge21
 
Zigbee based greenhouse monitoring
Zigbee based greenhouse monitoringZigbee based greenhouse monitoring
Zigbee based greenhouse monitoringAjay Maurya
 
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...DeepakK547422
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM TechnologyIRJET Journal
 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET Journal
 
IR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNOIR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNOMln Phaneendra
 
A project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and ArduinoA project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and ArduinoJawwad Sadiq Ayon
 
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...Praveen Reddy
 
Substation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTSubstation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTIRJET Journal
 
IRJET- Design & Implementation of Black Box in Automobiles System
IRJET-  	  Design & Implementation of Black Box in Automobiles SystemIRJET-  	  Design & Implementation of Black Box in Automobiles System
IRJET- Design & Implementation of Black Box in Automobiles SystemIRJET Journal
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIRJET Journal
 

Similar to EESS.pptx (20)

microcontroller based tracking soloar.pptx
microcontroller based tracking soloar.pptxmicrocontroller based tracking soloar.pptx
microcontroller based tracking soloar.pptx
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security system
 
Motion_ppt_final[1].pptx
Motion_ppt_final[1].pptxMotion_ppt_final[1].pptx
Motion_ppt_final[1].pptx
 
Bidirect visitor counter
Bidirect visitor counterBidirect visitor counter
Bidirect visitor counter
 
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
 
IOT Vehicle Fuel Theft Detection System Using Arduino.pptx
IOT Vehicle Fuel Theft Detection System Using Arduino.pptxIOT Vehicle Fuel Theft Detection System Using Arduino.pptx
IOT Vehicle Fuel Theft Detection System Using Arduino.pptx
 
Automatic car parking system using avr.pptx
Automatic car parking system using avr.pptxAutomatic car parking system using avr.pptx
Automatic car parking system using avr.pptx
 
Summer training project
Summer training projectSummer training project
Summer training project
 
Zigbee based greenhouse monitoring
Zigbee based greenhouse monitoringZigbee based greenhouse monitoring
Zigbee based greenhouse monitoring
 
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM Technology
 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control System
 
ppt-1.pptx
ppt-1.pptxppt-1.pptx
ppt-1.pptx
 
IR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNOIR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNO
 
Power Measurement with IoT
Power Measurement with IoTPower Measurement with IoT
Power Measurement with IoT
 
A project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and ArduinoA project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and Arduino
 
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
 
Substation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTSubstation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoT
 
IRJET- Design & Implementation of Black Box in Automobiles System
IRJET-  	  Design & Implementation of Black Box in Automobiles SystemIRJET-  	  Design & Implementation of Black Box in Automobiles System
IRJET- Design & Implementation of Black Box in Automobiles System
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy Monitoring
 

Recently uploaded

Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 

Recently uploaded (20)

Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

EESS.pptx

  • 1. Project By-  ANKIT CHOUDHARY 2K19/EE/043  AYUSH TRIPATHI 2K19/EE/069  ISHAAN SINGHAL 2K20/EE/132  SHASHANK KUMAR 2K20/EE/251 Prepaid meter and energy conservation
  • 2. INTRODUCTION • The prepaid energy meter technology is already established in the market. The government is giving the opportunity to use this in houses. • We ended up making system where one can recharge in their meter using pin code. And can see the reading of the meter from SMS. • And if meter needs recharge it will give warning to the user. If user doesn’t recharge in time. It will shut down the system. And if will start again when it will be recharged again.
  • 3. PROPOSED SYSTEM  Implementation of Prepaid Energy Meter Technology.  Read energy consumed by the load from Energy Meter.  Make a recharge system based on sample codes.  Calculate amount of expense for the energy consumed.
  • 4. Opportunity to receive SMS about expense of energy used and remaining amount of unit in meter. Warning message given to the user for recharging warning. Shut down the system if user doesn’t recharge in time
  • 5. MAIN COMPONENTS 1. Arduino Uno 2. Relay Module 3. GSM SSM 900 v3.8.2 4. Load [ 100W bulb] 5. Energy Meter 6. Jumper wire 7. watt adapter
  • 6. WORKING  Reads energy meter and save in an input Pulse.  Process calculations based on the tariff rates and save the new balance .  GSM send the meter reading and balance amount  Receive recharge requests and change in tariff rates if any
  • 7. AUTOMATIC STREETLIGHTS Our manuscript aims to develop a system which will lead to energy conservation and by doing so, we would be able to lighten few more homes. The proposed work is accomplished by using Arduino microcontroller and sensors that will control the electricity based on night and object's detection.
  • 8. The beauty of the proposed work is that the wastage of unused electricity can be reduced, lifetime of the streetlights gets enhance because the lights do not stay ON during the whole night, and also helps to increase safety measurements. We are confident that the proposed idea will be beneficial in the future applications of microcontrollers and sensors etc
  • 9. COMPONENTS Components 1. LDR 2. Arduino Uno 3. LEDs 4. Resistors Specifications Voltage: DC 3-5V, 5mm,1.8 gm 22 pins, operating voltage 6-20V 5 mm , operating voltage 5V 100 ohm, 220 ohm
  • 10. LIGHT DEPENDENT RESISTOR (LDR) • LDR is a Light Dependent Resistor whose resistance is dependent on the light impinging on it. The resistance offered by the sensor decreases with the increase in light strength and increases with the decrease in light strength.
  • 11. ARDUINO UNO • Arduino Uno is a microcontroller board which is based on the ATmega328 series controllers and has an IDE (Integrated Development Environment) for writing, compiling and uploading codes to the microcontroller.
  • 12. LEDS • A LED (light-emitting diode) is a PN junction diode which is used for emitting visible light when it is activated, as presented in When the voltage is applied over its elements, electrons regroup with holes within the LED, releasing energy in the form of photons which gives the visible light. LEDs may have the Dim/full capability
  • 13. RESISTORS • Resistors A resistor is a passive electronic component, used with other electronic components such as LEDs and sensors to prevent or limit the flow of electrons through them as illustrated in . It works on the principle of Ohm’s law which prevent overflow of voltage.
  • 14. DESIGNING METHODOLOGY Circuit design of automatic street light control system with the Dim light capability.
  • 15. WORKING • One leg of LDR sensor is connected to Arduino analog pin number A0 and another leg to VCC pin and same with a resistor to the ground port of Arduino. • In addition, the threshold value is adjusted to 10 from the discrete values (0-1023) for understanding whether it is day or night.
  • 16. • After that, all the positive terminals of the LEDs are connected with resistors to pin number 3, 5, 7, 8, 9 and 11, depicting the streetlights as the outputs of the Arduino signals. • Furthermore, connected the ground of all the LED’s to Ground port as per the circuit diagram The IR obstacle avoidance sensors are connected to the Arduino port from pin number 2, 4 and 10, respectively, which is the input signal to the Arduino board.
  • 17. • After connecting all these devices to the corresponding pins in Arduino according to the Arduino Software from the official website “www.arduino.cc” is downloaded and installed. Then Arduino Uno is connected to the computer using the USB cable and installed the driver software on the computer to write, compile and run the software code on Arduino software.
  • 19.
  • 20.
  • 22. char X=0; String Y="0"; int amount=0; LiquidCrystal lcd(rs,en,d4,d5,d6,d7); SoftwareSerial gsm(7,8); void setup() { gsm.begin(9600); lcd.begin(20,4); Serial.begin(9600); pinMode(9,OUTPUT); Serial.println("Controller") ;}
  • 23. void loop() { controller(); x=analogRead(A0); if(x==1023) { if(balance>0) { ++pulse_count; balance-=5; delay(1500); } } lcd.setCursor(3,0); lcd.print("2 pulses/unit"); lcd.setCursor(0,1); lcd.print("Units Consumed= "); lcd.print(pulse_count); lcd.setCursor(0,2); lcd.print("Balance="); lcd.print(balance);
  • 24. if(balance<=10&&balance>0) { ++k; balancelow(); if(k==1) balance_low_msg(); } else if(balance==0) { balance0(); } if(balance>0) { digitalWrite(9,1); } else { digitalWrite(9,0); } } void balancelow() { lcd.setCursor(0,3); lcd.print("Low Balance");
  • 25. gsm.println("LOW BALANCE"); } void balance0(){ lcd.setCursor(0,3); lcd.print("ZERO BALANCE!!!"); gsm.println("ZERO BALANCE!!"); } void balance_low_msg(){ gsm.println("AT+CMGF=1"); gsm.println("AT+CMGS="+9779800000000"r//delay(1000); gsm.println("Balance LOW!! Please Recharge."); //delay(1000); gsm.println((char)26); //delay(1000); } void recharge() { balance+=20; lcd.setCursor(0,3); lcd.print("Recharge Successful"); gsm.println("Successfully Recharged worth Rs.20"); Y = " "; delay(100); lcd.setCursor(0,3); lcd.print(" "); k=0; }
  • 26. CONCLUSION • The proposed streetlight automation system is a cost effective and the safest way to reduce power consumption. It helps us to get rid of today's world problems of manual switching and most importantly, primary cost and maintenance can be decreased easily. The LED consumes less energy with cool-white light emission and has a better life than high energy consuming lamps.
  • 27. • Moving to the new & renewable energy sources, this system can be upgraded by replacing conventional LED modules with the solar- based LED modules. With these efficient reasons, this presented work has more advantages which can overcome the present limitations. • Keep in mind that these long-term benefits; the starting cost would never be a problem because the return time of investment is very less. This system can be easily implemented in street lights, smart cities, home automation, agriculture field monitoring, timely automated lights, parking lights of hospitals, malls, airport, universities and industries etc.
  • 28. REFERENCES o https://www.lawinsider.com/dictionary/prepaid- meters o https://www.circuiteasy.com/automatic-street-light o https://learn.sparkfun.com/tutorials/what-is-an- arduino/all o https://how2electronics.com/gsm-based-prepaid- electricity-energy-meter-using-arduino/ o https://www.electricaltechnology.org/2013/04/auto matic-street-light-control.html