Skip to content

MohsenAnvariBio/biosignal-ble-stm32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REAL-TIME EMBEDDED BIOSIGNAL MONITORING SYSTEM WITH BLE TRANSMISSION AND ANDROID VISUALIZATION

Unified ECG + PPG (MAX30102) real-time acquisition & processing with BLE streaming to Android.

Overview

This project implements a real-time biosignal acquisition system using an STM32F446RE Nucleo board.
It acquires ECG (AD8232 analog front end) and PPG (MAX30102 via I²C and FIFO), applies digital filtering (HPF, LPF, moving average), performs peak detection and SpO₂/HR estimation, and streams processed signals in real time over Bluetooth Low Energy (HM-10) to an Android app for visualization.

Originally the system streamed over UART to a LabVIEW GUI. This version replaces USB-UART with BLE (HM-10) to stream data to a smartphone.

Key features

  • Synchronized ECG (ADC) and PPG (MAX30102 FIFO) acquisition.
  • On-board digital signal processing: HPF, moving average smoothing, peak detection, SpO₂ and HR calculation.
  • BLE streaming of processed ECG + PPG values to Android (HM-10 BLE module).
  • Configurable sampling rate and BLE link parameters.
  • Safe, paced transmissions to avoid BLE buffer overruns.

Hardware

  • STM32F446RE (Nucleo / custom board)
  • AD8232 ECG front-end
  • MAX30102 Pulse Oximeter (I²C)
  • DSD TECH HM-10 BLE (Bluetooth 4.0 BLE) module — UART interface (VCC 3.3 V)
  • Optional: FTDI/USB-TTL (3.3 V) for initial HM-10 configuration

Software / Libraries

Block Diagram

Curcuit

App

Author: Mohsen Anvari
Email: [email protected]
Website: https://sites.google.com/view/mohsenanvari/home

About

STM32F446RE | BLE | ADC | I2C | AD8232 | MAX30102 | ECG | PPG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages