top of page

Smart Watch: Proof of Concept

  • Writer: Radhika Thakur
    Radhika Thakur
  • Aug 1, 2020
  • 1 min read

As a part of a freelance project, I was asked to create a Proof of Concept (POC) for a COVID-19 Smart Watch. The watch can measure temperature, pulse rate, blood oxygen level (SpO2) and has Bluetooth connectivity.

Client Requirement:

Interface temperature sensor,pulse rate and SpO2 sensor with a Microcontroller and display their values on the IPS display with interactive screens.

Temperature Sensor Interfacing:


TMP117 - Temperature Sensor
  • The TMP117 precision temperature sensor by Texas Instruments was used to measure temperature.

  • The sensor is interfaced with an Arduino UNO and the I2C communication protocol is established between the sensor and the MCU.

  • The display module is also interfaced with the Arduino UNO via SPI.

  • An interactive animation, of mercury rising in a thermometer, plays as the MCU processes the data received from the sensor before displaying it on the LCD.



Pulse Rate + SpO2 Sensor Interfacing:


OCareM1 - Pulse Oximeter Sensor
  • The OCareM1 module pulse oximeter sensor by Taiwan Biophotonic Co. (tBPC) was used to measure pulse rate and blood oxygen level (i.e. SpO2).

  • The sensor is interfaced with an Arduino UNO and the I2C communication protocol is established between the sensor and the MCU.

  • The display module is also interfaced with the Arduino UNO via SPI.

  • An interactive animation, of a beating red heart, plays as the MCU processes the data received from the sensor before displaying it on the LCD.


Comments


Commenting on this post isn't available anymore. Contact the site owner for more info.

About Me

radhika_thakur.jpg

My name is Radhika Thakur. I am a Programmer and an avid Mechatronics enthusiast. I work on projects in IoT, Embedded System Design and Testing, Requirement Analysis and Documentation. From Mechatronics projects to laser-etched artworks; the process of designing and building fascinates me thoroughly!

bottom of page