Author Topic: Tim Nolan's Arduino MPPT - now with LCD  (Read 126777 times)

harimelath

  • Newbie
  • *
  • Posts: 1
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #15 on: January 02, 2013, 11:58:30 PM »
Kibi
Please post a better schematic in PDF
Thanks
Hari

kibi

  • Full Member
  • ***
  • Posts: 121
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #16 on: January 03, 2013, 06:19:02 PM »
This is the best one that I have. I have not worked on this project for a long time, so I have no better versions. :)

Earley8

  • Newbie
  • *
  • Posts: 3
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #17 on: January 04, 2013, 05:56:08 PM »
The 100 micro-F capacitor blew up when I connected a 21.84 V panel to the MPPT.
Would you happen to know why this happened? I am a student attempting to learn about Mr. Nolan's MPPT, so any help would be awesome!

SeanB

  • Administrator
  • Hero Member
  • *****
  • Posts: 1019
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #18 on: January 05, 2013, 12:28:30 AM »
Either it was connected the wrong way round or it had too low a ripple current rating. If the wrong way round it normally does a confetti shower, overcurrent it normally will run hot then split the vent open. New one use a 63V low ESR unit, it will be bigger. A higher value will also work, anything from 470uF to 1000uF will work there as well, just needs to be low ESR and it will survive.

Earley8

  • Newbie
  • *
  • Posts: 3
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #19 on: January 08, 2013, 07:20:56 PM »
Thanks for the quick response.  It blew through the vent, so I will try a 100 micro/ 100 V just to be safe.
As far as the MOSFETs: the IRFIZ44 were unavailable on DigiKey, so I ordered the IRLIZ44 FETs.  They seem to have the same operating parameters; think I will have an issue??


Earley8

  • Newbie
  • *
  • Posts: 3
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #20 on: January 13, 2013, 03:43:05 PM »
The IRLIZ44 FETS seem to work fine..  The only difference I notice is the 5V drop instead of the 10V that turns on the switching MOSFET in the schematic (Q2). If anyone knows an easy way of draining a 12 V lead acid battery please let me know.  Thanks for all the posts Kibi!

SeanB

  • Administrator
  • Hero Member
  • *****
  • Posts: 1019
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #21 on: January 13, 2013, 11:46:25 PM »
I use a 12V 50W downlighter and a socket. Draws 5A nearly and will discharge a common 7Ah unit in under 2 hours. A car headlamp also works.

retiree

  • Newbie
  • *
  • Posts: 1
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #22 on: February 01, 2013, 01:09:26 AM »
Hi - a great project. Would it be possible to post a zip file of the brd. file? I am battling to get my layout correct and woul appreciate it

Thanks in advance.

SAFIX

  • Newbie
  • *
  • Posts: 1
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #23 on: February 12, 2013, 04:48:35 PM »
Fantastic! how about some help with a 24v PV conversion or is this not on the cards?

Many thanks

Blesk

  • Newbie
  • *
  • Posts: 1
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #24 on: March 07, 2013, 10:01:25 AM »
hi could you give here in eagle pcb? THX

« Last Edit: March 07, 2013, 11:19:52 AM by Blesk »

hary

  • Newbie
  • *
  • Posts: 1
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #25 on: March 07, 2013, 06:05:18 PM »
Just a question :

What happen when MOSFET Q3 is on ?

http://www.timnolan.com/uploads/Arduino%20Solar/ArduinoSolar.pdf

Isn't the battery shortened ? Woudn't we need a rectifying diode somewhere ?


manfredong

  • Newbie
  • *
  • Posts: 1
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #26 on: June 17, 2013, 03:41:00 AM »
Can you share with me how you program this device?

kibi

  • Full Member
  • ***
  • Posts: 121
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #27 on: June 18, 2013, 11:40:40 AM »
As this is Arduino based, ATMEGA328 MCU, I did all the programming on an Arduino Uno, then transferred the MCU to the final board.

mustapha_kazaure

  • Newbie
  • *
  • Posts: 1
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #28 on: July 06, 2013, 03:53:59 PM »
Hi mr. Nolan's thank you for all your contribution in this project.
    but sir i dont know i am using i aduino uno R3, i.e am using ATMEGA328 but if i run the code u share it given me this error pls sir i need help out
 "MyMPPT.ino:16:105: error: TimerOne.h: No such file or directory
MyMPPT.ino: In function 'void setup()':
MyMPPT:83: error: 'Timer1' was not declared in this scope
MyMPPT.ino: In function 'void set_pwm_duty()':
MyMPPT:154: error: 'Timer1' was not declared in this scope
MyMPPT:158: error: 'Timer1' was not declared in this scope"
    this is my e-address mustaphamohammed01@gmail.com.

willbr

  • Newbie
  • *
  • Posts: 1
Re: Tim Nolan's Arduino MPPT - now with LCD
« Reply #29 on: August 17, 2013, 07:42:48 PM »
I'm doing this project ... I'll put ethernet shield to send data from arduino!