Photo voltaic-mains hybrid lamp – EDN

[ad_1]

Introduction

Photo voltaic day lamps (SDL) are easy and cost-effective. A number of examples of SDLs have been described in [1], [2] and [3]. An SDL with none vitality storage ingredient suffers from frequent modifications within the gentle depth. Additionally, a backup is required after sundown. The design of a hybrid lamp is given right here. It makes use of photo voltaic PV panels and mains energy sources and offers fixed gentle output. This design can make the most of photo voltaic vitality even when the panel output is right down to 10%. Proportionately, that a lot load is lowered on the mains provide.

Wow the engineering world together with your distinctive design: Design Concepts Submission Information

Block diagram

Nuvoton drives the EV market with its cutting-edge battery monitoring chipset solution

04.03.2024

Improved Power Efficiency and AI Inference in Autonomous Systems

03.26.2024

Leveraging Advanced Microcontroller Features to Improve Industrial Fan Performance 

03.21.2024

The block diagram of proposed hybrid lamp is proven in Determine 1. It consists of an array of LEDs lamps: A1 to A9. Every of those lamps consists of 5, 1 W white LEDs related in collection. These LEDs are managed utilizing the LED driver circuits.

Determine 1 Block diagram of the hybrid lamp design with 9 LEDs lamps the place every lamp consists of 5, 1 W white LEDs related in collection and all LEDs are managed utilizing LED driver circuits.

LEDs are powered utilizing a 30 watt-peak (Wp) PV panel in addition to from an adapter (AC-DC converter) as proven in Determine 1. The LED drivers are managed by way of 9 digital output (DO) pins of the MCU. Photo voltaic panel voltage Vpvs is sensed utilizing a possible divider circuit and is related to the ADC enter pin of MCU. Equally, present flowing by way of the primary LED array A1 is sensed and is related to a different ADC pin. The adapter output voltage VMF is sensed utilizing potential divider circuit and is related to a digital enter (DI) pin of the MCU. It is a digital sign which is used to sense whether or not adapter energy is accessible or not. Another DO pin is related to the “adapter standby mode” pin to cut back energy consumed by the adapter when all arrays are powered from photo voltaic panel and adapter is on no load.

Circuit Diagram

Determine 2 reveals the circuit diagram. The adapter output VM is related to the highest (purple) rail of the circuit. After passing by way of diode D19 (1N5822), voltage VMD is utilized to the circuit. Equally, the center rail (yellow) is related to the photo voltaic panel output Vpv. After passing by way of diode D20, voltage Vpvd is utilized to the circuit. An enormous filter capacitor C2 (10000 µF 35V) is related throughout panel terminals. This capacitor will get rid of sudden modifications in panel voltage in order that the firmware runs easily.

Determine 2 Circuit diagram of the proposed hybrid lamp the place the adapter output VM is related to the highest (purple) rail of the circuit and to the photo voltaic panel output Vpv is related to the center rail (yellow).

LED driver circuit for array A1 is proven in full element. Array A1 consists of 5 white LEDs related in collection. It’s related to the bottom terminal by way of R1; a ten Ω, 2 W resistor. The voltage drop throughout R1 (Ipv1) is related to ADC1 (pin 24) of the MCU IC3 ATMEGA 8 as proven in Determine 3. A1 is pushed by two PNP transistors T3 and T4 (2N4033). Transistor T3 is managed by the digital output PD0 of the MCU by way of NPN transistor T1 (BC546). The PD0 sign is inverted utilizing the NOT gate of IC1 (74HCT04). This sign drives transistor T2 which drives T4.

When PD0 is LOW → T3 OFF, T4 ON (A1 on photo voltaic and inexperienced indicator LED2 ON)
When PD0 is HIGH → T3 ON, T4 OFF (A1 on mains and purple indicator LED1 ON)

In the identical manner, remaining arrays A2 to A9 are managed by way of their respective digital output alerts. Notice that resistors R2 to R9 are related to the anodes of the LED array. That is performed to cut back the wiring, as single floor wire connects to all of the cathodes of the final LEDs of A2 to A9.

Determine 3 The MCU connection diagram.

The MCU and LED driver circuits are powered utilizing regulator IC4 (LM7805). It’s enter is related to each VMD and Vpvd energy rails by way of D21, D22, R77 and R78. Therefore, 5 volts is accessible on both photo voltaic or mains energy sources.

Determine 4 reveals the circuit diagram of all digital outputs. It contains two 74HCT04 ICs, IC1 and IC2, for inverting a complete of 9 digital output alerts. The 18 output traces are related to the LED driver circuits by way of 18 diodes D1 to D18 (1N4148). Determine 5 reveals the assembled PCB with LED driver circuits and the MCU interface.

Determine 4 Interconnection diagram of all digital outputs, 18 output traces are related to the LED driver circuits by way of 18 diodes (D1 to D18).

Determine 5 Assembled PCB displaying LED driver circuits and MCU interface.

 Adapter (AC-DC converter) choice

Determine 6 reveals the adapter used within the prototype having output voltage of 18 V. Nevertheless, ideally to match the voltage at max energy (Vmp) of the photo voltaic panel we’d like 17.5 V. One diode in collection can drop the voltage by about 0.7 V. There are adapters out there which have provisions for adjusting the output voltage inside ±10% tolerance. Utilizing one of these adapter, it’s attainable to set the output voltage to 17.5V.

Determine 6 Images of the 30 Wp, 2’ x 2’ photo voltaic panel (high) and 18V, 3 A adapter (backside). A diode is used to drop the voltage nearer to the best 17.5 V to match the Vmp of the photo voltaic panel.

 Specs and calculations

The photo voltaic panel specs are as follows:

Energy Ranking (P) = 30 Wp
Voltage at MAX Energy (Vmp) = 17.5 V
Present at MAX Energy (Imp) = 1.714 A

The calculations for the LED lamp are as follows:

Ahead voltage of white LED = 3.12 V
Present by way of array A1 = [17.5 – (5 x 3.12)] / 10Ω = 0.19 A
Energy consumed by array A1 = 17.5 * 0.19 = 3.325 W
Energy consumed by 9 LED arrays = 9 x 3.325 = 29.9 W

Algorithm

As mentioned earlier, the hybrid lamp attracts energy from each photo voltaic PV panels and the adapter. If each provides are current, then it runs a most energy level monitoring (MPPT) algorithm to maximise solar energy. Desk 1 reveals the working modes.

Desk 1 Working modes of the hybrid lamp. If each provides are current, the design runs an MPPT algorithm to maximise solar energy.

 Variables

The next are the variables used for the algorithm:

n: Variety of arrays that are PV Powered (n = 9 is initially set to deal with full solar energy)
PV_POWER: energy drawn from PV panel
PRESENT_MODE: current mode of operation
NEW_MODE: new mode of operation

The permissible numerical values of PRESENT_MODE and NEW_MODE are as follows the place legitimate worth(s) of n are indicated within the brackets for every mode:

0: Photo voltaic Day Lamp mode (n = 9)
1: Mains Powered mode (n = 0)
2: MPPT (n varies from 1 to 9)

 Constants

The next are the constants used for the algorithm:

POWER_MIN: The minimal worth of energy. If PV energy is < POWER_MIN, then declare photo voltaic not current. (POWER_MIN = 1 W or 1600 counts)
P_DELTA: This worth is used for producing hysteresis. (P_DELTA = 1 W OR 1600 Counts)
VPV_MIN: This worth is used for checking whether or not PV energy is accessible or not. PV Energy isn’t out there if Vpv < VPV_MIN. (16 V OR 800 Counts of ADC0)

Information

The next is the info used for the algorithm:

Array P(n): This information is utilized by the algorithm to manage LED lamps A1 to A9. Desk 2 reveals the array of constants outlined over 10 energy ranges.

Desk 2 An array of constants outlined for 10 energy ranges.

ADC particulars

The next are the ADC specs. A rely of 1024 corresponds to a 5 V enter to the ADC pin:

ADC decision: 10 bits (1024 counts)
ADC reference voltage = 5 V

Vpv calculations

Photo voltaic panel output Vpv calculations are as follows:

VPV_MIN = 16 V (when MPPT is working, Vpv is maintained above VPV_MIN)
ADC enter voltage for VPV_MIN = 16 * 0.2444 = 3.91 V
ADC rely for 3.91 V = (1024/5) * 3.91 = 801

VPV_MIN calculations

VPV_MIN calculations are as follows:

VPV_MIN = 16 V (when MPPT is working, Vpv is maintained above VPV_MIN)
ADC enter voltage for VPV_MIN = 16 * 0.2444 = 3.91 V
ADC rely for 3.91 V = (1024/5) * 3.91 = 801

 Ipv calculations

Photo voltaic panel output present Ipv calculations are as follows:

Panel energy at most energy level = 30 W
Present at most energy level = 30/17.5 = 1.714 A
When all arrays A1 to A9 are ON, Present by way of every array = 1.714/9 = 0.19 A
Drop throughout 10 Ω resistor R1 = 10 * 0.19 = 1.9 V
ADC Depend for 0.19 Amp = (1024/5) * 1.9 = 390 rely

Energy calculations

Lastly, the facility calculations will be seen under:

Learn ADC0 → Depend for VPVS
Learn ADC1 → Depend for IPV1
PV_POWER_32 = ADC0 * ADC1 * n
PV_POWER = PV_POWER_32 / 64 (Shift proper by 6 bits)
PV energy generated when one array is ON = 876 * 390 = 341640 counts
PV energy generated when 9 arrays are ON (30W) = 341640 * 9 = 3074760 counts

To restrict the decision to 16 bits, the counts are divided by 64:

Depend for 30 W -> 3074760 / 64 = 48043.125
Depend for 1 W -> 48043/ 30 = 1601.4375 Depend or 1600 approx

Circulation charts

The circulation charts required for improvement of embedded firmware are given in Determine 7, Determine 8, Determine 9, and Determine 10. At energy ON, the algorithm initializes timer, ports, modes and allows timer interrupt. The algorithm is executed contained in the timer interrupt service routine.

Determine 7 Initialization circulation chart the place at energy ON, algorithm initializes timer, ports, modes and allows timer interrupt.

Determine 8 A portion of the interrupt service routine the place the algorithm is executed.

Determine 9 The remainder of the interrupt service routine the place the algorithm is executed.

Determine 10 The MPPT circulation chart that’s run if each provides are current.

 Fabrication and testing

The LED lamp steel core PCBs (MCPCBs) had been mounted on three aluminum channels. The aluminum channels take up the warmth generated by these PCBs and supply structural assist. The controller PCB is mounted on the again aspect of the LED array. The working of hybrid lamp is captured within the images proven in Determine 11 and Determine 12 the place the lamps are engaged on 100% solar energy and 100% mains energy respectively. The lamp is positioned in entrance of a mirror to examine the sunshine output from LED array. Concurrently, we will see the PCB and the indicator LEDs. From these two Figures, it’s clearly seen that we get similar gentle output whether or not the array is photo voltaic powered or mains powered.

Determine 11 Lamp engaged on 100% photo voltaic vitality (all inexperienced indicator LEDs are ON).

Determine 12 Lamp engaged on 100% mains energy (all purple indicator LEDs are ON).

In an effort to seize the dynamic workings of the lamp, when the photo voltaic vitality is various and the MPPT algorithm is working, see the video under.

On this video, we’re in a position to see LED array gentle output within the mirror and in addition observe the indicator LEDs altering from inexperienced to purple and vice versa sequentially. On this case, the photo voltaic panel is rotated within the daylight to fluctuate the PV energy generated. This video confirms that the MPPT algorithm is working correctly because the LED array provides a relentless gentle output when there may be broad variation in solar energy. One inexperienced LED is ON, that means 11% of the vitality is coming from photo voltaic. So, relying upon the variety of inexperienced LEDs which are ON, we will calculate the proportion discount within the load on the mains energy provide.

When the entire array is working on solar energy, we will make the digital output line going to the standby enter of the adapter excessive (check with Determine 1). Thus, decreasing the facility consumed by the adapter underneath no-load situation. Please word that this function has not been carried out within the current code.

 Energy ASIC design

The {hardware} complexity will be lowered by designing a devoted energy ASIC. The principle options of the proposed ASIC are as follows:

Variety of LED driver circuits: 16
MAX Voltage score of drivers : 50 V
MAX present score of every driver: 0.5 A
Regulated management energy provide: 5 V, 1A
Sensing circuits for: Vpvs, Ipv1, VM

 Design of a 500 W fixture

Based mostly on the hybrid lamp design given right here, a bigger lighting fixture will be designed. Right here, an instance of such a system, which makes use of a single 500 Wp photo voltaic panel is given. The high-level particulars of proposed design are as follows:           

PV panel specs: 500 Wp, Vmp = 35 V, Imp = 14.2 A
LED lamp energy score:11 Watts (11 white LEDs related in collection)
Variety of lamps: 64 (8 x 8 array)
Variety of ASICs required: 4

This lighting fixture will be put in in massive purchasing facilities, hospitals, places of work and many others., the place it should present fixed gentle whereas maximizing the utilization of accessible photo voltaic vitality. Even on a cloudy day it might probably cut back the load on the mains provide by 10 to twenty%. Such a system can have an ROI of three to 4 years. Moreover, it gives many different advantages reminiscent of decentralized design, very quick wiring, decrease transmission losses and offers gentle within the daytime if the mains energy fails.  

Vijay Deshpande lately retired after a 30-year profession centered on energy electronics and DSP initiatives, and now works primarily on photo voltaic PV techniques.

Associated Content material and references:

Photo voltaic day lamp designs use passive and energetic present limiting circuits
Photo voltaic day lamp designs present low-cost lighting options, Half 1
Photo voltaic day lamp designs present low-cost lighting options, Half 2

[ad_2]

Supply hyperlink

Finest PlayStation Plus Offers: Persist with Shopping for From Sony

I Informed A VEGAN Restaurant Proprietor THIS About HER Meals!!