# stm32_Electrocardiographic_Monitoring **Repository Path**: stm32-microcontroller-code/stm32_Electrocardiographic_Monitoring ## Basic Information - **Project Name**: stm32_Electrocardiographic_Monitoring - **Description**: 1411基于STM32心电图监测蓝牙传输app设计-毕业源码案例设计 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2026-03-12 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1411基于STM32心电图监测蓝牙传输app设计 开发软件: Keil5 + AndroidStudio2021 本项目包括软件部分和硬件部分:硬件部分采用STM32单片机平台,利用AD转换实时捕获心脏电压信号值,然后通过DMA高效传输到内存变量中,在main主程序中不断的把读取到的心电数值传送到HC-05蓝牙模块通过无线电破发射出去;软件部分采用androidstudio开发工具设计,它会生成一个app的安装包,只需要将它发送到安卓手机安装后运行即可,运行后先设置连接好蓝牙模块,然后就可以不断的读取心电数据进行图表展示,还可以查看历史心电数据记录,保存心电图到相册等功能。