Projects Research & Design Hub

SmartWristband – Wearable for Self-Isolated COVID-19 Patients

Written by Andrei Florian

Many people with COVID-19 either have symptoms that aren’t severe enough for them to be hospitalized—or are asymptomatic. Such people have to self-isolate at home, and therefore need to monitor their own health without any hands-on medical professional’s help. With that in mind, Andrei designed a wristband device that monitors the patient’s vitals and geolocation, while they fight the virus within the constraints of their home. The device is powered by an Arduino MKR GSM 1400 and is equipped with both an IR temperature sensor and a heartrate sensor.

— ADVERTISMENT—

Advertise Here

  • How to build a wearable for COVID-19 self monitoring

  • How to connect the Arduino MKR GSM to the Azure IoT cloud

  • How connects sensors to the MKR GSM

  • How to create an IoT hub in Azure

  • How to create a database and link it to you IoT hub

  • How to install the libraries you need and prepare the variables for your MKR GSM program

  • How to create a data dashboard for your application

  • How to select and build an enclosure for your wearable device

  • Arduino MKR GSM 14Arduino MKR GSM 1400 [1]

  • GSM Antenna (comes with the MKR GSM)

  • DFRobot Heart rate sensor [2]

  • IR Temperature sensor [3]

  • 3.7V LiPo battery (1,800mA-hours)

  • Hologram SIM card [4]

  • Arduino IDE

  • A Hologram account

  • A Microsoft Azure account

  • A Power Bi account

Needless to say, the COVID-19 pandemic has changed the world as we know it. Business moved from office to home, schools closed and, for many, our lives became a daily routine of wondering around the house. And, although I am sure that everyone heard this sentiment echoed throughout the quarantine, I too would like to say thank you to all the frontline workers that keep toiling away as we all hunker down at home. It takes courage and determination to save lives—be that through nursing patients in hospitals or shipping supplies worldwide.

— ADVERTISMENT—

Advertise Here

Thinking about all this, I ended up imagining solutions that would help the world in this fragile moment—solutions that could make a change and help us thrive in a world that shifts beneath our feet. There’s a perhaps overlooked category of people that contract the virus, but do not suffer symptoms severe enough to be hospitalized. Such people are required to self-isolate at home, and rightly so. That said, the health of these patients can be extremely volatile and can worsen in a matter of hours. With that in mind, their health must be monitored in detail.

As it turns out, countries have different approaches to tending for these patients: some will hospitalize them—crowding hospitals with patients that could be monitored off-site instead. Others send them to self-isolate at home. But, again, there’s a problem with that option: These patients’ health could rapidly deteriorate and hence have to be monitored.

Certainly, there are heavy, bulky pieces of equipment available that do just that. But the problems with them are obvious: These expensive, uncomfortable devices do not have the capacity to scale and to be deployed to the entire population because of the price and bulkiness. It goes without saying that some infected individuals can become tempted to “evade” their home self-isolation and perhaps don’t really care about the virus. You could argue that these people are a danger to society and themselves and should be monitored to ensure that they do not leave their homes.

A WEARABLE SOLUTION
With all that in mind, I developed a device called SmartWristband. SmartWristband is a wristband-worn device that monitors the patient’s vitals and geolocation, caring for their safety while they fight the virus within the constraints of their home (Figure 1). The device is powered by an Arduino MKR GSM 1400 and is equipped with both an IR temperature and heart rate sensor, collecting crucial information about the patient’s health. Elevated temperature and irregular heart rate are signs of the progression of the virus. While the patient may not notice these changes immediately, SmartWristband keeps track of such data and streams the data live and securely to the hospital that’s monitoring the patient.

Figure 1
The SmartWristband device being worn

— ADVERTISMENT—

Advertise Here

The device will also track the user’s location, ensuring that they are at home at all times. All of this data is centralized in a scalable database allowing for thousands of these devices to be deployed internationally. The hospital will have access to a dashboard where it will be able to see the health of all the patients being monitored at a glimpse as well as a specific report going into the detailed state of each patient (Figure 2).

Figure 2
The dashboard detailing the heartrate, temperature, location and other parameters for a specific patient

Machine learning (ML) algorithms are also implemented in the application to predict the temperature and heart rate of the patient in the near future so that the hospital knows what to expect and when to hospitalize the patient. The patient also has access to a mobile dashboard showing them their heart rate and temperature as well as when they will need to charge their wristband (Figure 3).

Figure 3
The mobile dashboard available to the patient displaying data collected by the device

The device is comfortable enough for the patient to wear day and night without noticing it. SmartWristband will also notice if the user took the device off, alerting the hospital in this case. SmartWristband is a low-cost, scalable, open source solution for caring for patients sent to self-isolate with weak forms of the virus monitoring the development of their condition and alerting medical staff through ML and a simple-to-use dashboard experience if a patient requires attention.

By using SmartWristband, hospitals can send patients home with weak forms of the virus and monitor them without the need to allocate a lot of human resources. SmartWristband can ensure that these patients are contained at home and are taken care of, helping the world in the fight with the virus.

PROJECT OVERVIEW
Now let’s take a look at the functionality of SmartWristband to provide you a high-level understanding of what it is does. Data is collected by the device at intervals of 5 minutes. This is done to provide a relatively live view of the condition of the patient, while using the lowest possible battery consumption. The device collects two types of data: vital and location.

Vital data refers to the heart rate and temperature of the patients, while the location data refers to the geolocation of the patient. The device does not process this data locally, but simply relays it to the Azure cloud where the processing takes place.

Why is this data collected? Analyzing how temperature and heart rate data is trending helps to indicate if the patient’s current state is degenerating. Studies show that irregular heart rate and high temperature are signs of the presence of the virus. If these vital signs degenerate over time (for instance, if the temperature rises gradually) this is a sign that the condition of the patient may be worsening. The patient may not realize this until later, but the device will pick these signs up in real time as they appear.

The geolocation data is also collected by the device. This is done to ensure that the patient is staying at home in quarantine and is abiding by the rules of the isolation. Azure checks if the user is at home and will report this on the doctor dashboard.

I created the prototype with comfort in mind. The device can be easily placed on the wrist of the patient—either on the left or right hand. It is equipped with a heart rate sensor and IR temperature sensor that both stick out at the bottom of the device to touch the skin of the patient. These sensors provide precise measurements without causing discomfort. Note that for increased temperature precision, the sensor should be placed in a location such as under the arm in a pad.

The device uses the raw data output by the heart rate sensor to check if the device is being worn by the patient. The sensor will output a very specific pattern of data when it is in contact with skin. Therefore, the lack of this pattern represents the device not being worn.

Rigorous testing was conducted to precisely measure the battery life of the device. The device has a total battery life of 8 days with a single charge. This means that if the patient is to be surveyed for two weeks, the battery would have to be recharged once. The battery can be charged while the device is being worn. Alternatively, data could be collected at intervals of 10 minutes, essentially doubling the device’s battery life as it would be sleeping between reads, consuming very little battery. The remaining battery life as well as the number of hours of battery life left is displayed on the patient (Figure 4) and doctor dashboards.

Figure 4
The patient dashboard highlighting
the battery level of the device
and the number of hours of battery left

The cost of development for SmartWristband consists of once-off and recurring costs. The cost of development for one device would be $85 (€70) including the enclosure. Recurring costs occur in the backend. I am using Hologram as my service provider, costing me $6 (€5) to send data for two weeks per device. The backend costs including data streaming and the database are at $35 (€30) for two weeks. The total cost for 100 devices is approximately $8,246 (€7,035). Note that these devices are reusable. Note that the backend costs are scalable and will be the same regardless of the number of devices deployed. Obviously, costs can be dramatically reduced when buying components in bulk and using custom circuits.

THE TWO DASHBOARDS
Doctor Dashboard: It is very important for the hospital to be able to monitor the health of at-home patients at all times and get alerts if they are not okay. The hospital has access to a dashboard showing the vitals of all patients monitored as well as a specific report for all of them (Figure 5). This allows doctors to be notified if a patient needs assistance and then can look at the patient in more detail to see exactly what the problem is. The doctor will receive a notification in the form of an email and alert in the dashboard if a patient is not at home, not wearing the device or has irregular temperature and/or heart rate.

Figure 5
Tiles on the doctor dashboard highlighting core data from all patients being monitored

The doctors will also get data alerts as emails when a patient’s vitals are abnormal allowing action to be taken immediately. The report is split into 3 sections: the patient (giving details about the vitals), the location (location of the patient and if at home) and the device (battery level, ID). ML is also used to predict the health of the patient in the near future showing the doctor if the patient’s health is getting worse over time.

Patient Dashboard: I think that patients should also be able to access this data to know how they are doing and be aware of the data collected. Both a desktop and mobile experience is available for the patient so they can get their data on the fly. Note that forecasting and geolocation data is not displayed on the patient’s dashboard because they would not need that information (Figure 6).

Figure 6
Tiles on the doctor dashboard highlighting core data from all patients being monitored

GLOBAL ISSUES
The SmartWristband device is suitable for mass production and scalable because of its small price point and ease of construction. The device can be operational any place in the world with cellular coverage protecting people worldwide.

When developing this project, I ensured that all assets used, libraries and others, were open source to ensure that the application could be developed and released as soon as possible without bureaucracy. This project is fully open source and available on GitHub.

The device collects the user’s geolocation data, which is considered confidential. The device does not process this data locally but relies on the cloud to do this securely, ensuring that the user’s data cannot be hijacked. The connection with the Azure database is encrypted and secure ensuring that the data cannot fall in wrong hands.

While developing this project, numerous ideas to further develop and enhance the product came to mind:

• Collection of blood oxygen level can be implemented without the need to change any hardware because this value can be extracted from the existing heart rate sensor. The SpO2 levels in the blood are an indication of the damage done by the virus.

• The development of a 3D printed enclosure would be preferable in a future iteration. The size of the device can also be reduced dramatically making it even more comfortable to wear.

The diagram in Figure 7 shows the architecture of the application running on the device. These are the steps taken by the device every 5 minutes. The device collects all the data, checks if it is worn by the user and then packages the data and sends it to the backend through GSM. The device also keeps track of the time. It gets the time from a designated server and synchs its onboard real-time clock (RTC) to this timestamp when it wakes up for the first time or after it was turned off.

Figure 7
The front-end architecture diagram

The data sent by the device is received in the Azure IoT Hub where it was securely delivered. A stream analytics job then extracts this data from the hub and pushes it into a Cosmos DB database (Figure 8). The patient and doctor Power Bi reports then query this data at intervals of time from the database, run machine learning algorithms and then display the data. The doctor’s dashboard then collects all patients’ monitored data and provides a briefing of their health.

Figure 8
The back-end architecture diagram

MARKET AND AUDIENCE
Many countries have been implementing alternatives to the monitoring of patients with coronavirus while they self-isolate at home. Taiwan has implemented a revolutionary tracking system where the patients are tracked via their mobile phones to ensure that they stay at home. Other countries have also implemented ideas to monitor the health of people in self-isolation and some systems work better than others. All that said, apparently no product collects both the vital information about the patient’s state and his/her location in a small, comfortable package.

The SmartWristband device is aimed at people who are directed by their physician to stay home and self-isolate because they have been tested positive for the virus, but do not have severe symptoms or are asymptomatic. The benefits of using SmartWristband are summed up as follows:

  • Ensuring that patients sent to self-isolate are staying at home
  • Monitoring the patients’ vitals without the need of them being in the hospital
  • Liberating space in hospitals for people with severe manifestations of the virus
  • Alerting doctors to the state of all patients in self-isolation 24/7
  • Providing a comfortable monitoring solution for the patient
  • Providing the hospital with a forecast of the patient’s health
  • Informing the patient about their health through a mobile and desktop dashboard
  • Being cost effective and scalable

BUILDING THE PROJECT
This section guides you through the construction of the SmartWristband project and covers the steps needed to develop the application.

Step 1: Getting everything together: The first thing we need to do is get all the components needed together (Figure 9). The components and services needed are listed below:

  • Arduino MKR GSM 1400 [1]
  • GSM Antenna (comes with the MKR GSM)
  • DFRobot Heart rate sensor [2]
  • IR Temperature sensor [3]
  • 3.7V LiPo battery (I used 1,800mA-hours)
  • Hologram SIM card [4]

Figure 9
Shown here are all the components required for the project.

Aside from the hardware required, there are also several services that must be set up before we get started with the project. Links to tutorials for these services are provided in the RESOURCES section at the end of this article.

  • • Get the Arduino IDE [5] or use the Web Editor [6]
  • • Create your Hologram account [7] and connect your SIM card [8]
  • • Create an Azure account
  • • Create a Power Bi account [9]

Step 2: Working with the MKR GSM: Before we start making the project itself, we need to configure the MKR GSM to connect to the Azure IoT cloud. For this, we need to generate and store a certificate on the device to be able to verify the connection with the backend. There is a tutorial on Hackster that covers this for the MKR NB at [10]. Please follow along with this tutorial from the start and note that you should stop after you have generated the certificate. Please ensure to save the SHA1 string as we will need it later.

Step 3: Connecting everything together: The next thing we must do is get everything wired up. Figure 10 is an image depicting the connection scheme for creating this project. Note that your components probably do not look like the ones in the diagram. Ensure that you have connected the temperature sensor to A4 on the device and the heart rate sensor to A5. Don’t forget to put the SIM in!

Figure 10
A diagram of the connection scheme for the SmartWristband device

Step 4: Onto the IoT Hub: Ok, now that we have all of that done, we can move on with the IoT hub. We will be working in the backend for the next few steps to get that out of the way first. Ensure that you have an Azure account before continuing. Then follow these steps:

1. The first thing you need to do is navigate to your console (portal.azure.com) and click on the Create a Resource button at the top left of the screen. Now type IoT Hub and select the option from the dropdown.

2. Click on Create after the setup was completed. Note that in this example, we will be using a free tier IoT hub so that we will not be charged for its usage. If deploying this solution, consider changing the tier to S1 (or S2/S3 depending on the scale).

3. Create a new resource group and name your IoT hub. Now click on the Size and Scale option from the steps above.

4. Now click Review and Create and deploy the resource. Wait for the IoT Hub to create and then open it by clicking onto All Resources from the menu on the right of the screen.

5. We now need to create a device and attach it to the IoT hub. Navigate to the IoT Devices option on the menu on the right of the screen and click on the option. Click on the New button to add a new device to the IoT hub. Input the credentials as shown in Figure 11.

Figure 11
A screenshot of the device tab in IoT Hub

6. Make sure you replace the Primary Thumbprint and the Secondary Thumbprint with your SHA1 value extracted in Step 2.

7. Click save and we are ready to go!

Step 5: Creating the Cosmos DB database: Now we need to create the database where the data sent by our device will be stored. I am using Azure’s Cosmos DB because it is accustomed to storing JSON files, which is what we are sending from the device.

1. First, navigate back to the Create a Resource button from the menu on the right and click it. Search for Cosmos DB and then select the option.

2. Select the resource group created with the IoT Hub and give it a name, keep the rest of the settings the same. Ensure that the region is the same on both the IoT hub and the database to prevent region transfer costs.

3. And that’s it! Wait for the resource to deploy and then we are ready to move on!

Step 6: Creating the streaming analytics job: Now that we have our IoT hub and database set up, we need to connect the two together so that the data input into our IoT Hub is streamed into the database as it is received.

1. Start off by creating a new resource by typing Stream Analytics Job. Now select the resource group used up until now and ensure that the number of streaming units is set to 1. If delivering a high quantity of devices, you may want to consider creating more streaming units to handle the greater number of devices.

2. Wait for the resource to deploy and then select it from the All Resources button on the menu on the left.

3. Now that we are in the resource, select the Inputs button from the menu on the left to select our input. Click on Add Stream Input and then select IoT Hub from the list of options.

4. Enter the name of your IoT hub and then select it from the menu shown. Do not change any other settings. Click Save. Now click on the Outputs option from the menu on the left of the screen and select the Cosmos DB option from the list provided.

5. Name the output and then select the database from the options provided. Select Create New under Database and set the database name to SmartWristband and the container name to data. Leave the document ID empty. Now click Save.

6. The final thing we need to do is click on Query from the options. We need to supply the service with code to route all the data from the IoT hub into the database. Copy and paste the code below into the space provided. The code will map all inputted values to outputs, which will then be stored in a JSON format in the Cosmos DB.

SELECT
    time as time,
    id as name,
    geoLat as latitude,
    geoLng as longitude,
    isWorn as isWorn,
    heartrate as heartrate,
    temperature as temperature,
    battery as battery
INTO
    [universum-smartwristband-db]
FROM
    [universum-smartwristband-hub]

7. After that’s done, click on the Save Query button from the menu at the top of the screen and we are ready to go. Now all we need to do is click back on Overview from the menu on the left and then start the streaming by pressing the Start button.

Step 7: Libraries required: All libraries used in this project are open source. Below is the list of all libraries used and the links to their GitHub repositories. Please make sure you download and install [11] before moving on. (Links to all of these are provided in RESOURCES section at the end of this article.).

  • MKRGSM Library
  • RTCZero Library
  • Arduino Bear SSL Library
  • ArduinoECCX08 Library
  • Arduino MQTT Client Library
  • Arduino Low Power Library
  • DFRobot Heartrate Library

Step 8: Preparing the variables: Now we can focus on the front end of the application. Open the code from the GitHub repository in the Arduino IDE or web IDE and follow along with the steps below to edit the variables in the document so that the MKR GSM will be able to connect to Azure IoT.

1. The first thing we will need to do is navigate to the IoT hub created and copy the hostname shown. Now open the secrets.h file from the project and input the string into the SECRET_BROKER field.

2. The next thing is getting the device name. This is simply the name given to the device in the IoT Hub. Copy the name displayed and then paste it in the SECRET_DEVICEID field in the secrets.h file. At the end, your file should look something like the content shown in Figure 12.

Figure 12
Inserting the credentials in the Arduino sketch

3. The last thing you need to do is change the DEVICE_ID. I included this feature so that all devices would have a specific ID when deployed. You can set the ID to the name of the patient or a string to be able to identify the devices and distinguish them.

Finally, I want to talk about the MODE option. When I created this project, I needed to have a way to easily test and troubleshoot the application before deploying it. The mode of the application solves this. There are two modes in which the application can be set:

  • DEVELOP_TIME is the developing mode. Here, the device prints verbose to the serial (the device only works connected to the computer with the serial monitor on). The device also wakes up and collects data every 10 seconds.
  • RELEASE_TIME is the release mode. Here, the application works as expected, it can work on the field without the need of a connection to a computer, it will also take samples every 5 minutes as opposed to 10 seconds.

We will toggle between these modes later, for now, leave it in DEVELOP_MODE.

Step 9: Flashing the Developer Version: Now that all the setup is done, we need to test the code out to ensure it is running in the DEVELOP_MODE. To do this, ensure that you have followed all the steps so far and then connect your device to your PC or mac via USB and then upload the Arduino sketch [12].

Open the serial monitor (ctrl/cmd-shift-m) and view the verbose. It will take a while to configure the first time, ensure that the data is being sent to the IoT Hub correctly. Then visit the IoT Hub and check the graphs to see if data was received. You are now ready to deploy the application! If you need help troubleshooting, you can contact me by the email provided in the Author Bio box at the end of this article.

Step 10: Shipping the release version: To change to the release version, all you need to do is change the MODE definition in the secrets.h file to RELEASE_TIME. Now upload this code to the device, ensure the LiPo battery is connected and then unplug it from the computer. You should see the onboard LED of the device flashing every 10 minutes indicating that a cycle is running. Check the IoT Hub and Cosmos DB database to ensure that the data is going through. Now you are ready to deploy the device! Ensure you send some data to the back end before continuing because we will need this when creating the dashboard.

Step 11: Onto the dashboard: Creating the dashboard is meticulous work and takes time. In these next two sections, I will explain how to work with the data in the Power Bi dashboards and reports. I will not go over how to design the dashboard, because this is up to your personal preference but the tutorials provided in the RESOURCES section at the end of this article will show you how to do this in detail.

DASHBOARD CREATION
Let’s start with the doctor dashboard. Make sure you have Power Bi desktop installed on your PC. Mac users can use the Power Bi online version to create this report, everything is basically the same.

1. Launch the application and click on the Get Data button. Now navigate to the Azure option and select Cosmos DB from the options.

2. Now go to your Cosmos DB resource and copy the URI link and paste it in the field in Power Bi. Sign in if this is required.

3. Now we need to go to the keys window in the Cosmos DB dashboard and copy the PRIMARY KEY and paste it into the Account Key field. Now navigate through the database and ensure that the data file is checked. Click load and then we are ready to go!

4. Now that you are in the report, find the Transform data button from the menu at the top of the screen. Click it to get a table with data.

5. Click on the button next to the title of the table and select the fields shown above. You should see your table expand.

6. Now we need to change the data types of the rows. Identify the Data Type button from the menu at the top of the screen and change the values accordingly.

7. Now click on Close and Apply and you will be brought back to the dashboard. Your dashboard should look something like as show in Figure 13.

Figure 13
Screenshot illustrating the datapoints in the Power Bi report

8. The next thing we will need to do is create measures to process data and convert it into different forms in the report. Open the Stream Analytics Script folder from the GitHub repo in Visual Studio code. I installed an extension called DAX for Power Bi to get context highlighting.

9. There are a number of files that have to be edited specifically for the patient as they hold the patient’s information. The list of files that must be edited as follows:

  • Address.dax
  • Age.dax
  • Gender.dax

10. Open these files in VS code and edit them there.

11. Now we will create new measures in Power Bi using these files. To do so, open the Power Bi report and click on the New Measure button from the menu at the top of the screen.

12. Copy and paste the first file’s content into the text bar. Ensure that the Format and Data Category is set accordingly (set the category of latitude data to latitude). Now repeat this step for all other files, creating a new measure for each.

13. Now we are moving on to the fun part—designing the dashboard. Please look at the tutorials at the Reference links below ([13] through [16]) to get an idea of how to create infographics and style the dashboard:

  • Basic Power Bi [13]
  • Complete Guide to Power Bi [14]
  • Free Udemy Course on Power Bi [15]
  • Forecasting data (ML) in Power Bi (used on temperature, heart rate and battery level) [16]

14. Now after the dashboard is designed, we need to publish it on the web so that we can access it from anywhere, on any device. Note that the data in the report is automatically refreshed when the user opens it (there is also a refresh button).

15. Click on the Publish button from the menu at the top of the screen and select My Workspace as the destination. Wait for the dashboard to upload.

16. To continue working on this, open the Power Bi report in the browser. We will now be working on the dashboard that summarizes all the patients. To do this, click on the tile depicting the status of the patient to see a menu.

17. From the menu, select the pin visual button and create a new dashboard. This visual will pin to the dashboard. Repeat this for the following cards:

  • Name
  • Status
  • Temperature
  • Heartrate

18. The doctor will be able to see a glimpse of all the patients being monitored on this dashboard.

19. Finally, click on the temperature card in the dashboard and the on the menu button, select the Manage Alerts button to open a menu where you can set alerts for the visual. Configure this as below and repeat the step with heart rate (set the threshold to 100).

And that’s it! We now need to work on the patient dashboard.

We will start this dashboard by copying the doctor dashboard as we will be using all the measures and data collected there but display it in a different way. I kept all the data there, but removed the forecasting for the temperature and heart rate sections (to prevent patients from worrying to much about it) and removed the location section—because the patient knows where they are).

I also developed a mobile version of this dashboard. To do so, navigate to the View menu and then select Mobile Layout. From there, we only need to drag and drop the existing tiles onto the mobile phone to create this layout. After this is done, we will upload the dashboard online again as done before. This dashboard can be shared with the patient through the Power Bi app where they can get a mobile version of the application showing them all the information they need as well as an online view.

Step 12: Finally, the enclosure: So now that everything is done, we need to create an enclosure for the project. Ideally it would be 3D printed, but, because I don’t have a 3D printer, I cut pieces of plastic out and assembled them that way. That said, I do have a 3D design made for the enclosure of the prototype. The device is quite big in this instance and a future industrial version will obviously be reduced in size. I just didn’t want to solder all the components onto a PCB so I could reuse them in future projects. And that’s it! The project is done!

REFLECTION
I really enjoyed making this project. I spent a couple of hours back in March brainstorming ideas to tackle the coronavirus and when a Hackster contest on this topic was announced, I started working on one of the best ideas that I believed would truly have an impact on the community: SmartWristband.

I am very proud to take part in this international effort to provide the world with low-cost scalable solutions that would help combat the virus. I was inspired by the Taiwanese government because of its smart tracking devices that ensure that people confirmed with the virus stay at home and abide by the rules of the quarantine. I felt like this system could be improved to further enhance the safety of the patient by also monitoring their heart rate and temperature while at home. Figure 14 shows the SmartWirstband being worn.

Figure 14
The device being worn by a user

Coronavirus is a tricky problem to tackle, and truly needs a lot of cooperation and devotion to overcome it. I believe that this application is implementable at global level to help monitor the health of patients confirmed with virus infection, but with less severe symptoms (or asymptomatic). This allows them to stay at home and thereby free up space in hospitals that can be assigned to more urgent cases.

The thing I enjoyed the most about the making of this project was the dashboard. I really enjoyed designing it—I am a visual person. I encountered some problems connecting the Arduino MKR GSM to Azure IoT. This was because I set the expiration date of the device’s certificate to something like 2 minutes, and it took me a while to realize this. I really hope you enjoyed the article and thanks for taking the time and interest. And take care!

RESOURCES

References:
[1] https://store.arduino.cc/arduino-mkr-gsm-1400-1415
[2] https://www.dfrobot.com/product-1540.html
[3] https://modernroboticsinc.com/product/cal-thermopile/
[4] https://store.hologram.io/store/
[5] https://www.arduino.cc/en/main/software
[6] https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a
[7] https://www.hologram.io
[8]  https://www.hologram.io/guides/connect-device
[9]  https://powerbi.microsoft.com/en-us/
[10] https://www.hackster.io/Arduino_Genuino/securely-connecting-an-arduino-nb-1500-to-azure-iot-hub-af6470
[11] https://www.arduino.cc/en/guide/libraries
List of all libraries used and the links to their GitHub repositories
MKRGSM Library – https://github.com/arduino-libraries/MKRGSM
RTCZero Library – https://github.com/arduino-libraries/RTCZero
Arduino Bear SSL Library – https://github.com/arduino-libraries/ArduinoBearSSL
ArduinoECCX08 Library – https://github.com/arduino-libraries/ArduinoECCX08
Arduino MQTT Client Library – https://github.com/arduino-libraries/ArduinoMqttClient
Arduino Low Power Library – https://github.com/arduino-libraries/ArduinoLowPower
DFRobot Heartrate Library – https://github.com/DFRobot/DFRobot_Heartrate
[12] https://www.arduino.cc/en/main/howto
[13] https://powerbi.microsoft.com/en-us/learning/
[14] https://docs.microsoft.com/en-us/power-bi/guided-learning/
[15] https://www.udemy.com/course/learn_power_bi_for_free/
[16] https://powerbi.microsoft.com/fr-fr/blog/introducing-new-forecasting-capabilities-in-power-view-for-office-365/

GitHub Repo
https://github.com/Andrei-Florian/SmartWristband

Arduino | www.arduino.cc
Hologram | www.hologram.io
Microsoft | www.microsoft.com

PUBLISHED IN CIRCUIT CELLAR MAGAZINE • NOVEMBER 2020 #364 – Get a PDF of the issue

Keep up-to-date with our FREE Weekly Newsletter!

Don't miss out on upcoming issues of Circuit Cellar.


Note: We’ve made the Dec 2022 issue of Circuit Cellar available as a free sample issue. In it, you’ll find a rich variety of the kinds of articles and information that exemplify a typical issue of the current magazine.

Would you like to write for Circuit Cellar? We are always accepting articles/posts from the technical community. Get in touch with us and let's discuss your ideas.

Sponsor this Article
+ posts

Andrei Florian is a student in Dublin, Ireland. He has been working on tightening the connection between humans and technology by designing applications that will help us in our lives. This includes working on projects that combat pollution and climate change as well as monitoring our natural environment and our cities. He has also been working on personal security and big data. Andrei can be contacted at andrei_florian@universumco.com

Supporting Companies

Upcoming Events


Copyright © KCK Media Corp.
All Rights Reserved

Copyright © 2023 KCK Media Corp.

SmartWristband – Wearable for Self-Isolated COVID-19 Patien…

by Andrei Florian time to read: 24 min