Code Monkey home page Code Monkey logo

osdwatch's Introduction

OpenSeizureDetector : OSDWatch

OSDWatch is (or rather will be) a custom wrist watch with sensors for seizure detection, and the associated software to use it as a seizure alarm system.

It is in a very early state of development!

Hardware

Design constraints:

  • Provide a battery life of at least 12 hours (preferably 24 hours) per charge.
  • Monitor acceleration (to allow the equivalent system to the Pebble seizure detector)
  • Communicate with a mobile device (phone or tablet) to provide an alarm system (so we can use the existing OpenSeizureDetector android app framework).
  • Monitor additional paramaters as space and battery life allows, such as heart rate, blood oxygen saturation, skin temperature, skin conductivity.

Likely Components:

  • ESP32 microcontroller module with integral bluetooth radio
  • ADXL345 accelerometer
  • Max30102 heart rate and blood oxygen saturation sensor
  • OLED dislay
  • LiPo battery charge controller.

Software

  • FreeRTOS based system (for portability if we change microcontroller)
  • Tasks to carry out the following functions:
    • I2C hardware interface (so different tasks do not try to access the I2C bus at the same time)
    • Communications Interface (To handle communication with the parent android device)
    • Acceleration Handler (set up the acceleration sensor, and maintain a buffer of acceleration data, by responding to interrupts from the sensor)
    • Display Handler (update the display periodically)
    • Handlers for other sensors
    • Analysis Task - periodically analyse the sensor data to perform seizure detection.
    • Logging Task - periodically log data to the parent android device or local storage for future analysis.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.