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.

Extracting my data from the Hello Sense sleep tracker

55 pointsby lazyjeffabout 8 years ago

7 comments

gumbyabout 8 years ago
The author also links to his student&#x27;s analysis of a bunch of sleep trackers: <a href="http:&#x2F;&#x2F;sleep.cs.brown.edu&#x2F;comparison&#x2F;" rel="nofollow">http:&#x2F;&#x2F;sleep.cs.brown.edu&#x2F;comparison&#x2F;</a> which is quite interesting; the TL;DR is: it pretty much doesn&#x27;t matter which one you choose; the data aren&#x27;t particularly scientific but can be fun to look at.
评论 #14318633 未加载
robbiet480about 8 years ago
Been waiting for an API for years now, sadly don&#x27;t expect one to come anytime soon. Luckily their private API is standards based and has year+ access tokens!
fredkellyabout 8 years ago
Put this into a quick ruby class if anyone is interested: <a href="https:&#x2F;&#x2F;github.com&#x2F;fredkelly&#x2F;sense-client" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fredkelly&#x2F;sense-client</a>
dublinbenabout 8 years ago
If you&#x27;re looking for a cheap, hackable device with basic sleep tracking, I highly recommend the Xiaomi Mi Band (1 or 2). The protocol has been reverse engineered, so you can use a program like GadgetBridge to get all of your raw data out of the device.
fredkellyabout 8 years ago
Amazing, I&#x27;ve been wanting an API since I first got mine through the Kickstarter!
OutsmartDanabout 8 years ago
Is it possible for you to throw up the contents of ApiService in a gist somewhere?
评论 #14317157 未加载
kalevabout 8 years ago
And you just gave us their segment.io API key and google cloud manager authentication tokens.
评论 #14314447 未加载