Close

Select Exceptional Components

A project log for Introduction to Ultra-Low Power Electronics

An introductory guide to designing ultra-low power electronics for makers

jake-wachlinJake Wachlin 04/25/2021 at 18:230 Comments

This section covers the most impressive components I have come across, all with extremely low power consumption. In reality, for most ultra-low power applications, you really don’t need to go this far. If you are using a rechargeable battery, the self discharge will be multiple orders of magnitude higher than the power consumption of these components. But, if you need to hit a very low power spec, consider these parts.


Microcontrollers

The first thing to note is that it is very difficult to compare microcontrollers to each other and determine which one is lower power without knowing the application. Many microcontrollers designed for ultra-low power have a wide variety of power saving features, some of which are applicable, while others are not. This section will not compare the microcontrollers to each other, but rather will point out some useful features to consider

Texas Instruments MSP430

The TI MSP430 family is commonly known for its ultra-low power performance. The family has a wide selection, many of which are tuned for a given application. There is not enough time to dig into many of them, but I will focus on one example, the MSP430FR2355:

Microchip ATSAML21

A close cousin to the Arduino-compatible SAMD21, the SAML21 has a 32-bit ARM Cortex-M0+ core and a wide variety of useful low power features.

ST STM32L4

The STM32L4 family of low power microcontrollers have an ARM Cortex-M4 core with FPU and a number of low power features.

Ambiq Apollo 3

The Ambiq Apollo 3 is used within Sparkfun’s Artemis platform. They have ARM Cortex-M4 cores with FPU, as well as BLE wireless communication.


Voltage Regulators

Texas Instruments TPS63900

The TPS63900 is an ultra-low power buck-boost regulator with very low quiescent current and high efficiency across a wide range of current output.

Microchip MCP1810

The MCP1810 is an ultra-low power LDO regulator with very low quiescent current.


Sensors

Analog Devices ADXL362

The ADXL362 is an ultra-low power accelerometer with very low power performance compared to its competitors. Note however, that its accuracy and bias are relatively poor.


Others

Micro Crystal Switzerland RV-3028-C7

The RV-3028-C7 is a RTC module with an I2C interface, extremely low power consumption, and high accuracy.

Discussions