PINE64
Similar Smart Watch - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PineTime (https://forum.pine64.org/forumdisplay.php?fid=134)
+--- Forum: General Discussion on PineTime (https://forum.pine64.org/forumdisplay.php?fid=135)
+--- Thread: Similar Smart Watch (/showthread.php?tid=8287)



Similar Smart Watch - VMMainFrame - 11-11-2019

There is a Kickstarter project for a "hackable Smart Watch" that uses very similar hardware as the PineTime called the Bangle.js

https://www.kickstarter.com/projects/gfw/banglejs-the-hackable-smart-watch


RE: Similar Smart Watch - Meurton - 01-16-2020

(11-11-2019, 04:59 PM)VMMainFrame Wrote: There is a Kickstarter project for a "hackable Smart Watch" that uses very similar hardware as the PineTime called the Bangle.js

https://www.kickstarter.com/projects/gfw/banglejs-the-hackable-smart-watch

So the kickstarter project is finished. Site to pre order isĀ https://www.espruino.com/Bangle.js.

This watch is interesting because it has open software, with a pitch of easy writing of applications. Moreover, the hardware is identical?!

Same processor, same ram same resolution.
Don"t know about the sensors, or if pinetime has gps.

So could it be as easy as just flashing bangle.js and we've got an ecosystem on the pinetime?


RE: Similar Smart Watch - wibble - 01-16-2020

It's certainly interesting, and might be portable, but there are some differences we'd certainly need to deal with before it will be usable.

The PineTime doesn't have the GPS so that's out.
The bangle has 3 hardware buttons plus 2 soft buttons. The hardware buttons are integral to the UI operation, so we'd need to reimplement to use soft buttons. They're also used in the reset process - not sure what we'd do about that.
Sensors/screen - not sure if they're compatible, so might need a different set of drivers.

Bangle.js technical details

Screen controller: same controller but different mode (parallel for Bangle.js, SPI for PineTime)
Touch controller: different - plus the 'touch left/right' have hardware pins so aren't really 'soft' buttons
Accelerometer: different
HRM: different
Magnetometer: only on Bangle.js
Flash: possibly similar

So a port may be possible but isn't going to be trivial, and unless they're on board with the reduced feature set device the app compatibility may be a pain. It seems worth investigating though.


RE: Similar Smart Watch - Surehand53 - 01-18-2020

This one here also seems interesting:
https://www.cnx-software.com/2019/12/31/18-ttgo-t-wristband-diy-arduino-programmable-smart-bracelet-features-esp32-pico-d4-sip/

It has a development board as an extension which prevents the whole malarkey to connect to the PineTime.