TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: A cheap smartwatch with a supported SDK

52 pointsby 41209over 3 years ago
Hi HN, I&#x27;d love to buy a smart watch for 50$ or less that&#x27;ll allow me to develop my own apps.<p>Looks like Google is coming out with Wear OS 3 soon, so I don&#x27;t want to invest any real money in a Watch until then

13 comments

denysvitaliover 3 years ago
Depending on what you mean by &quot;smart watch&quot;: you can try the Pine Time: <a href="https:&#x2F;&#x2F;www.pine64.org&#x2F;pinetime&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pine64.org&#x2F;pinetime&#x2F;</a><p>51 USD will get you a sealed smart watch and a dev kit :)
评论 #29531249 未加载
评论 #29522771 未加载
评论 #29522696 未加载
评论 #29522578 未加载
azdleover 3 years ago
The Bangle.js 2 just delivered to kickstarter backers: <a href="https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;gfw&#x2F;banglejs-2-the-open-smart-watch&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;gfw&#x2F;banglejs-2-the-open...</a><p>AFAICT, it&#x27;s fully open source software (except, presumably, the nordic hal stuff?), with a JS SDK and a hosted IDE. But, I haven&#x27;t used it yet because it requires WebBluetooth, and I refuse to use chrome, and I haven&#x27;t figured out if the rasppi hosted IDE is still supported or not, it seems that the `nw` package doesn&#x27;t support arm (anymore?).<p>But this was the best option I found when I was looking awhile ago.<p>The other things I considered were the Pinetime (software is still a bit too early from what I&#x27;ve seen) and &quot;Paul&#x27;s Open-Smartwatch&quot; <a href="https:&#x2F;&#x2F;open-smartwatch.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;open-smartwatch.github.io&#x2F;</a>, but I really wanted GPS and that version&#x27;s design isn&#x27;t finished yet.
评论 #29523190 未加载
评论 #29524821 未加载
评论 #29523932 未加载
评论 #29529023 未加载
Jugurthaover 3 years ago
I have worked for many years on fitness trackers from <a href="https:&#x2F;&#x2F;www.jointcorp.com" rel="nofollow">https:&#x2F;&#x2F;www.jointcorp.com</a>. Talking with them, they sent PDF files for the communications protocol (Bluetooth Low Energy). I wrote a generic codec that consumes a YAML file and could decode packets from these devices to Python objects, and which could take a Python API call for a function you didn&#x27;t write and encode it to binary packets the watch could understand. Practically, when we needed to use another device, I just added to the YAML file and the thing worked with practically no code change. New watch with GPS data? Just add to the YAML file and magic happens. Watch with blood pressure feature? Just add a few lines to the YAML file and magic happens.<p>The code was on a Raspberry PI in which a 3G&#x2F;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 &quot;intent&quot; so it didn&#x27;t pair with &quot;drive-by&quot; 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).<p>Talk with them. They&#x27;ll probably send you the PDF spec and you can do whatever you want.
评论 #29522390 未加载
palyancodrover 3 years ago
Hi!<p>Check out the watchX: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;AKSIGRdL-ts" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;AKSIGRdL-ts</a> You can code it with Scratch or Arduino. There are a lot of examples available: <a href="https:&#x2F;&#x2F;community.watchx.io&#x2F;t&#x2F;watchx-watch-face-collection&#x2F;603" rel="nofollow">https:&#x2F;&#x2F;community.watchx.io&#x2F;t&#x2F;watchx-watch-face-collection&#x2F;6...</a>
h4waiiover 3 years ago
You can still develop for Pebble, even though the entire thing is EoL. There are lots of Pebble enthusiasts and work is still being done on the platform through Rebble.<p>There&#x27;s also Bangle.js to keep an eye on.
评论 #29523122 未加载
jsilenceover 3 years ago
Maybe Watchy does what you want. No personal experience though. <a href="https:&#x2F;&#x2F;watchy.sqfmi.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;watchy.sqfmi.com&#x2F;</a>
评论 #29523474 未加载
diego_moitaover 3 years ago
You can find old Pebbles at that price at eBay[1]<p>IMO, it still is one of the best smartwatches.<p>[1]: <a href="https:&#x2F;&#x2F;www.ebay.com&#x2F;sch&#x2F;i.html?_from=R40&amp;_trksid=p2380057.m570.l2632&amp;_nkw=pebble&amp;_sacat=178893" rel="nofollow">https:&#x2F;&#x2F;www.ebay.com&#x2F;sch&#x2F;i.html?_from=R40&amp;_trksid=p2380057.m...</a>
评论 #29522714 未加载
atemerevover 3 years ago
There are many ESP32 smartwatches available on Aliexpress for about this price. ESP32 is compatible with Arduino IDE, PlatformIO, and many other development tools.
alistairjallanover 3 years ago
The Lillygo or TTGO watches you&#x27;ll find on AliExpress support Arduino libraries, Python, C or even JavaScript.
sorenjanover 3 years ago
&gt; Looks like Google is coming out with Wear OS 3 soon<p>Wear OS 3 is already out.<p><a href="https:&#x2F;&#x2F;www.androidauthority.com&#x2F;wear-os-3-watches-2736393&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.androidauthority.com&#x2F;wear-os-3-watches-2736393&#x2F;</a>
sokoloffover 3 years ago
I picked up a (used) Series 3 Apple Watch for $100 early last year. If you got one of those, it’s surely going to be worth $50 in 12 months.<p>I’m in the Apple ecosystem and very happy with the watch, even though the newer versions are surely nicer.
评论 #29524811 未加载
evan_over 3 years ago
See if you can find a Timex Datalink on eBay
seniorivnover 3 years ago
pinetime