Skip to content

OpenSeizureDetector watch app based on InfiniTime firmware for Pinetime.

License

Notifications You must be signed in to change notification settings

MJones235/OSDInfiniTime

 
 

Repository files navigation

OpenSeizureDetector (OSD) App for InfiniTime

This application will transmit heart rate and accelerometer data via BLE. There will be a simple user interface to start and stop the app.

An application that broadcasts heart rate data has already been implemented. Starting the heart rate controller will be sufficient to expose the heart rate data over BLE.

It will be necessary to create an OSD service, which will broadcast the magnitude of the acceleration. The X, Y and Z components of the acceleration can be obtained from the motion controller, which has already been implemented.

Ideally, sampling should occur at 25Hz. At present, accelerometer data is sampled at 10Hz.

InfiniTime logo

Fast open-source firmware for the PineTime smartwatch with many features, written in modern C++.

New to InfiniTime?

Companion apps

*Note : We removed mentions to NRFConnect as this app is closed source and recent versions do not work anymore with InfiniTime (the last version known to work is 4.24.3). If you used NRFConnect in the past, we recommend you switch to Gadgetbridge.*

Development

Contributing

Build, flash and debug

API

Architecture and technical topics

Project management

Licenses

This project is released under the GNU General Public License version 3 or, at your option, any later version.

It integrates the following projects:

Credits

I’m not working alone on this project. First, many people create PR for this project. Then, there is the whole #pinetime community : a lot of people all around the world who are hacking, searching, experimenting and programming the Pinetime. We exchange our ideas, experiments and code in the chat rooms and forums.

Here are some people I would like to highlight:

  • Atc1441 : He works on an Arduino based firmware for the Pinetime and many other smartwatches based on similar hardware. He was of great help when I was implementing support for the BMA421 motion sensor and I²C driver.
  • Koen : He’s working on a firmware based on RiotOS. He integrated similar libs as me : NimBLE, LittleVGL,… His help was invaluable too!
  • Lup Yuen Lee : He is everywhere: he works on a Rust firmware, builds a MCUBoot based bootloader for the Pinetime, designs a Flutter based companion app for smartphones and writes a lot of articles about the Pinetime!

About

OpenSeizureDetector watch app based on InfiniTime firmware for Pinetime.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.8%
  • C++ 9.1%
  • Python 1.6%
  • CMake 0.9%
  • Ruby 0.3%
  • Shell 0.2%
  • Other 0.1%