16grams, 25x25x16mm, 3Watt ? this is the Myrra 48000

Myrra builds on the success of the 47000 series with the new AC/DC converter series 48000. Let’s check some of its features in the given example.

Converter has to supply electronic device with micro controller with nominal supply voltage of 3.3V. Ambient temperature range is -20 to 80?C. Current consumption is 20uA in sleep mode, max consumption is 250mA.

We have two options in this case: using model 48021 or 48022 + linear or switching voltage regulator 5/3.3V.

Model 48021

1. output voltage accuracy: E1 = ?5%

2. output voltage load regulation: E2 = ?5%

3. dynamic response, 50-100% load change: ?10% rated output voltage

4. output voltage line regulation: E3 = ?5%

5. ripple & noise: 200mV p-p.

Microcontroller?s maximal operating voltage is typically 3.6V, absolute max voltage is typically 4V. Voltage higher than 4V can damage the microcontroller.

In the worst case scenario, DC output voltage can be 3.3V + E1 + E2 + E3 = 3.795V > 3.6V. When we add ?0.33V overshoots and ripple 200mV p-p, output voltage can reach 4.325V > 4V.

Brief worst case analysis has shown us that model 48021 is not suitable for our device.

Model 48022 + Voltage Regulator 5/3.3V

This variant is more expensive but it will certainly meet all requirements. We need to determine if we are going to use linear or switching voltage regulator 5/3.3V. Linear regulator is cheaper but are we able to provide adequate heatsink for it?

In the worst case, DC output voltage of 48022 can be Vout=5V + E1 + E2 + E3= 5 + 5% + 5% + 3% = 5.65V. Power dissipation at max current consumption 250mA is 0.25*(5.65 ? 3.3) =0.59W.

Let?s consider max chip (junction) temperature 105?C to avoid overheating of components in the close vicinity of the regulator. For ambient temperature 80?C, we need the thermal resistance between the junction and the environment to be less than (105-80)/0.59=42.4K/W. When we use regulator housed in WDFN-6 with exposed pad (thermal resistance between junction and pad 5.4K/W), we will need approximately 13.5cm2 of 4-layer PCB (AN-2020 Thermal Design By Insight, Not Hindsight).

In this case, it is not necessary to use switching voltage regulator, PCB required for cooling the linear regulator is acceptable. This solution is therefore technically feasible.

If you are interested in 48000 Series or in any of Myrra products, or you need more information, we are ready to help at myrra@soselectronic.com

Share the article:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

If you program microcontrollers by STM (STM32F4, STM32F0, STM32L1) with Standard Peripheral Library your code is bigger than without Standard Peripheral Library. It is motivation why we can program of microcontrollers without Standard Peripheral Library. Nevertheless, if you program without…

The Arduino board called Mega2560 uses the ATmega2560 microcontroller. The Arduino board costs 35 EURO. The microcontroller is very interesting, it contains a lot of analog(16) inputs and digital inputs/outputs (54, 15 for PWM) and the microcontroller is working on…

The STM32duino library which supports a few microcontrollers from STM32 family for Arduino IDE and programming by Wiring was updated. Based on this update were also updated USART example codes. The tutorial about STM32duino and USART you can find on…

If you like PMOD modules by Digilent, maybe you welcome this new board which is called Pmod HAT Adapter: Pmod Expansion for Raspberry Pi. The PMOD HAT (HAT, shield, exapansion board) is available for Raspberry Pi all types (A+, B+,…

I needed power supply (step down converter) for my big project with minimal 2A current and fixed output voltage (3.3V) or adjustable output voltage. I wanted higher efficiency and that’s why I chose switching power supply with LM2576 circuit. I…