2019-01-07 12:49 AM
Hi to All,
I want to make a pcb card which which work with 3.6V. I wil use a voltage regulator to drop down voltage from 10V-17V batteries to 3.3V. Do you have any advice which voltage regulator should I use. I am trying to make a system with lowest power consumption. Do you have any suggestion. Also there is another question. Why there is used two voltage regulator in Nucleo-031k6 to drop down input voltage to 3.3V.
I mean they first used a voltage regulator to drop input voltage to 5V and after that they dropped 5V to 3.3V.
Thank you,
2019-01-07 01:06 AM
#1: The question would be how much peak and average current the system will consume. Then you'll be able to decide to use either LDO linear voltage regulator, or DC-DC step down converters. The max current will tell the linear regulator max heat and operating temperature.
#2: probably it is to use 5V as reference voltage which is typically USB power source.
2019-01-07 01:11 AM
peak and average current does not pass 700mA.
2019-01-07 01:13 AM
DC-DC converter advised.
Low power / consumption means at least <100mA (USB default device budget allowance)
2019-01-07 04:13 AM
Does not operating temperature mean environment temperature?
2019-01-07 04:21 AM
Injecting 17V and drawing 0.7A out of it at 3.6V, gets P=UxI =(17-3.6)x0.7= 9 Watts dissipated as heat in the linear regulator. Low power? Heatsink?
2019-01-07 04:25 AM
Do know how much is peak current of stm32l031k6. I checked it is written 2.5mA, but I am not sure.