DIY MPPT Solar Charge Controller using Arduino | 24V Solar Panel, 12V Battery, 50 Watt

Sdílet
Vložit
  • čas přidán 26. 08. 2024
  • Register and get $100 from NextPCB:
    www.nextpcb.co...
    Online Components Store:
    www.hqonline.c...
    𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻:
    In this project we are going to build our own MPPT Solar Charge Controller using Arduino and by combining many active-passive electronics. MPPT means Maximum Power Point Tracking Controller. Most solar panels produce much higher voltage than is necessary to charge a 12V battery. A 12V charging panel will actually produce 16 to 18 volts, depending on conditions, but only about 14.6 volts is necessary to charge most 12V batteries. There most of the voltage is wasted. Using the MPPT Charging Technology, we can convert the excessive voltage to current, and hence we can increase the efficiency.
    In this project, we will learn about Solar Power Charging Technology and go through MPPT Charging Technology. Later using the Arduino and many electronic components we will design the schematic and PCB for MPPT Charge Controller. Then by writing the Arduino C code, we can program the Arduino Nano to visualize all the charging parameters related to MPPT Solar Charge Controller on a 20×4 LCD Screen. The code has all the parameters and functions to measure Solar Panel Voltage, Current, Power, Battery Voltage, Charger state, SOC, PWM duty cycle, load status.
    Later we can test the Charger the whole day and find out whether it is perfectly working or not. This design is suitable for a 50W solar panel to charge a commonly used 12V lead-acid battery.
    𝗦𝗼𝘂𝗿𝗰𝗲 𝗖𝗼𝗱𝗲 & 𝗪𝗿𝗶𝘁𝘁𝗲𝗻 𝗧𝘂𝘁𝗼𝗿𝗶𝗮𝗹: how2electronic...
    ....................................................................................................................................................................................................................................
    Drop a like if you liked this video.
    Don't forget to subscribe to our channel for more Electronics projects and tutorials.
    Website: www.how2electr...
    Facebook: / howtoelectronics
    Instagram: / howtoelectronics
    Twitter: / how2electronics

Komentáře • 101

  • @siddharthhudedamani2906
    @siddharthhudedamani2906 Před rokem +6

    why power is coming as 10w it should be near 20w right?

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

    Humm at 9:05 the voltage is 19.2, current 1.01A, this should be 19.4 Watts. But the display says 9.89 Watts? And how come so much power is consumed if the load is not even yet connected?

  • @fellpower
    @fellpower Před 10 měsíci +6

    This schematics have serious problems. There missing some important things, like the current backflow protection from the battery. U can find this schematics on many videos. so who has stolen them from who?

  • @Brucieboi
    @Brucieboi Před 15 dny

    does this also work with two bateries and two solar panels

  • @user-ez9dx4cd7h
    @user-ez9dx4cd7h Před 5 měsíci

    Mam this will give more current than pwm controller as we know voltage decrease current increase..?

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

    Sorry mam, where the Gerber file? i cant find it in the description or in the website

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

    I built one with raspberry pi pico and i use totally my own code and algorithms and it works great and the pi pico it way faster than arduino nano.

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

    Can i connect 24v 150Ah or 200Ah battry and 24v 550watt solar pannel

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

    The website article no longer contains the section for The Project PCB Gerber File & PCB Ordering Online information. Where else can we find it?

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

    Does the circuit automatically disconnect when fully charged?

  • @leeleshb.k8424
    @leeleshb.k8424 Před rokem

    Can I add batter current sensor to measure the battery current, and please suggest for modify the code to that effect.

  • @MegaRafa619
    @MegaRafa619 Před rokem +1

    Как сделать на 150 watt и более ? И на 20 ампер?

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

    Please what's the simulation software you used for this project

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

    not work! error on enum ChargerMode {OFF, ON, BULK, BAT_FLOAT} chargerState; and #include "TimerOne.h" is needed but not declared on source!

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

    Unable to find the Gerber file kindly help in the description.

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

    I need something related to this project if we can talk.

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

    I couldn't find the gerber file you mentioned in the video .

  • @matthiash.454
    @matthiash.454 Před rokem +2

    Cool project 🙂👌
    Question: Can you maybe show the code in the latest Arduinio IDE 2.0 next time ❓

  • @martingerhardsoos
    @martingerhardsoos Před rokem +2

    That's a very cool learning project...thanks a lot. Suggestion: Can you add Arduino/esp32 reporting all values via wifi to internet Iot cloud?

    • @HowtoElectronics
      @HowtoElectronics  Před rokem +3

      We are thinking to modify the design with ESP32 and publish it on any IoT platform for monitoring data online. Hope this will be completed soon.

    • @martingerhardsoos
      @martingerhardsoos Před rokem

      @@HowtoElectronics wow, thx. Have Fun developing it!

    • @chiranjitkarmakar838
      @chiranjitkarmakar838 Před rokem

      Make video esp32 for this project...thank you

    • @martingerhardsoos
      @martingerhardsoos Před rokem

      @@HowtoElectronics hi, any progress in this matter? Summer is coming, I need to build my MPPTs soon :-) Thanks

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

      ​@@HowtoElectronics When you made mppt Esp32

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

    Nice work and so easy to explain

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

    Hi, can i get the form to calculate the value of S_V_MON, C_MNTR_A1 and B_V_MON_A2?

  • @muhammedalliadedokun3823

    Can this be use for solar powered electric vehicle conversion?

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

    Gerber files no longer on the link

  • @user-hz8xw1nl8b
    @user-hz8xw1nl8b Před 9 měsíci

    Can I use this MPPT to charge 24V battery?

  • @subhobroto
    @subhobroto Před rokem +2

    Awesome video! What do you think about the next version of this project:
    1. A BOOST Converter (instead of the current Buck) - say to boost 2-3x of these 24V Solar Panel string to 110v (or 230v) MSW?
    2. Explain why L1 is 33uH and C4 is 220uF
    3. Show how L1 turns should be calculated if we were designing L1 from scratch (including toroid core selection)
    What do you think?

    • @HowtoElectronics
      @HowtoElectronics  Před rokem +3

      1. Yes we have some tested ready made circuit to boost the power. But it would be a good option to use the 12V frol battery to fed to inverter and make solar based inverter.
      2. For 12V battey input charging voltage is 15 and output voltage is 12V. Output current is 50W/12=4.2A. The switching frequency is 50KHz & duty cycle is almost 80%. For a good design typical value of ripple current is in between 30 to 40 % of load current the calculated value we get is around 33uH. You can refer to buck converter design calculator on internet to find out the inductor value.
      The equations used for calculation of inductor and capacitor is taken from an article LC Selection Guide for theDC-DC Synchronous Buck Converter on instructables.

    • @cipry1010
      @cipry1010 Před rokem

      @@HowtoElectronics I am searching for a way to boost solar panels voltage from 250vdc(8 panels in series) to around 380-400vdc to feed in to an inverter H-bridge to make 220vac. I have made the inverter based on egs002 module and working great. How to boost while extracting maximum power and keep the voltage between 350-400vdc? Similar to hybrid inverter, I want to avoid using batteries so solar charge controller is not an option

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

      @@cipry1010 Can u try supercapacitor for system

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

      @@nguyentan19589 I need the code for mppt boost

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

      ​@@HowtoElectronicsI'm looking at something like this built with a boost converter so I can charge 6 lithium cells in series so need a 25V battery to charge from an 18V panel. If there is an easy way to customize this unit, it could me made to suit many applications.

  • @sairajshelar47
    @sairajshelar47 Před rokem +1

    Which mppt algorithm is used in it

    • @orides5976
      @orides5976 Před rokem

      Probably it´s perturb and observe.

  • @sairajshelar47
    @sairajshelar47 Před rokem

    And why you have used potential divider to sense voltage than a voltage sensor

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

      Voltage sensor modules are voltage dividers. It's basically the same thing

  • @syedahmedfaheem2438
    @syedahmedfaheem2438 Před 20 dny

    A MPPT is the combination of Buck converter, Boost Converter and Voltage to Current Converter.Your circuit is incomplete.

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

    I did not found the gerber file😢. Can you reply this comment via the gerber file link?

  • @hinakadeval4124
    @hinakadeval4124 Před rokem

    Need to purchase assembled project hardware with loaded program. What is price ??? Without battery, panel and load. Time : 20:15

  • @kingmaker4284
    @kingmaker4284 Před rokem

    Which MPPT Algorithm is used??

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

    Hello, may I ask where is the link for the EasyEda file?

  • @ramrode5350
    @ramrode5350 Před 9 měsíci +1

    Please send me gerber file link 🙏

  • @ezeoluchukwu5104
    @ezeoluchukwu5104 Před rokem

    thanks bro for the good job here. but after looking true the hole work and simulation I found out that the PWM pin used was wrong. that is why it was not working on simulation through proteus. Hence I changed the PWM pin and it stated working but u have to change it equally in the code. 2 The load program in the code was used upside down, hence you need to interchange the code. Hence the PCB connection wrong. pls look into it and do some correction.

    • @ahsansamdani6952
      @ahsansamdani6952 Před rokem

      can you explain how you did that? Now which pin is the PWM pin?

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

      ​@@ahsansamdani6952hello, did you get the corrections

    • @NIRMALKUMAR-jw6ru
      @NIRMALKUMAR-jw6ru Před 7 měsíci

      Can you tell the correction ? Which pin it is and also tell the correction in code

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

      Can you please shed more light on this. I can't seem to get to to work in Proteus

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

    Very good video, where can buy this full kit 😀

  • @MrAlsan
    @MrAlsan Před rokem

    Very useful project. Will try this DIY in future.

  • @aydeesam1768
    @aydeesam1768 Před rokem

    How about for large input voltage like 100v and load of more than 20a for a 200ah battery system?

  • @jacksetiyono6179
    @jacksetiyono6179 Před rokem

    Thanks for sharing

  • @Bunghotang1717
    @Bunghotang1717 Před rokem

    Thanks

  • @sudhakars8703
    @sudhakars8703 Před rokem +1

    Please make an video for oxygen monitoring system for home with oxygen sensor

  • @SHAINON117
    @SHAINON117 Před 2 dny

    Your amazing ❤ ❤ ❤ ❤ ❤ ❤ ❤

  • @m.ariflampung
    @m.ariflampung Před rokem

    Can you make one for lithium-ion or lifepo4 version..?

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

      No, he cant, because he didnt made it ^^ Its only for CZcams money ^^

  • @orides5976
    @orides5976 Před rokem

    Good work! Can I use a 100 uH inductor, instead of the 33uH?

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

    Good job

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

    Can you share simulation diagram file

  • @hafizhadams3954
    @hafizhadams3954 Před rokem

    Thanks sir

  • @Lijusnair
    @Lijusnair Před rokem

    Hi can you modify this circuit to add PIR motion sensor and IR remote controller to manual on/off

  • @harishh5864
    @harishh5864 Před rokem

    This project is working or not ?

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

    please share the gerber file

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

    @HowtoElectronics Hi I'm doing the same project but i using a 600W solar panel so i want to ask how can i choose resistors for voltage divider. should i use big resistor ?

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

      What is the voltage range for your product.

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

      @@HowtoElectronics I'm using solar panel voltage range 36.9-73.8 V . I'm charging four 12V/100ah batteries. I will connect them In series to make 48V 100Ah battery bank

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

      Resistors might not help in the case i guess because current will be high.
      In case you are still willing to use Resistors voltage divider network the go for higher watt resistor with resistance value in terms of mega-ohms. Use proper resistor value for calculation of voltage. Make sure the supplied voltage to adc pin is not higher than 5.

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

      @@HowtoElectronics the PV current is 8.13 A and PV Voltage is 36.9V, PV Power is 300W. so i will connect two of this solar panels in series so that i charge this batteries in 8hours. I get what you are saying but I'm little bit confused on how to rate especially resistors. So my question is my resistor be rated with 600W power or ..?

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

    Super

  • @user-ez9dx4cd7h
    @user-ez9dx4cd7h Před 5 měsíci

    This girl voice is so sweet

  • @theexperimentlab7887
    @theexperimentlab7887 Před rokem

    Is relay amazing sir

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

    The circuit diagram in blog and video both are different 😐

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

      The circuit in the blog is corrected schematic. You can follow it.

  • @user-ez9dx4cd7h
    @user-ez9dx4cd7h Před 5 měsíci

    Excuse mam why there is voltage difference between multimeter and solar charger controller

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

      Calibration reason. Need to add some factor in code part for adjusting with multimeter.

  • @sairajshelar47
    @sairajshelar47 Před rokem

    Can I get it

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

    The current before and after the battery was connected is same? What is it doing with the power when the battery is not connected? Terrible design!

  • @Edmorbus
    @Edmorbus Před rokem

    is This PWM Controller ?

    • @HowtoElectronics
      @HowtoElectronics  Před rokem

      Its MPPT controller, a better version than pwm contoller.

    • @Edmorbus
      @Edmorbus Před rokem +1

      @@HowtoElectronics is it possible to charge 12.6v li-ion battery

    • @HowtoElectronics
      @HowtoElectronics  Před rokem

      Yes it can but it needs an additional battery management system IC or a circuit.

    • @Edmorbus
      @Edmorbus Před rokem +1

      @@HowtoElectronics thanks for the info
      Next project is li-ion battery charger ?😀

  • @himanshu2232
    @himanshu2232 Před rokem

    5 kW का सोलर mppt का इन्वर्टर सर्किट

    • @HowtoElectronics
      @HowtoElectronics  Před rokem +1

      In future we will make this project. Thanks for the support.

  • @omsingharjit
    @omsingharjit Před rokem

    AliExpress is band here

  • @user-sy2yt1vu6u
    @user-sy2yt1vu6u Před 11 měsíci

    is a scammer!!!! copy paste projects from others users and not work ! but links for stolen money !!

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

    is a scammer!!!!

  • @quickfixengineeringltd8035

    Please drop your email if possible. I want to buy this circuit

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

    not work! error on enum ChargerMode {OFF, ON, BULK, BAT_FLOAT} chargerState; and #include "TimerOne.h" is needed but not declared on source!

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

      const byte BULK = 0;
      ^~~~
      exit status 1
      Compilation error: 'BULK' redeclared as different kind of symbol

  • @Edmorbus
    @Edmorbus Před rokem

    Thanks for sharing

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

    is a scammer!!!! copy paste projects from others users and not work ! but links for stolen money !!

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

    is a scammer!!!! copy paste projects from others users and not work ! but links for stolen money !!