Skip to content

Comment on Ask HN: A cheap smartwatch with a supported SDKparent

Comments

41209OP

That's cool, but I was trying to find a company that publishes it's SDK. Ideally some app examples as well.

That said, given how cheap these watches are I'm open to trying anything. Were you able to write your own custom app too, or just consume existing data ?

Were you able to write your own custom app too, or just consume existing data ?

As mentioned in my original comment with additional: I wrote an application that ran on Raspberry PI devices in different continents, countries, and time zones that connected to trackers worn by people with zero technical skills and worked nonetheless surviving disconnection events and automatically upgrading the software, communicating with the trackers and sending serialized data (protobufs) to a server application in Scala my colleague wrote, that then made analysis and aggregations and sent result to yet another mobile application (Android) another colleague wrote to display graphs and other data. The application I wrote worked with several models of this company's products, and at some point, we thought of making it more generic and use it for video and sound feeds for another project ("sound event detection", let's say).

Yes, I was able to build a custom app and it worked not only on my data, but on others' data as well.

The funniest conversations we had were about time and time zones. At some point, we started using timestamp timestamp and timestamp not timestamp because working on data from multiple time zones makes you question what on earth is time, and what actually is now ("Now for whom?" "Now where?").

I had literally nightmares about time and time zones. No, I am not kidding.

41209OP
that ran on Raspberry PI devices

You were able to create a companion app, but I'm talking about actually running custom apps on the tracker itself. Do you know if that's possible

You were able to create a companion app, but I'm talking about actually running custom apps on the tracker itself. Do you know if that's possible

I understand. You meant an SDK to create an application for the tracker itself, not get the raw data (which many of the trackers don't even give easily) and then make something with that.

I am not aware if they support, or give access to this. I misunderstood your original question.

41209OP

Yes, I want to actually make apps for the tracker. Other watches do support this, according to other posts in the thread.

However, your use case did spark my interest. Were you running a fitness company or something, was the tracker a key part of making sure your customers stayed on track.

We worked on a project for the elderly: we wanted to detect anomalies in their behavior to scale social workers and draw their attention to the seniors who actually needed assistance. Is there an anomaly in their behavior (lack of heart-rate variability is thought to be a sign of depression or other problems? are they walking less than usual? are they sleeping well? what is the proxy for loneliness? what is a proxy for anxiousness? are they waking up in the middle of the night when they didn't use to? Have they fell?)

The mobile application was for social workers to track the behavior of seniors who were assigned to them. They received alerts based on some triggers and rules after analyzing the data that we consulted cariologists, social workers, paramedics for.

It was psychologically hard because the question I always asked the team was "Would you trust your parents' life with this?", and we built against that standard with the constraints at the time with the answer almost always being "no, I can improve X, Y, and Z". It was never enough.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.