How do I detect standing, sitting or lying down with Felix 3?

Former Member
Former Member
Polar m400 and v800 can tell the difference when you stand and sit. Maybe garmin sdk has something I can use to tell the difference?
  • There is no such functionality in the Garmin SDK.

    As far as I can see, the closest you can get is to monitor the step count (or the distance) provided by the ActivityMonitor module. You may be able to use this to detect if the user is standing (and possibly moving a little bit) vs sitting (likely not moving a great deal).

    Travis