Showing posts with label solar charge controllers. Show all posts
Showing posts with label solar charge controllers. Show all posts

Wednesday, November 27, 2013

Tuesday, September 24, 2013

zero drop solar charge controller


Zero drop solar charge controller technology transfer 


we had technology per solar charger with PWM and drop technology.

LCD version also available in models one with display the title and solar presence and battery voltage and state of charge.

other version was  with energy meter. it will show the voltage and current.
and watts. how mauch charge from soalr to battery in KWH.
with auto mains cut off. 

                     we provide customized solutions for electronic application.

Night mode function 

battery full cut off

battery reverse protection.

 battery low cut off.

 solar reverse protection.

 back panel discharge protection. 
LCD version

LED version.

mains cut off  version for adjusting inverter

12/24/48/96 models  available. 10 to 40 amps  load.



Friday, September 6, 2013

 
    solar charger with LCD display simulation

Solar charge controller for inverters

12V 24V 30A solar charge controller for solar panels

Auto Day/Night Sensor PWM, MCU, Auto 12V/24V Selector Switch
LCD display
Overcharge protection
Can be used for any panels Mono/Poly/Multi Crstalline
Discharge protection
Short and Open Circuit protection
Fail Safe and cannot be damaged by accidental wiring mistakes
Advanced design with simple plug and play technology. No need for complicated adjustments

Product Description

Nominal Battery Voltage: 12V or 24V Auto select

Maximum Charging/Load Current: 30A
Product Information:

The Solar Charge Controller is a Micro-Controller Unit(MCU) based digital controller which will charge your battery in a healthy Pulse Width Modulation(PWM) 3-Stage mode . Bulk, Equalization, and Float Charging. The LCD indicates the level of the Battery and charging status. It automatically disconnects the load when battery is low. The load/light can be controlled in a dusk-to-dawn mode with very accuracy. It automatically connects the load at sunset and disconnects at sunrise. This feature is very useful for 12/24V DC solar lighting purposes. The controller also has user-friendly LCD indicators for Solar Charging status, Battery status, and Load status.

PWM Solar Charge Controller Features:



·MCU controlled digitally accurate device with 12V/24V auto distinguish

· State of Charge, Battery Level Indicator, Load status indication via LCD

· Protects your batteries from Overcharging or Over Discharge, thereby increasing their working life

· Charges battery in PWM Control 3 Stage - Bulk, Equalization, and Float Charging

· Prevents Reverse Current to Solar Panels during Night time

· Easy to install, lightweight, and very compact in size

·Dusk-to-dawn controlled loading mode

·Short Circuit and overload protection
Technical Information:

This is a MOSFET based design which has very negligible voltage drop which means the loss is very Low, ideal for solar applications. Since the drop is less, the losses are negligible so the efficiency achieved is > 99.5%.This is a micro-controller based charger, the micro-controller will sense the battery full charge voltage and will cut-off the battery when it reaches full charge. It will reconnect the battery if the battery drops to a preset level. The charger will also disconnect the panel from the battery; this is to avoid the reverse current flow from the battery to the panel during night. Moreover, if you connect the panel reverse, the micro-controller will not switch on the charger; similarly if you connect the battery reverse, the charger will not function. Battery reverse, panel reverse protections are implemented in the design. In all the above cases, the circuit will not damage and there will not be any current flow from the panel or battery. Two stage higher voltage regulators are incorporated in this design to withstand open circuit voltage of the panel.

Introduction of Solar Converter

Solar Converter is a Innovative way to make solar cost affordable to masses and change lives. Solar Converter is for those who have already invested in Inverters or UPS. Solar Converter is a product which can converter any Inverter or UPS into a solar system. This product will preserve your investment and make you a proud owner of renewable energy generating system.

Solar Converter

We offer Solar Converter cum Solar Charge Controller for existing inverters. If you own an inverter system then by connecting our Solar Converter you can convert your existing non Solar Inverter into a Solar Inverter.

Why Solar Converter?

We offer Solar Converter cum solar charge controller for existing inverters.

If you own an inverter system then by connecting our Solar Converter you converts your existing non solar inverter system into a solar inverter. This gives priority to solar charging.




Sunday, March 7, 2010

SOLAR CHARGE CONTROLLER

it was solar charge controller auto cutoff if bat ful and low.













Chip type : ATtiny13
AVR Core Clock frequency: 0.900000 MHz
Memory model : Tiny
External RAM size : 0
Data Stack size : 16
*****************************************************/
#include
#include
#define ADC_VREF_TYPE 0x00
#define FET PORTB.0
#define BTY_LOW PORTB.1
#define BTY_FULL PORTB.2
//***************************************************
unsigned int ADC_RESULT;
bit solar_flag,bty_full_flag,bty_low_flag;
unsigned char count;
//***************************************************
unsigned int read_adc(unsigned char adc_input)
{
ADMUX=adc_input (ADC_VREF_TYPE & 0xff);
delay_us(10);
ADCSRA=0x40;
while ((ADCSRA & 0x10)==0);
ADCSRA=0x10;
return ADCW;
}


void main(void)
{
#pragma optsize-
CLKPR=0x80;
CLKPR=0x00;
#ifdef _OPTIMIZE_SIZE_
#pragma optsize+
#endif
PORTB=0x00;
DDRB=0x07;
TCCR0A=0x00;
TCCR0B=0x00;
TCNT0=0x00;
OCR0A = 0;
OCR0B=0x00;
GIMSK=0x00;
MCUCR=0x00;
// Timer/Counter 0 Interrupt(s) initialization
TIMSK0=0x00;
// Analog Comparator initialization
// Analog Comparator: Off
ACSR=0x80;
ADCSRB=0x00;
DIDR0&=0x03;
DIDR0=0x00;
ADMUX=ADC_VREF_TYPE & 0xff;
ADCSRA=0x87;
while (1)
{delay_ms(100);
//-----------------------------------
ADC_RESULT = read_adc(3);
if(ADC_RESULT > 390)
{solar_flag = 1;
}
else if(ADC_RESULT < solar_flag =" 0;" adc_result =" read_adc(2);"> 515)
{bty_full_flag = 1;
}
else if(ADC_RESULT < bty_low_flag =" 1;" bty_full_flag =" 0;" tccr0a="0x00;" tccr0b="0x00;" ocr0a =" 0;" fet =" 0;" bty_full =" 1;" bty_full =" 0;">10)
{count = 0;
BTY_LOW = !BTY_LOW;
}
}
}
else
{if(bty_full_flag)
{BTY_FULL = 1;
}
else
{BTY_FULL = 0;
}
if( bty_low_flag)
{FET = 0;
TCCR0A=0x00;
TCCR0B=0x00;
OCR0A = 0;
BTY_LOW = 1;
}
else
{TCCR0A=0x83;
TCCR0B=0x03;
OCR0A = 50; //FET = 1;
BTY_LOW = 0;
}
}
};
}

Popular Posts