Arduino Home Energy Monitor using CT Clamp Current Sensor & ZMPT101B AC Voltage Sensor

Sdílet
Vložit
  • čas přidán 16. 07. 2023
  • Arduino Home Energy Monitor using CT Clamp Current Sensor & ZMPT101B AC Voltage Sensor
    In today’s episode, you will learn how to make Arduino Home Energy Monitor using CT Clamp Current Sensor, ZMPT101B AC voltage Sensor, and an SSD1306 I2C-supported Oled display module. Instead of using the Arduino Nano you can also use Arduino Uno.
    After calculating voltage, current, and power, you can easily calculate the units. you can calculate how much electricity you have used in a day or even in an entire month. When you have the values of voltage, current, and power, you can calculate anything by using the desired formula.
    Altium Designer: For Schematic and PCB designing
    www.altium.com/yt/electronicl...
    Altium 365:
    www.altium.com/altium-365
    Octopart, components search engine:
    octopart.com/
    Download Circuit Diagram and Programming:
    www.electroniclinic.com/ardui...
    Watch the Same Video in Hindi Urdu:
    • Home Energy Monitor us...
    Related Videos:
    AC Voltage Sensor Getting Started Video "ZMPT101b"
    • ZMPT101B 250V AC Volta...
    Iot Based Smart Energy Meter using ESP32 and Google Spreadsheet
    • IoT based Smart Energy...
    LoRa Energy Meter using Arduino,:
    • LoRa Energy Meter usin...
    Arduino Development Board:
    • Arduino LoRa Developme...
    How to make 5V and 3A power supply:
    • Power Supply For Ardui...
    SMD soldering tutorial for beginners:
    • SMD Soldering Tutorial...
    Schematic and PCB designing using Altium Designer:
    • Altium Tutorial for Be...
    components searching for your projects:
    • Altium Tutorial for Be...
    Support me on Patreon and get access to hundreds of projects:
    / electroniclinic
    Subscribe to my New CZcams Channel, if you want to watch my videos in Hindi/Urdu
    / @letsgetstartedd
    Amazon Purchase links:
    *****************
    ZMPT101B AC voltage sensor
    amzn.to/3IWvu6F
    Arduino Nano USB-C Type ( recommended):
    amzn.to/4ahGLdk
    ESP32 WiFi + Bluetooth Module for iOT Projects (recommended), more IO pins, improved speed, and supports a Lipo Battery:
    amzn.to/3v40DkE
    SSD1306 Oled Display Module
    amzn.to/3IV6dto
    CT Clamp Current Sensor
    amzn.to/3r4VJ4q
    CT Clamp Current Sensor from the DFrobot:
    www.dfrobot.com/product-1486....
    Other must-have Tools and Components:
    Arduino Uno, Nano, Mega, Micro "All types of Arduino Boards":
    amzn.to/3fk5OTi
    Top Arduino Sensors:
    amzn.to/3vZbnfM
    Super Starter kit for Beginners
    amzn.to/3cq56C5
    Top Oscilloscopes
    amzn.to/3ctF3d8
    Variable Supply:
    amzn.to/2PEAqE7
    Digital Multimeter:
    amzn.to/2QGRPg1
    Top Soldering iron kits: "best"
    amzn.to/39nqDtb
    Top Portable drill machines:
    amzn.to/3suQMh7
    Jumper Wires:
    amzn.to/2NYPEDA
    3D printers:
    amzn.to/3ruG1dt
    CNC Machines:
    amzn.to/3cuZWVv
    Electronics Accessories:
    amzn.to/3sueV7z
    Hardware Tools:
    amzn.to/3m9UhaN
    DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I will receive a small commission. This helps support the channel and allows me to continue to make videos like this. Thank you for your support!
    ****************
    For more Projects and tutorials visit my Websites
    Electronic Clinic:
    www.electroniclinic.com/
    Programming Digest:
    programmingdigest.com/
    Follow me on Instagram:
    / electroniclinic
    Follow my Facebook Page Electronic Clinic:
    web. profile.php?...
    Follow my Facebook Group, Arduino Projects:
    / 190031841821771
    Email:
    stu_engineering@yahoo.com
    #arduinoproject #homeenergy #altiumdesigner
    ARDUINO HOME ENERGY MONITOR
    ARDUINO HOME ENERGY METER
    HOW TO MAKE ARDUINO BASED HOME ENERGY METER
    HOW TO MAKE ARDUINO BASED HOME ENERGY MONITOR
    HOW TO MEASURE HOME ENERGY
    HOW TO MAKE HOME ENERGY METER
    HOW TO MAKE ELECTRICITY METER
    HOW TO MAKE ARDUINO BAED ELECTRICITY METER
    HOW TO MAKE ENERGY METER USING SPLIT CORE CURRENT TRANSFORMER
    HOW TO MAKE ENERGY METER USING AC VOLTAGE SENSOR
    CT CLAMP CURRENT SENSOR AND AC VOLTAGE SENSOR WITH ARDUINO
    HOW TO MAKE HOME ELECTRICITY METER USING CT CLAP CURRENT SENSOR AND AC VOLTAGE SENSOR
    ARDUINO AND ZMPT101B AC VOLTAGE SENSOR
    HOW TO MEASURE VOLTAGE, CURRENT, AND POWER USING ARDUINO
    HOW TO MEASURE VOLTAGE USING ARDUINO
    HOW TO MEASURE CURRENT USING ARDUINO
    HOW TO MEASURE POWER USING ARDUINO
    DISPLAY VOLTAGE, CURRENT, AND POWER ON THE DISPLAY
    FULLY CALIBRATED ARDUINO HOME ENERGY METER
    HOW TO CALIBRATE MY CURRENT SENSOR
    BEST ARDUINO HOME ENERGY MONITOR
    BEST ARDUINO HOME ENERGY METER
  • Věda a technologie

Komentáře • 20

  • @seven7sevenize
    @seven7sevenize Před 6 měsíci +2

    For the current transformer (CT), the AC voltage ranges from -1V to +1V. However, the Arduino's Analog-to-Digital Converter (ADC) cannot process negative values. To address this, you need to establish a virtual ground, ensuring the AC signal stays within the positive range. If you set the virtual ground at 2.5V, for a 5V system, the maximum values could range from 1.5V to 3.5V. To achieve this, employ an appropriate resistor divider. Additionally, incorporate a capacitor alongside the top resistor in the divider to function as a high-pass filter. This setup should be calculated to allow frequencies around 10Hz, which is adequate for handling the usual AC signal frequencies of 50 or 60Hz. As per the Nyquist Theorem, your ADC's sampling rate must be at least double the frequency of the signal you're measuring. In practice, I often use an external 16-bit ADC and have optimized my code to sample at a rate of 800-900 samples per second for reliable measurements.

  • @anshulchauhan8439
    @anshulchauhan8439 Před rokem

    can you tell a good current sensor for measuring dc current other than ACS712 sensor as it is not providing proper reading

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

    Hey bro, can u tell me how to buy the translator of 3.5mm earphone port to the GPIO? thx

  • @user-gq6ml3jb8y
    @user-gq6ml3jb8y Před 7 měsíci

    can we use any other sensor instead of sct 103

  • @ChaplainDaveSparks
    @ChaplainDaveSparks Před 3 měsíci

    This looks interesting. I would like something to measure and record voltage spikes on the AC line (mains). I will have to look at the specs and see if the two sensors (especially the voltage sensor) are capable of measuring and capturing a fast spike, such as the standard 8/20 μS waveform. It might even be the Arduino that would be the limiting factor.

  • @irfanarefin1265
    @irfanarefin1265 Před měsícem

    how to measure power factor on this method?

  • @pramodjalgaonkar1221
    @pramodjalgaonkar1221 Před 7 měsíci

    Sir can i measure dc current with this sensor ? THANKS FOR ANS 😊😊😊

  • @user-ny5be4lm8z
    @user-ny5be4lm8z Před měsícem

    i wish to know how to integrate the ct clamp to a development board....i want t everything on a pcb

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

    I think (hope) most people will have noticed that in the drawing (@04:15) there is a missing connection between the -12V and the mid connection of the 7805.

  • @pramodjalgaonkar1221
    @pramodjalgaonkar1221 Před 7 měsíci

    Sir can i measure dc current on digital meter. Home light meter.

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

    One of the worst CT, used all codes, circuit and calibration method still not worked😢

  • @PlayerOne1999
    @PlayerOne1999 Před rokem

    Hey. Do you earn enough from CZcams to do full time on CZcams?

    • @ElectroniClinic
      @ElectroniClinic  Před rokem

      Yes, I make 6 to 7 digits salary from CZcams , website, and Amazon.

    • @PlayerOne1999
      @PlayerOne1999 Před rokem +1

      Glad to hear that. You're one of the finest few youtuber from our country. Keep it up dude ❤

  • @AbdulRahman-en3ow
    @AbdulRahman-en3ow Před 3 měsíci

    1:36 it is better to replace it with invertor ,the k-electric bill would be out of the world

  • @ROBOTRIX_eu
    @ROBOTRIX_eu Před rokem +1

  • @anshulchauhan8439
    @anshulchauhan8439 Před rokem

    can you tell a good current sensor for measuring dc current other than ACS712 sensor as it is not providing proper reading

  • @anshulchauhan8439
    @anshulchauhan8439 Před rokem

    can you tell a good current sensor for measuring dc current other than ACS712 sensor as it is not providing proper reading