Questions tagged [movesense]

Questions related to the Movesense tools API and sensors

Movesense is a developer environment for sports motion sensing systems. It consists of a set of developer tools and APIs that allow you to create dedicated applications and services for sport activities.

www.movesense.com

147 questions
1
vote
1 answer

Build fails: not a valid yaml glob

I followed the steps explained here to install the required packages and build one of the examples. But I faced a problem and can't get the hex output. When I run the first command: cmake -G Ninja -DMOVESENSE_CORE_LIBRARY=../MovesenseCoreLib/…
Vala
  • 142
  • 1
  • 2
  • 9
1
vote
1 answer

Movesense: is it possible to obtain data from multiple sensors

I am working on the development of an app to work with the movesense sensor. Is it possible to stream the data from multiple devices to one Android device simultaneously? Kind regards, Sander
sanc
  • 21
  • 2
1
vote
1 answer

What is the storage available in Movesense? For how long is it able to capture data locally?

In the tech specs sheet, it seems that Movesense operates with 512kB local memory: Am I right? Are we able count for how long is it able to store data locally (e.g. 26Hz). The idea is to store data locally and once a while to sync it with mobile…
1
vote
1 answer

Movesense with Unity BLE plugin

I am trying to get the Movesense to work with a Unity BLE asset as originally I thought MS would be simple enough. I have managed to connect to it and subscribed to the "61353090-" starting service and the "34802252-" starting charasteristic. I…
Antiec
  • 13
  • 4
1
vote
3 answers

Why the accelerometer logs contains two x,y,z values for one timestamp?

I am going through logs done by a sample movesense app and the accelerometer logs contain values like this: { "Body": { "Timestamp": 110033, "ArrayAcc": [{ "x": 0.60114991664886475, "y":…
1
vote
1 answer

Whiteboard resource tool for Linux?

Is there of will there be Linux version of whiteboard resource tool (wbres.exe)? Tried to google for it but no luck. Is it possible to build movesense-device-lib on Linux?
Olavi
  • 11
  • 2
0
votes
0 answers

How to read data from Movesense directly without android adb and whiteboard cmd?

I have been working with the Movesense sensor since last week. The documentation, however, is somehow a little dirty and it took a couple of hours to get started with the sensor to read the data. Now, I am trying to get the data from the sensor with…
testuser
  • 793
  • 3
  • 13
  • 35
0
votes
0 answers

Change Movesense acceleration range in html webapp

I am trying to change the accelerometer range for the Movesense Sensor from the standard 8G to 16G.I am working on the file Movesense.html proposed on the Movesense bitbucket. Basically I am looking for a command equivalent to this one :…
LadyNaur
  • 13
  • 4
0
votes
1 answer

Why is the debug log output of Acc data different from the showcase app results?

Currently, I am working on a Movesense acceleration sensor. I want the data for each axis inside the sensor to be the same as the axis data shown in the ACC graph in the showcase app. I'm getting the data. I checked that data in the debug log output…
Vadaliya
  • 15
  • 4
0
votes
0 answers

PlatformException (PlatformException(set_notification_error, error when writing the descriptor, null, null))

I'm trying to subscribe to the acceleration characteristic and aftherwards send a value to the write characteristic in order to get values out of it. however the following error keeps occuring. I've already tried the different solutions from:…
0
votes
1 answer

Got a bad request every time while call onPutRequest

I am using this sample code given by Movesense code link I am using this command to get perameter using an ADB command in Android Studio. adb.exe shell am broadcast -a "android.intent.action.MOVESENSE" --es type get --es path…
0
votes
1 answer

how can read remaining internal 128MB flash?

Hardware Specification Sensor model: Movesense "BIG_MEM" HWCONFIG: SS2_NAND Data memory: 128 MB FLASH 1-Wire master:-YES Remarks:-The movesense sensor variant is BIG_MEM. I have successfully read the system memory using the command "wbcmd --port…
0
votes
0 answers

There is a problem with the movement wakeup flow when the sensor is shaken for more than 2 seconds

Behavior: If I shake the sensor for more than 2 seconds, the sensor wakes up and starts blinking. After 5 seconds, the device turns off and then immediately turns back on again. And starts blinking again and after 5 seconds, it will enter into…
0
votes
1 answer

MDS REST Bridge App: Addressing Connectivity Issues

I am trying to connect to the local server using the "MDS REST Bridge" app. My PC and mobile device are connected to the same Wi-Fi network, and I have successfully opened the main page, which is attached to this post. however i'm unable to use any…
0
votes
1 answer

Double Tap Parameter Configuration can not set from Internal Code

I am writing code for the double-tap event but it's not working perfectly so I think that configuring the below internal registers might help to get better results: doubleTapDur, doubleTapQuiet, tapThs, axes To set the value of the registers, I'm…