Has anyone tried a way to make PineTime compatible with Bangle apps? #5089
Replies: 1 comment
-
Posted at 2022-08-11 by @gfwilliams I could be wrong - I'm sure @jeffmer will be able to say for sure, but I think the P8 is basically the same watch as the PineTime and that is supported (you need to install the Espruino firmware on it though). There is the potential for having a more complete firmware for other watches which implements the Posted at 2022-08-11 by user147882 Thank you, you are very kind. On what website are the firmware installation instructions? Posted at 2022-08-11 by user140377 Follow the link to github for firmware instructions: Posted at 2022-08-12 by user147882 The firmware directory (https://github.com/jeffmer/WatchApps/tree/main/firmware) does not work, where can it be downloaded? I can't find copies from that website. Posted at 2022-08-12 by Hank https://github.com/jeffmer/WatchApps/tree/master/firmware Posted at 2022-08-12 by user140377 Try branch master https://github.com/jeffmer/WatchApps/tree/master/firmware Posted at 2022-08-12 by jeffmer The firmware referenced above should work on the PineTime, however, I have not tried it. There are some pin out differences which you can find listed by @atc1441 here https://github.com/atc1441/ATCwatch/blob/master/ATCwatch/pinout.h. These can easily be dealt with by editing the Espruino device driver modules. There are quite a few different versions of the P8 with different accelerometers which can again be dealt with in Espruino code. There are I think some posts from @fanoush on this topic (or comments on his Github repository). |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-08-10 by user147882
Has anyone tried a way to make PineTime compatible with Bangle apps?
https://banglejs.com/apps/
https://jeffmer.github.io/WatchApps/
I think it would be a big step for the PineTime to be a Bangle compatible watch. As you can see in the second link, there are several non-Bangle watches that are compatible with some applications
Beta Was this translation helpful? Give feedback.
All reactions