https://github.com/blakechi/heart_rate_measurement_system_with_aws
https://github.com/blakechi/heart_rate_measurement_system_with_aws
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blakechi/heart_rate_measurement_system_with_aws
- Owner: blakechi
- Created: 2019-12-11T00:01:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T04:16:32.000Z (over 5 years ago)
- Last Synced: 2025-07-11T01:19:01.682Z (12 months ago)
- Language: C
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heart Rate Measurement System with AWS
## Introduction
This project is a prototype of long-term elder care system that successfully measures heart rates and communicates between heart rate measurement device and multiple people through AWS.

## Pre-requirement
* a AWS account
* a CC3200 Launch Pad
* [Code Composer Studio](http://www.ti.com/tool/CCSTUDIO-MSP)
> Note: If you just want to know how to communicate with AWS, all you need is above.
* a MCP3001
* an Opt101
* a LM324-N
* a IR908-7C-F
* multiple wires, resisters, and capacitors
## Implementation
> Note: If you just want to know how to communicate with AWS, you can jump to 2.
1. Circuit: Please follow the circuit down below and data sheets of CC3200 Launch Pad, MCP3001, Opt101, LM324-N, and IR908-7C-F for more details.

2. AWS: This project uses the servive from AWS including PinPoint, Lambda, Shadow (from IoT Core), please see [this](https://aws.amazon.com) and build the connections as the topest image.
## Execution
1. Clone this repository
2. Use UniFlash to flash key and certificates
3. Open Code Composer Studio
4. Connect CC3200 Launch Pad to your computer
5. click `build` -> `debug`
6. Open UART output terminal
7. click `run`
## License
MIT