hologerry / Pulse

Sensing Heart Pulse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulse

An IoT system, sensing the heart pulse. It's the final project of the Summer Internship 2016.

中文介绍

Requirements

  • STM32f10x board
  • J-Link suite
  • UART to USB Peripheral
  • Pulse Sensor Peripheral

Implementation

Get the heart pulse analog data by using pulse sensor, set the STM32 corresponding GPIO pin as AIN mode, convert the analog to digital data by using ADC, then read the data from ADC's register to memory by using DMA, analysis the data to get heart pulse info, finally send the heart pulse info to PC through USART1 and PC application shows the heart pulse.

Acknowledgement

Thanks to 邴哲松's instructions.

Copyright

LICENSE

About

Sensing Heart Pulse

License:MIT License


Languages

Language:C 88.9%Language:Assembly 5.7%Language:HTML 3.6%Language:Makefile 1.5%Language:C++ 0.2%Language:Objective-C 0.1%