IoT Based Smart Electricity Energy Meter using ESP8266 & Blynk Application

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024

Комментарии • 63

  • @sparkydiytech2370
    @sparkydiytech2370 9 месяцев назад +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.

  • @m.irfanbasharat4480
    @m.irfanbasharat4480 Месяц назад

    Incredible work
    Possibly for DC too....!

  • @nidhia3809
    @nidhia3809 Год назад +2

    nice project sir😇

  • @srikumarc
    @srikumarc 9 месяцев назад +4

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

  • @user-to6bk3yo5d
    @user-to6bk3yo5d 9 месяцев назад +2

    Its work. Thank you.🙏🙏

  • @leelavathikumarmkl2863
    @leelavathikumarmkl2863 Год назад +1

    Good Supa

  • @abujargifary9
    @abujargifary9 7 месяцев назад +2

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

    • @hrbembedded_craft
      @hrbembedded_craft  5 месяцев назад

      First setup blynk in desktop then copy credentials

  • @sanjaygheji1925
    @sanjaygheji1925 Год назад +3

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

  • @sunnialiazgaralambardarmak7056
    @sunnialiazgaralambardarmak7056 2 дня назад

    Which software we can simulate circuit

  • @arnavsinghelectrical1313
    @arnavsinghelectrical1313 Год назад +3

    But does it calculate and store total power consumed

  • @marcosepe7595
    @marcosepe7595 5 месяцев назад +1

    Which library to use for LiquidCrystal_I2C to manage brightness?

    • @hrbembedded_craft
      @hrbembedded_craft  5 месяцев назад

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

    • @marcosepe7595
      @marcosepe7595 5 месяцев назад

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

  • @sanjaygheji1925
    @sanjaygheji1925 Год назад +3

    Sir, how you calculate power factor?

  • @narasimhansrinivasan-mv3fd
    @narasimhansrinivasan-mv3fd 2 месяца назад

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

  • @Vijaydm
    @Vijaydm Год назад +2

    👏🏻

  • @gururajhooli201
    @gururajhooli201 5 месяцев назад +1

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

  • @7ioe
    @7ioe 10 месяцев назад +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  9 месяцев назад

      Watch my video ruclips.net/video/8AAo00Sr4T8/видео.htmlsi=P2VjdJn-sEDk6CFL

  • @longnguyenvan1148
    @longnguyenvan1148 11 месяцев назад +1

    Can you please add date tracking features? Thanks

  • @AlAmin-io8hq
    @AlAmin-io8hq 7 месяцев назад +1

    What is the cable that through to current coil?

  • @EXTREMEMACHINE
    @EXTREMEMACHINE 8 месяцев назад

    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  7 месяцев назад

      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

  • @Net-nd1yo
    @Net-nd1yo 10 месяцев назад +1

    Could we use the ESP32 in this project ?

  • @pratheeshtom4758
    @pratheeshtom4758 2 месяца назад +2

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

  • @rasittastan
    @rasittastan 2 месяца назад

    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  2 месяца назад

      Measured in hours

    • @rasittastan
      @rasittastan 2 месяца назад

      @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?

  • @a.v.stechs9398
    @a.v.stechs9398 10 месяцев назад +2

    Can I make for dc volt

    • @hrbembedded_craft
      @hrbembedded_craft  10 месяцев назад

      Yes using dc quantity sensors for arduino board

  • @sunnialiazgaralambardarmak7056
    @sunnialiazgaralambardarmak7056 4 дня назад

    This can simulate in which sofware

  • @dmwarnke1960
    @dmwarnke1960 6 месяцев назад +1

    KWH doesn't seem to be working for me.

    • @hrbembedded_craft
      @hrbembedded_craft  6 месяцев назад

      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 6 месяцев назад +1

      Infatti, nel mio caso restituisce 3 cifre prima del punto

    • @hrbembedded_craft
      @hrbembedded_craft  6 месяцев назад +1

      (energy,3);

  • @shreyas.c8108
    @shreyas.c8108 Год назад +1

    Will keb people allow us to install this system

  • @culturalheritage9610
    @culturalheritage9610 6 месяцев назад

    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

  • @moondaju
    @moondaju 10 месяцев назад

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

    • @hrbembedded_craft
      @hrbembedded_craft  10 месяцев назад

      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 4 месяца назад

    list of components required for this project ?

  • @edebiyat_arastirmacisi
    @edebiyat_arastirmacisi 11 месяцев назад

    So what if we did this for arduino?

  • @faizmuhammad7779
    @faizmuhammad7779 8 месяцев назад

    Code file is not opening Sir..Please provide code

    • @hrbembedded_craft
      @hrbembedded_craft  8 месяцев назад

      please check once again it is working for others

  • @kushalp8166
    @kushalp8166 Год назад

    Code please