差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
page_zhenbang.liu [2019/04/15 16:59]
zhenbang
page_zhenbang.liu [2019/06/21 17:30] (当前版本)
zhenbang
行 1: 行 1:
-Wearable device ​Ring Prototype+个人介绍 
 +## 刘振邦 
 +西交利物浦大学 
 +- 电气工程及其自动化专业
  
-## Definition ​ +### 硬禾培训 
-A wearable device is a technology that is worn on the human body. This type of device has become a more common part of the tech world as companies have started to evolve more types of devices that are small enough to wear and that include powerful sensor technologies that can collect and deliver information about their surroundings.+#### 培训后感受 
 +[[page_zhenbang.liu_thinking|硬禾培训后感受]]
  
-## Motivation +####​每日记录  ​
-Global health-care system is struggling with aging population, prevalence of chronic diseases and the accompanying rising costs. For early prediction and treatment of major diseases, acquisition of health-related information by unobtrusive sensing and wearable technologies is considered as a cornerstone in health informatics.+
  
-## Function 
-This wearable device can continuously measure, transmit and display vital physiological signals like, 
-  - Heart rate (HR) 
-  - Blood oxygen saturation (SpO2) 
-  - Respiration 
-  - Blood pressure 
  
-## System Overview +[[DAY1]]  ​ 
-{{:​overview.png?​600|}} ​ +[[DAY2]] ​  
 +[[DAY3]] ​  
 +[[DAY4]] ​  
 +[[DAY5]] ​  
 +   
 +    ​
  
-## Modules +[[WEEK2 DAY1]]  ​ 
-#### Arduino +[[WEEK2 DAY2]]  ​ 
-The hardware consists of a simple open hardware design for the Arduino board with an ATMel AVR processor and on-board I/O support. The software consists of a standard programming language and the boot loader that runs on the board. Arduino hardware is programmed using a Wiring-based language which is similar to C++ with some simplifications and modifications,​ and a Processing-based IDE.   +[[WEEK2 DAY3]] ​  
-{{:​arduino.png?​200|}} ​ +[[WEEK2 DAY4]] ​  
 +[[WEEK2 DAY5]] ​  
 +[[WEEK2 DAY6]] ​  
 +   
 +[[WEEK3 DAY1]] ​  
 +[[WEEK3 DAY2]] ​  
 +[[WEEK3 DAY3]] ​  
 +[[WEEK3 DAY4]] ​  
 +[[WEEK3 DAY5]] ​  
 +   
 +[[WEEK4 DAY1]] ​  
 +[[WEEK4 DAY2]] ​   
 +[[WEEK4 DAY3]] ​   
 +[[WEEK4 DAY4]] ​   
 +[[WEEK4 DAY5]] ​   
 +[[WEEK4 DAY6]] ​   
 +[[WEEK4 DAY7]] ​  
 +   
 +    ​
  
-The MAX30102 is an integrated pulse oximetry and heart-rate monitor biosensor module. It includes internal LEDs, photodetectors,​ optical elements, and low-noise electronics with ambient light rejection. The MAX30102 provides a complete system solution to ease the design-in process for mobile and wearable devices. ​  +[[WEEK5 DAY1]] ​   
-{{:​max30102_1.png?​200|}} ​ +[[WEEK5 DAY2]] ​   
 +[[WEEK5 DAY3]] ​  
 +[[WEEK5 DAY15]] ​ 
  
-#### PPG sensor - MAX30102 
-Photoplethysmographic (PPG) sensing, which involves a light-source to emit light into tissue and a photo-detector to collect light reflected from or transmitted through the tissue, has been widely used for the measurement of many vital signs, such as SpO2 , heart rate, respiration rate, and BP. The signal measured by this method represents the pulsatile blood volume changes of peripheral microvasculature induced by pressure pulse within each cardiac cycle.  ​ 
-{{:​max30102.png?​200|}}  ​ 
- 
-#### ECG sensor - AD8232 
-The electrocardiogram (ECG) is a diagnostic tool which routinely used to assess the electrical and muscular functions of the heart. The electrocardiogram (ECG) has grown to be one of the most commonly used medical tests in modern medicine. Its utility in the diagnosis of a myriad of cardiac pathologies ranging from myocardial ischemia and infarction to syncope and palpitations has been invaluable to clinicians for decades.  ​ 
-{{:​ad8232.png?​200|}}  ​ 
- 
-The AD8232 is an integrated signal conditioning block for ECG and other bio-potential measurement applications. It is designed to extract, amplify, and filter small bio-potential signals in the presence of noisy conditions, such as those created by motion or remote electrode placement. This design allows for an ultra-low power analog-to-digital converter (ADC) or an embedded micro-controller to acquire the output signal easily.  ​ 
-{{:​ad8232_1.png?​200|}}  ​ 
- 
-#### Bluetooth 
-A Bluetooth module and a development board are basically what we need to create a wireless communication channel with a robot. Since Arduino is the most used board to send and receive data over Bluetooth, comparing it to the HC-06 module which can only be set as a Slave module, the HC-05 can be set as Master as well to communicate between Arduino Board and PC. The HC-05 module is a Bluetooth SPP (Serial Port Protocol) module, which means it communicates with the Arduino via the Serial Communication.  ​ 
-{{:​bluetooth.png?​200|}}  ​ 
- 
-#### Battery 
-In order to make the size of the health monitoring device smaller, button cell battery will be used.  ​ 
-{{:​buttoncell.png?​200|}}  ​ 
- 
- 
-## System Result 
-{{:​systemresult.png?​600|}}  ​ 
- 
-## System Research point 
-  * Synchronize the signals 
-  * Analyze the difference between different kinds of sensor, like electrode type and patch type