Open Source Smartwatch
111–120 of 251 posts
Re: Open Source Smartwatch
#112I’m not so sure if this is significant other than for the fact that it’s being distributed by PINE64. There are plenty other junk reprogrammable “smartwatch kit” that reuse Huami/Xiaomi-brand smartwatch enclosures while genuine Huami goes on to collect data more strategically at a larger scale. Recently I got a Mi Band 5 and learned they transfer BLE pairing over platforms - they make devices generate new MAC when un…
Re: Open Source Smartwatch
#113Ok, just to make sure I understand this correctly. - This is basically a commercial smartwach (the Colmi P8) that is based on a well documented SOC, the nordic nRF52832 - The open source version comes with an enclosure that is not glued shut, so that it is easy to access testpoints on the pcb. - Development is done by accessing the nRF51 SWD interface with pogo pins or similar. The programming interface can be a stan…
:) not sure it's up to anybody to do it. To me "nRF51 SWM interface with pogo pins" means absolutely nothing, same for nRF52832 or STLink.
I would advise against the ST-Links though as they expose a more high level protocol and don't always work with non-STM chips. FT232H dongles make for a more versatile programmer.
Re: Open Source Smartwatch
#114I’m not so sure if this is significant other than for the fact that it’s being distributed by PINE64. There are plenty other junk reprogrammable “smartwatch kit” that reuse Huami/Xiaomi-brand smartwatch enclosures while genuine Huami goes on to collect data more strategically at a larger scale. Recently I got a Mi Band 5 and learned they transfer BLE pairing over platforms - they make devices generate new MAC when un…
I like Pine64's spirit, but are they good at delivery? I was excited by the PineTab and wanted to buy a few for wall-mounted displays. But they've been out of stock for 6 months at least, with very spotty updates. It made me reluctant to buy anything from them.
Re: Open Source Smartwatch
#115Earlier quoted context omitted.
Are you complaining about the lack of a walled garden on a post titled "open source smart watch"? Yes, open source leads to experimentation and individualization which leads to fragmentation. It's a trade-off, but and there are already plenty of other smart watches going for a less fragmented but less open ecosystem
I am complaining that they don't provide one single OS experience. I didn't mention anything about walled gardens.
Re: Open Source Smartwatch
#116Promising specs! I'd rather have multi-day battery life than fancy graphics, maybe even an e-ink display.
Agreed. I moved from smart watches back to an old Casio sgw-100. Battery life is the main reason. It's nice just to always have a watch that works, and be able to go on camping trips and really be able to rely on the device. I've changed the battery once in 2 years (and that was simply preventative). The fact that it just keeps on working for years at a time is a nice contrast to basically every other modern device.
I love mine. I get my notifications, pulse, step, and sleep tracking, in a classy looking package with a grown up battery life.
Re: Open Source Smartwatch
#117Re: Open Source Smartwatch
#118See also the TTGO T-Watch-2020 which is based on an ESP32 processor. [1]: https://www.tindie.com/products/ttgo/lilygor-ttgo-t-watch-20... [2]: https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library
Re: Open Source Smartwatch
#119See also the TTGO T-Watch-2020 which is based on an ESP32 processor. [1]: https://www.tindie.com/products/ttgo/lilygor-ttgo-t-watch-20... [2]: https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library
Does it the watch have support for Lua? It's popular language around ESP32 but it's not mentioned on any product materials. Is the size some standard? I would prefer some other belt but don't know how to search for it?
I'd say that MicroPython is more popular than Lua at this point.
Re: Open Source Smartwatch
#120Ok, just to make sure I understand this correctly. - This is basically a commercial smartwach (the Colmi P8) that is based on a well documented SOC, the nordic nRF52832 - The open source version comes with an enclosure that is not glued shut, so that it is easy to access testpoints on the pcb. - Development is done by accessing the nRF51 SWD interface with pogo pins or similar. The programming interface can be a stan…