
This article describes work around a portable embedded measurement device, focusing on analog signal acquisition, battery-powered operation, and local display.
The system is powered by a rechargeable LiFePO4 cell, with integrated charging and protection circuitry to handle safe operation, monitoring, and undervoltage conditions.
An ESP32-S3 microcontroller is used to read an analog sensor through its ADC, apply basic processing (scaling/filtering), and update an LCD display with real-time values. Battery voltage is also monitored to report operating state and prevent unreliable readings at low charge.
Overall, the design combines portable power management, analog sensing, and a simple local interface in a compact standalone device.
