Skip to content

My InfiniTime fork used on my PineTime. Based on Commenter25's InfiniTime25 fork.

License

Notifications You must be signed in to change notification settings

BeanieBarrow/InfiniTime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked from Commenter25's InfiniTime25

My edited firmware for the PineTime smartwatch, with changes I mostly bodged in from other forks, and from PRs that haven't made it to main.

Changes

Not stolen

  • Increase notif vibrate from 35ms to 300ms
  • Increase timer vibrate from 35ms to 1500ms
  • Change "volts" to "V" in the BatteryInfo app

Stolen from mashuptwice (deleted account and repo)

  • Increase alarm timeout from 60s to 3m
  • Move Music to right of watch face
  • Start Music with volume buttons

Stolen from PrivateGER

  • Don't alert while charging
  • Add remaining time to Music
  • Add swiping indicator to Music
  • Swap notif indicator with a bell icon

Stolen from upstream PRs

How I built the project

  1. Cloned the repo with submodule recursion git clone --recurse-submodules -j8 https://github.com/BeanieBarrow/InfiniTime
  2. Downloaded the gcc-arm-none-eabi-10.3-2021.10 toolchain
  3. Downloaded the nRF5_SDK_15.3.0_59ac345 toolchain
  4. Extracted both to my /opt directory.
  5. Ran the commands export ARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-10.3-2021.10 and export NRF5_SDK_PATH=/opt/nRF5_SDK_15.3.0_59ac345.
  6. Ran the command cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-10.3-2021.10/ -DNRF5_SDK_PATH=/opt/nRF5_SDK_15.3.0_59ac345/ -DBUILD_DFU=1 in the root directory of the repo
  7. Ran the command make -j pinetime-mcuboot-app
  8. Transferred the firmware (pinetime-mcuboot-app-dfu-1.13.0.zip) to my PineTime using WatchMate.

Everything below is the original README, for convenience.


New to InfiniTime?

Companion apps

Development

Contributing

Build, flash and debug

API

Architecture and technical topics

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 projects. 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

My InfiniTime fork used on my PineTime. Based on Commenter25's InfiniTime25 fork.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.9%
  • C++ 9.0%
  • Python 1.6%
  • CMake 0.9%
  • Ruby 0.3%
  • Shell 0.2%
  • Other 0.1%