Skip to content

Infinitime Firmware for Pinetime smartwatch, modified to act as OpenSeizureDetector BLE Data Source

License

Notifications You must be signed in to change notification settings

OpenSeizureDetector/PineTimeSD

 
 

Repository files navigation

InfiniTimeSD

This repository is a fork of the InfiniTime firmware for the PineTime smartwatch. It is optimised for use as a BLE DataSource for OpenSeizureDetector.

GJ Build Notes

  • I had trouble building it on Ubuntu, so use the docker container provided by the Infinitime Project.
  • Build with:
    • cd InfinitimeSD
    • docker run --rm -it -v ${PWD}:/sources --user $(id -u):$(id -g) infinitime-build
  • Flash the DFU format binary (e.g. build/output/pinetime-mcuboot-app-dfu-1.13.1.zip) using either GadgetBridge for Android or Siglo on Linux. (The waspos wasptool.py or dfu.py scripts do not work). Siglo seems a bit tempremental - you seem to have to manually pair the watch to the laptop before it will work (but there is no helpful error message to say that!)

InfiniTime

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 pull requests 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

Infinitime Firmware for Pinetime smartwatch, modified to act as OpenSeizureDetector BLE Data Source

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.6%
  • C++ 9.2%
  • Python 1.7%
  • CMake 0.9%
  • Ruby 0.3%
  • Shell 0.2%
  • Other 0.1%