this post was submitted on 30 Jan 2024
16 points (100.0% liked)

MICROCONTROLLERS

795 readers
1 users here now

Everything microcontrollers: projects, questions, new releases, etc.

dragontamer's Beginner Guides:

Beginner Series I: What is a Microcontroller?

Beginner Series II: The "Generic" Microcontroller

Beginner Sidenote: Microchip's Signal Chain Design Guide

Beginner Series III: Skills and Complexity Tiers

Beginner Series IV: Deep Dive into Microchip's AVR EA

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 9 months ago

This is actually a big deal, but for the wrong reasons people expect.

Many, many, many chips can do this. Its not the chip that's the hard part, but the board, which includes the voltage regulator and RTC pieces, all designed for minimal power. Case in point: a tantalum capacitor leaks roughly 1uA (or 1000nA), so any tantalum capacitor screw you over.

Creating a design AND testing / verifying it at under 1uA sleep is difficult. Its well beyond just choosing a chip and programming its sleep state. So much of the board needs to be thought of holistically.