Sunteți pe pagina 1din 3

2019 IEEE 8th Joint International Information Technology and Artificial Intelligence Conference (ITAIC 2019)

Design of Rescue and Health Monitoring Bracelet for


The Elderly Based on STM32
Yazhen Gu1 , Peng Wang1 ,Hongwei Duan1 ,Haihong Chen1 ,Yanyan Ren1
1. College of Computer and Information Engineering , Chifeng University
Chifeng,China

Abstract—China has gradually entered an aging society, few were searched by bracelet as the topic keyword, and 30 of
studies have focused on smart wearable devices for the elderly. In them were related to wearable technology and sensors,
this paper, the bracelet communicates with the APP on the smart accounting for 27.92%. From the year of publication, 93
phone through Bluetooth signal to achieve temperature and heart
rate monitoring and one-button rescue function.STM32F103 is
papers have been published since 2008, accounting for
used as the MCU of bracelet , ST188 is used for monitoring heart 83.78%,and 61.26% in the last five years. It can be seen
rate. MLX90614 is used to measure temperature.This system that the development of foreign technology in this field has
realizes body monitoring and one-button rescue function.It is been on the rise in the last five years and shows an upward
proved that pressing the help button can call an emergency trend. Matias, Igor (2018) et al. proposed a bracelet solution
contact within two seconds and send the user's location and heart for automatic monitoring, detection and communication of
rate to the emergency contact.It plays an important role in buying health emergencies, which is still in the early stage of
valuable time for the effective treatment of sudden diseases of the
model and design[6]. Sherif Said (2016) et al. proposed a
elderly.
monitoring bracelet for drivers' health emergency treatment,
Keywords—bracelet; rescue; STM32; elderly;heart rate which can be used to control the running state of vehicles in
case of health crisis [7]. YANFANG YE (2015) et al.
proposed a smart bracelet based on data mining to protect
I. INTRODUCTION
children's safety [8].
China has gradually entered an aging society, and
consumption by the elderly will play an important role in There have been bracelet studies on the health of the
social development.According to the data released by the elderly in China. A total of 194 results were obtained by
office of the national working committee on aging, by the searching the keyword "bracelet" on CNKI(Chinese
end of 2017, there are 241 million elderly people aged 60 or National Knowledge Infrastructure), of which 11 were
above in China, accounting for 17.3% of the total keywords for the elderly, accounting for 5.67%.Huazhen
population[1].With the gradual improvement of medical Chen (2017) et al. designed an intelligent bracelet with fall
level and the gradual enhancement of medical security, detection function suitable for the elderly, which can
people's life expectancy will continue to be improve the accuracy of fall judgment and reduce the
extended.According to the predicted results of (Yanmei occurrence of misjudgment [9]. Wenchao Zhang (2018)
Chen et al.), the population aged 60 and over in China will proposed an intelligent bracelet design based on the elderly
reach 275 million in 2020 and 498 million in 2050, which is in the community, which can monitor the physical state of
characterized by a large number of elderly population base the elderly and transmit the information to their children
and increasing year by year [2].All the above data show that through the Internet of things [10].
China has gradually entered an aging society, and the health, This paper describe the design and realization of a
life and pension of the elderly need to be paid more intelligent bracelet based on STM32.This system realizes
attention to[3].CAI fang, vice President of the Chinese the detection and monitoring of body temperature, heart
academy of social sciences, has also proposed that there is rate, accurate positioning function, one-button rescue
much to be done in developing the elderly demographic function, and plays an auxiliary role in timely and effective
dividend and engaging in the old-age care industry. The rescue for the elderly.
elderly are also an important consumer group and can play a
role in stimulating domestic demand[4].Therefore, the
II. THE ARCHITECTURE OF THE BRACELET SYSTEM
development of health products suitable for the elderly is in
line with people's living needs, social needs and economic The bracelet system consists of three parts ,
needs. APP、server and bracelet.The bracelet communicates with
the APP which installed on the smart phone via Bluetooth
In recent years, research on smart wearable products has signal.The APP communicates with server by the Wireless
increased, but few products are designed for the health of mobile communication network.The architecture of the
the elderly. As for EI database search results, 111 records bracelet system is shown as Fig.1.

978-1-5386-8178-7/19/$31.00 ©2019 IEEE 1259


Fig.1. The network diagram of bracelet system

When the user is in an emergency and needs help,he can


 indoor positioning: on the basis of basic positioning
press the rescue button on the bracelet or on the APP if he
ability, provide indoor high-precision positioning
is conscious.Then the APP detects this signal and send the
user’s location and basic information by SMS(short ability, the accuracy can reach 1-3 meters.
message service) to his emergency contacts,and to the 120  full positioning: including offline positioning,
SMS platform. His emergency contacts who also installed indoor high-precision positioning ability, and
this APP ,can get the specific location 、 body providing more humanized location description
temperature 、 heart rate and so on,then decide what to do service.
next.
In this system offline positioning mode is selected,
which has the characteristics of high positioning accuracy
SOFTWARE DESIGN OF THE BRACELET
III.
(within ten meters )and no need of sim card.Longitude and
The APP attached to the bracelet is programmed by java latitude coordinates are provided.
and runs on android.It contains five modules .
D. Emergency call.
A. Login and registration. A big call button is set on the APP first page which has
After installing the APP,users need to register and login the similar function as on the bracelet.It can be used if the
with their mobile phone number.The user name is the user is conscious or if the device is damaged.The function
telephone number,the password should be set more than six of preventing wrong touch is also designed.The execution
symbols in order to ensure safety.A verification code which flow chart is as Fig.2.
will be set to your telephone should be entered when you
login.It’s made up of random letters and numbers.

B. Basic information management.


In this module,users can add or modify basic
information including age 、 name 、 blood type 、
medical history 、 the allergen and so on.These
information will be sent to his emergency contacts and 120
SMS platform.

C. Precise positioning.
When the user presses the rescue button,the most
important information to send is his location.In this
module,Baidu Android SDK(Software development kit) is
used,which is a simple and easy-to-use location-based
service interface for Android mobile applications.It can be
downloaded from the Internet. There are four position mode
in Baidu Map provided for developers:basic
positioning,offline positioning,indoor positioning,full
positioning.
 basic positioning: the development kit has the
smallest volume, but only includes basic positioning
capability (GPS/WiFi/ base station) and basic Fig.2. Emergency call flow chart
position description capability.
 offline positioning: on the basis of basic positioning E. Heart rate recording.
ability, provide offline positioning ability, which can Through the monitoring function of the bracelet, the
be used for accurate positioning when the network heart rate value of the user can be recorded, and the
environment is not good. statistical value can be given monthly and yearly for users
to view and reference for other disease.
IV. HARDWARE DESIGN OF THE BRACELET photoelectric reflective analog sensor used for pulse and
STM32F103 is used as the MCU of bracelet. It has the heart rate measurement,the connection circuit diagram is
advantages of safety, low energy consumption and large shown in Fig.3.MLX90614 which is an infra Red
flash memory which are Suitable for bracelet requirements. thermometer for non contact temperature measurements is
ST188 is used for monitoring heart rate which is a used to measure temperature.
126
Fig.3. ST188 connection circuit diagram
bracelet is initialized after it is powered on. Second,set the
basic information of the user and the phone number of the
A. Heart rate monitoring module
emergency contact person in the APP.Then, the bracelet
Adult resting heart rate is 60~100 times/min, the elderly and APP are set to identify and pair. When the help button
over 60 years old, exercise heart rate should be controlled of the bracelet is pressed, the emergency contact person can
in receive the phone call and SMS. The SMS briefly describes
104 ~ 135 times/min, but if the heart disease patients, the user information and specific location, realizing the
exercise heart rate should be controlled in the maximum function of notifying the contact person in the shortest time
heart rate of 55 ~ 75times/min. When the heart rate monitor for the user .
on the bracelet detects that the heart rate value exceeds the
normal range, the bracelet sends a signal through Bluetooth
to the APP. The bracelet starts to vibrate and the APP will VI. CONCLUSION
call the emergency contacts and send an emergency After testing, the bracelet system has the basic rescue
message (including location and heart rate) to the function. At present, this system has several shortcomings.
emergency contacts and 120 SMS platform. On the one hand, it lacks the function of shooting. On the
other hand, it cannot detect the fainting condition of people
B. One-button call for help module with normal heart rate and temperature.We will make
The bracelet is equipped with an emergency rescue further improvement on the product.Online social function
button, which can be pressed one time to realize the will be added so that elderly with similar diseases or
emergency rescue function. One keystroke will generate hobbies can communicate with each other.News and life
external interrupt of stm32, and the interrupt processing tips about elderly common disease will be sent to the
function will send the signal to the mobile APP through APP.On the hardware side,camera and screen can be
Bluetooth protocol. After receiving the request, the App assembled on he bracelet so that the user can make a video
will enter the one-button help processing process. call to their emergency contact.Much remains to be done.

C. Body temperature monitoring module


REFERENCES
The body temperature of adults ranges from 36 to 37
degrees.The temperature sensor detects it every half an hour. [1] Yangyang Gao.Old age population dividend comes, endowment industry
enters golden period.China construction news,2018-10-25(008).
If the temperature is abnormal two times,the bracelet will
[2] Yanmei Chen,Zifeng Liu,Xiande Li et al.The Aging Trend of Chinese
send signal to the APP installed on the smart phone, then the Population and the Prediction of Aging Population in 2015-
APP and bracelet will emit five drops and Text will be 2050.Chinese Journal of Social Medicine,,Vol. 35, No.5,2018.
displayed on the APP message box to get user’s attention. [3] Wei Jinrui Xia Ninglu Chen Ziang.Population Aging,Retirement Delay
and Fiscal Sustainability.Statistical Research,Vol. 35,No.10,2018
[4] Fang Cai.much to be done to develop the dividend of the aging
V. THE SYSTEM TEST population and to devote ourselves to the old-age care industry.China
Hardware and software should be properly construction news,2018-10-25(008).
connected.Fist of all, Turn on the bracelet switch,the
[5] Yating Tian.What kind of old people are more likely to fall [8] Yanfang Ye, Tao Li, and Haiyin Shen. 2015. Soter: Smart bracelets for
down?.Guangming daily.2015-10-21(006). children’s safety. ACM Trans. Intell. Syst. Technol. 6, 4, Article 46 (July
[6] Matias, Igor, Pombo, Nuno,Garcia, Nuno . Towards a fully automated 2015), 20 pages.
bracelet for health emergency solution. IoTBDS,2018-March. [9] CHEN Hua-zhen , XIA Guo-qing , ZONG Jian-hua.Design of Elderly
Intelligent Bracelet.Modern computer(Pro),2017(27):64-67.
[7] Sherif Said, Samer AlKork, Taha Beyrouthy. Wearable Bio-Sensors
Bracelet for Driver’s Health Emergency Detection.2016 [10] Wenchao Zhang.Smart bracelet design based on community
elderly.China equipment engineering,2018(04):120-12

126

S-ar putea să vă placă și