Skip to content

microchip-pic-avr-examples/avr64ea48-lp-voltage-current-meas-mcc

Repository files navigation

MCHP

Low-Power Current and Voltage Sensing Using the AVR® EA MCU

Many systems includes one or more sensors that need to be checked periodically. The signals coming from these sensors are often low-power current or voltage signals. In battery-powered systems it is important to reduce the power consumption of the microcontroller. The signals are read using the Analog-to-Digital Converter (ADC) peripheral, and the microcontroller is in Power Saving mode between measurements.

These Microchip Studio examples describe use cases for low-power current and voltage measurements on the AVR® EA family of microcontrollers:

Related Documentation

Software Used

Hardware Used

Summary

These examples offer a better understanding for how to periodically measure a voltage or current signal from a sensor while consuming as little power as possible.