by 41209 on 12/11/21, 4:42 PM with 45 comments
Looks like Google is coming out with Wear OS 3 soon, so I don't want to invest any real money in a Watch until then
by denysvitali on 12/11/21, 5:13 PM
51 USD will get you a sealed smart watch and a dev kit :)
by azdle on 12/11/21, 6:17 PM
AFAICT, it's fully open source software (except, presumably, the nordic hal stuff?), with a JS SDK and a hosted IDE. But, I haven't used it yet because it requires WebBluetooth, and I refuse to use chrome, and I haven't figured out if the rasppi hosted IDE is still supported or not, it seems that the `nw` package doesn't support arm (anymore?).
But this was the best option I found when I was looking awhile ago.
The other things I considered were the Pinetime (software is still a bit too early from what I've seen) and "Paul's Open-Smartwatch" https://open-smartwatch.github.io/, but I really wanted GPS and that version's design isn't finished yet.
by Jugurtha on 12/11/21, 4:59 PM
The code was on a Raspberry PI in which a 3G/4G dongle was plugged, and it connected to the watch, uploaded data, was robust do disconnection events either internet or BLE (used Thespian and the Actor model to create and kill actors). The devices were geographically distributed on different timezones (a fucking nightmare) and basically needed to work for users with zero technical skills. It needed to be plug and play and it just works. Even configuring the pairing between a Raspberry PI and the watch needed to be low touch (I used the analogy of a dog and a hand: you put your hand out for the dog to smell and recognize you, you put the watch nearby the Raspberry PI and it computed the RSSI and duration to detect the "intent" so it didn't pair with "drive-by" devices). Kind of like NFC, but for BLE. The data was sent to a backend, then displayed on a mobile application (the prototype had a Grafana dashboard that showed your activity in near-real time).
Talk with them. They'll probably send you the PDF spec and you can do whatever you want.
by palyancodr on 12/11/21, 6:21 PM
Check out the watchX: https://youtu.be/AKSIGRdL-ts You can code it with Scratch or Arduino. There are a lot of examples available: https://community.watchx.io/t/watchx-watch-face-collection/6...
by h4waii on 12/11/21, 5:48 PM
There's also Bangle.js to keep an eye on.
by jsilence on 12/11/21, 6:01 PM
by diego_moita on 12/11/21, 5:29 PM
IMO, it still is one of the best smartwatches.
[1]: https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2380057.m...
by atemerev on 12/11/21, 9:24 PM
by alistairjallan on 12/11/21, 7:36 PM
by sorenjan on 12/11/21, 8:51 PM
Wear OS 3 is already out.
by sokoloff on 12/11/21, 5:13 PM
I’m in the Apple ecosystem and very happy with the watch, even though the newer versions are surely nicer.
by evan_ on 12/11/21, 8:23 PM
by seniorivn on 12/11/21, 8:10 PM