IoT Based Smart Electricity Energy Meter using ESP8266 & Blynk Application

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 63

  • @m.irfanbasharat4480
    @m.irfanbasharat4480 Před měsícem

    Incredible work
    Possibly for DC too....!

  • @sparkydiytech2370
    @sparkydiytech2370 Před 9 měsíci +6

    Nice video, but please remove music on your next video. Not only is it simply not needed, I can barely hear you over the music. It's a complete distraction.

  • @nidhia3809
    @nidhia3809 Před rokem +2

    nice project sir😇

  • @srikumarc
    @srikumarc Před 9 měsíci +4

    Can you please make the same project for 3 phase power measurement?

  • @user-to6bk3yo5d
    @user-to6bk3yo5d Před 10 měsíci +2

    Its work. Thank you.🙏🙏

  • @leelavathikumarmkl2863
    @leelavathikumarmkl2863 Před rokem +1

    Good Supa

  • @abujargifary9
    @abujargifary9 Před 7 měsíci +2

    How blynk workspace is made for this project? Please explain.

  • @sanjaygheji1925
    @sanjaygheji1925 Před rokem +3

    By using this ,can we calculate energy consumption in 4 months? if yes ,how ? Please answer me sir

  • @marcosepe7595
    @marcosepe7595 Před 6 měsíci +1

    Which library to use for LiquidCrystal_I2C to manage brightness?

    • @hrbembedded_craft
      @hrbembedded_craft  Před 5 měsíci

      Brightness is fixed, u can vary the contrast by pot available in i2c board itself

    • @marcosepe7595
      @marcosepe7595 Před 5 měsíci

      yes I know...in fact I would need to lower the brightness...too bright.
      At maximum contrast you can read little@@hrbembedded_craft

  • @arnavsinghelectrical1313

    But does it calculate and store total power consumed

  • @narasimhansrinivasan-mv3fd
    @narasimhansrinivasan-mv3fd Před 2 měsíci

    Need the assembled one how much it will cost for measuring solar plant at home

  • @EXTREMEMACHINE
    @EXTREMEMACHINE Před 8 měsíci

    How to improve pf. I build this. When i add capacitor to supply pf goes down , why?
    Example, if i running a small device and its pf value is .55, when i added a 45mfd capacitor to suppy its goes down like .40 , as i searched about this, if i add capacitor pf should increase then why its decreasing.

    • @hrbembedded_craft
      @hrbembedded_craft  Před 8 měsíci

      Here, type of load is concerned. May be pf goes leading. Capacitor value shold be caculated to get required pf. Refer chart its available in google

  • @gururajhooli201
    @gururajhooli201 Před 5 měsíci +1

    sir can you please share the video of how to setup the blynk application?

  • @sanjaygheji1925
    @sanjaygheji1925 Před rokem +3

    Sir, how you calculate power factor?

  • @Vijaydm
    @Vijaydm Před rokem +2

    👏🏻

  • @7ioe
    @7ioe Před 10 měsíci +1

    hello when i use the code their is error it is
    Error compiling for board NodeMCU 1.0 (ESP-12E Module).
    can you help me

    • @hrbembedded_craft
      @hrbembedded_craft  Před 9 měsíci

      Watch my video czcams.com/video/8AAo00Sr4T8/video.htmlsi=P2VjdJn-sEDk6CFL

  • @AlAmin-io8hq
    @AlAmin-io8hq Před 8 měsíci +1

    What is the cable that through to current coil?

  • @rasittastan
    @rasittastan Před 2 měsíci

    Is the value measured in Pzem004t in seconds or minutes? Because I have 209 volts, 0.032 amps. And if that's hourly, it's almost hourly Doing 500 watts

    • @hrbembedded_craft
      @hrbembedded_craft  Před 2 měsíci

      Measured in hours

    • @rasittastan
      @rasittastan Před 2 měsíci

      @hrbembedded_craft thank you very much. Because I thought these values were in seconds. as I said, if they are in seconds, the values are too much. I have a question in my mind now. For example, if I want to learn these results per minute, do I need to divide all the values in the code by 60. because for example, my hair dryer says 1500 watts on the label and measured 220V- 7A on the pzemde. what should I do if I want to print this on the screen as the power consumed per minute?

  • @longnguyenvan1148
    @longnguyenvan1148 Před 11 měsíci +1

    Can you please add date tracking features? Thanks

  • @sunnialiazgaralambardarmak7056

    Which software we can simulate circuit

  • @pratheeshtom4758
    @pratheeshtom4758 Před 3 měsíci +2

    Hi
    Can u sent programme fike for some projects
    If u can please reply i contact u

  • @culturalheritage9610
    @culturalheritage9610 Před 6 měsíci

    Can I also use esp 32s module for this.
    I had a code,which was compatible with Arduino uno, now I am using esp32s and it is showing a lot of compilation errors.please help me

  • @Net-nd1yo
    @Net-nd1yo Před 10 měsíci +1

    Could we use the ESP32 in this project ?

  • @a.v.stechs9398
    @a.v.stechs9398 Před 10 měsíci +2

    Can I make for dc volt

  • @dmwarnke1960
    @dmwarnke1960 Před 7 měsíci +1

    KWH doesn't seem to be working for me.

    • @hrbembedded_craft
      @hrbembedded_craft  Před 6 měsíci

      u have to initiate this
      float energy = pzem.energy();
      if( !isnan(energy) ){
      Serial.print("Energy: "); Serial.print(energy, 3); Serial.println("kWh");
      lcd.setCursor(12,2); lcd.print(" Kwh"); lcd.setCursor(12,2); lcd.print(energy,3);
      } else {
      Serial.println("Error reading energy");
      }
      watch the code once

    • @marcosepe7595
      @marcosepe7595 Před 6 měsíci +1

      Infatti, nel mio caso restituisce 3 cifre prima del punto

    • @hrbembedded_craft
      @hrbembedded_craft  Před 6 měsíci +1

      (energy,3);

  • @shreyas.c8108
    @shreyas.c8108 Před rokem +1

    Will keb people allow us to install this system

  • @sunnialiazgaralambardarmak7056

    This can simulate in which sofware

  • @moondaju
    @moondaju Před 11 měsíci

    Can we have this solution for dc bi-directional measurement too?

    • @hrbembedded_craft
      @hrbembedded_craft  Před 10 měsíci

      Particularly pzem is meant for oAC circuit only, for we need other components like current sensor and voltage sensor, programme should be altered

  • @kavishparaswar8676
    @kavishparaswar8676 Před 4 měsíci

    list of components required for this project ?

  • @edebiyat_arastirmacisi

    So what if we did this for arduino?

  • @faizmuhammad7779
    @faizmuhammad7779 Před 9 měsíci

    Code file is not opening Sir..Please provide code

  • @kushalp8166
    @kushalp8166 Před rokem

    Code please