Git Product home page Git Product logo

Comments (3)

jones139 avatar jones139 commented on May 17, 2024 1

Thank you for getting back to me - I don't get hung up on Licences, I just tend to say GPL because that was the first one I came across, so it would suit me if whichever licence you pick is compatible with GPL.
I will have a go at the first option - I have a fork of your project in my OpenSeizureDetector project. I will first work in a branch to just add the hardware access libraries so you can have access to heart rate and accelerometer data - you should then be able to just merge that back into this project if you would like it. I will try and make one of your applets (I am not sure what the term is in the UI library you are using) that displays accelerometer and heart rate data as an example.
Once I have done that I will think about how to make my single use app version - as you say doing it with a compiler directive would be neat.
I would definitely be interested in merging your OTA work into it, because getting the app onto the watch will be the biggest hurdle.
Thanks!
Graham.

from infinitime.

JF002 avatar JF002 commented on May 17, 2024

Hi!
I'll send you an email so that we can further discuss this if you want to :)

Thanks for your interest in this project. Your project is a nice real-life use case for Pinetime, and I would be happy to help you achieve it!

I have not decided on the exact license (GPL/LGPL/other, see #22), but I intend to keep it open-source, so, using my project as a base for yours should not be an issue.

I see 2 options for your project, depending on how you want to work:

  • Work in a 'feature' branch of this project and eventually create a pull-request to merge your work into the project. Your application could be enabled at compilation time (via preprocessor instructions #define for example) or at runtime via the application list, for example.
  • Fork the project, remove what you don't need and add your code.

The 1st option is my favorite as we will work together to make it possible. For example, if you write a heart-rate sensor driver, it'll be automatically available for the whole project and for other application that need the heart rate data. If I manage to make the OTA update work, you'll be able to update the application (and the whole firmware) via BLE. We can add customization if needed (like the possibility to enable/disable some features at compilation time or at runtime).

The 2nd one will allow you to better/faster customize the firmware as you'll only have to think about your application and forget about all the other features and use-cases but we won't share code as easily.

So... it's up to you ;)

from infinitime.

JF002 avatar JF002 commented on May 17, 2024

Thanks in advance for your contributions ;)

from infinitime.

Related Issues (20)

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.