SMotlaq / open-watch

An open-source handmade smartwatch. All of the codes, PCBs and schematics are available. ⌚

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License

Table of Contents
  1. About The Project
  2. Donation
  3. Components
  4. Roadmap
  5. Pictures
  6. Results
  7. License
  8. Refereces
  9. Contact

About The Project

Welcome to Open-Watch ✋🏻😃 a wearable device for health monitoring and fitness tracking.

Special thanks to PCBWay for sponsoring us on this open-source project and providing these awesome 4-layer PCBs! Open-Watch is an open-source smartwatch project developed for our B.Sc. final thesis. This smartwatch can measure the linear acceleration of your hand, rotational speed, heart rate, and SpO2 (oxygen saturation). All of these data will be processed by an STM32 processor with an ARM Cortex-M core. You can find these essential components here.

MPU6050 was used for IMU purposes. We use the Kalman filter to reduce the noise effect and extract clean data from the sensor (3-axis linear acceleration, 3-axis rotational velocity, and 3-axis rotation angle).

MAX30102 is the sensor used for health care purposes. We just read raw data and devolve the processes to the smartphone.

Open-watch will send these collected data to a smartphone via a Bluetooth module. On the smartphone side, an Android app reads the data from Bluetooth and processes them. For health care applications like heart rate and SpO2 analysis, we use ML-based algorithms to extract these parameters from raw data read from the pulse-oximeter sensor. In this section a real-time algorithm for analysis of photoplethysmography signal (PPG) for measurement of SpO2 will be implemented.

The final valuable data will be shown on a smartphone as well as the smartwatch screen.

(back to top)

Donation

Do you want to support us in this project?

Buy me a Coffee

(back to top)

Components

(back to top)

Roadmap

  • Hardware design
    • Microcontroller
    • Vibration motor
    • Bluetooth
    • Buzzer
    • Touch keys
    • Charger
    • PPG sensor
    • MPU6050
  • PCB design
  • PCB Ordering
  • Body design
  • 3D print
  • Soldeing
  • Firmware programming
    • RTC
    • Alarm
    • Bluetooth commands
    • Vibration waves
    • Buzzer
    • OLED
      • UI/UX
    • Touch buttons
    • Battery level indicator
    • MPU6050
      • Get raw data
      • Kalman filter
      • Movement detection
    • PPG sensor
      • Get raw data
      • Transfer data using Bluetooth
  • Android programming
    • Get blutooth data
    • UI/UX
    • Plot the raw PPG signals
    • PPG data analysis
      • Heartbeat
      • SpO2
  • Assembling
  • Final test 😎

See the open issues for a full list of proposed features (and known issues).

(back to top)

Pictures

OpenWatch

PCB Overview

PCB - 2D

PCB - 3D

PCB - Real

(back to top)

Star history

Star History Chart

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Refereces

Dataset:

MIMIC-III Database (https://mimic.mit.edu)

[1] Johnson, A., Pollard, T., & Mark, R. (2016). MIMIC-III Clinical Database (version 1.4). PhysioNet. https://doi.org/10.13026/C2XW26.

[2] Moody, B., Moody, G., Villarroel, M., Clifford, G., & Silva, I. (2020). MIMIC-III Waveform Database (version 1.0). PhysioNet. https://doi.org/10.13026/c2607m

[3] Kemp, J., Zhang, K., & Dai, A. (2020). MIMIC-III - SequenceExamples for TensorFlow modeling (version1.0.0). PhysioNet. https://doi.org/10.13026/n2v5-5b32.

Main references:

[1] Kiyasseh et al, CLOCS: Contrastive learning of cardiac signals across space, time, and patients, In Proc. ICML 2021

[2] Torres-Soto, J., Ashley, E.A. Multi-task deep learning for cardiac rhythm detection in wearable devices. npj Digit. Med. 3, 116 (2020). https://doi.org/10.1038/s41746-020-00320-4

[3] El Hajj C, Kyriacou P.A. Cuffless blood pressure estimation from PPG signals and its derivatives using deep learning models, Biomedical Signal Processing and Control. 70 (2021) https://doi.org/10.1016/j.bspc.2021.102984

[4] Solà, J., & Delgado-Gonzalo, R. (2019). The Handbook of Cuffless Blood Pressure Monitoring: A Practical Guide for Clinicians, Researchers, and Engineers. The Handbook of Cuffless Blood Pressure Monitoring. https://doi.org/10.1007/978-3-030-24701-0

(back to top)

Contact

Salman AmiMotlaq - @SMotlaq - pilot.motlaq@gmail.com

Seyedmohammadsaleh Mirzatabatabaei - @seyedsaleh - seyedsaleh.edu@gmail.com

Amirhossein Aghajari - @Aghajari - amirhossein.aghajari.82@gmail.com

Project Link: https://github.com/SMotlaq/open-watch

(back to top)

About

An open-source handmade smartwatch. All of the codes, PCBs and schematics are available. ⌚

License:MIT License


Languages

Language:C 82.8%Language:C++ 7.6%Language:Java 3.6%Language:HTML 3.0%Language:Makefile 2.8%Language:Assembly 0.2%Language:CMake 0.0%