Dual-Core Heartbeat Monitoring System using STM32MP157F-DK2

Problem Overview

Wearable heartbeat monitoring systems need to collect sensor data quickly while also supporting user-level processing and display. Handling both tasks on a single processor can be challenging in embedded systems. In this project, we use a dual-core STM32MP157F-DK2 platform to separate these tasks. The Cortex-M4 microcontroller is responsible for real-time communication with the heartbeat sensor, while the Cortex-A7 processor running Linux handles higher-level processing and system interaction.

Demo