Array
(
    [content] => 
    [params] => Array
        (
            [0] => /forum/threads/which-scenario-will-work-on-power-efficiency-of-embedded-system.9129/
        )

    [addOns] => Array
        (
            [DL6/MLTP] => 13
            [Hampel/TimeZoneDebug] => 1000070
            [SV/ChangePostDate] => 2010200
            [SemiWiki/Newsletter] => 1000010
            [SemiWiki/WPMenu] => 1000010
            [SemiWiki/XPressExtend] => 1000010
            [ThemeHouse/XLink] => 1000970
            [ThemeHouse/XPress] => 1010570
            [XF] => 2021770
            [XFI] => 1050270
        )

    [wordpress] => /var/www/html
)

Which scenario will work on power Efficiency of Embedded system

Mattle

New member
Hi!

I am designing an embedded system and I am hoping to achieve maximum power efficiency as the system will be running off of 2x CR1620 batteries. In addition to power efficiency, I would like to keep the BOM as low as possible.

The system consists of 3 primary components

1x 5mm RGB LED
1x PIC16F18325 (5v Processor) or PIC16LF18325 (3.3v Processor).
1x MMA8452q Accelerometer (I2C and 3.3v and as advertised is NOT 5v tolerant)

The LED will consume the vast majority of the power as it will be on whenever the system is in use.

A primary design consideration, the LED's must be AS BRIGHT AS POSSIBLE regardless of consumption, it is the rest of the system that I need to optimize.

My questions are based on these scenarios:

Scenario 1 PIC16F18325 (5v version is able to be powered directly by the 2x CR1620 batteries) 3x BSS138 (N-Channel FET) 1- to power the accelerometer (3.3v) 2- SCL 3- SDA

Scenario 2 PIC16F18325 (5v version is able to be powered directly by the 2x CR1620 batteries) 3x Resistor voltage dividers to power the accelerometer (3.3v), SCL and SDA ****Note, I'm not even sure if this works******

Scenario 3 Combination of Scenario 1 and 2, maybe use 1x BSS138 for power and 2x voltage dividers for SCL and SDA or 1x voltage divider for power and 2x BSS138 for SCL and SDA

Scenario 4 PIC16LF18325 (3.3v MCU) using a LM3940 to regulate the voltage from 6v to 3.3v (at approx 55%-65% efficiency since its a linear regulator) and connecting everything directly.

So my questions are these: Which of these scenarios will work? (I'm pretty sure 1 and 4 works, but not sure about 2 & 3) Which of these scenarios is the most power efficient? In scenario 4 will the LED have any difference in brightness being driven by 3.3v vs 5v? assuming I adjust the resistor value to drive the RGB LED at 20mA on each channel.

Ideally scenario 4 would be the easiest and most reliable way to design the system, but I'm worried about all the loss of power from the linear regulator. Additionally I am worried the the brightness of the LED would suffer from 3.3v.

Any help and advice would be greatly appreciated =)
Thanks in advance
 
Back
Top