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
5
votes
1 answer

Implement logging to EEPROM in movesense custom firmware

I'm looking to integrate logging to the EEPROM in my custom movesense firmware. Reading the docs on the logging service, I've verified that I have the logging system configured with my custom whiteboard objects, and that logging is enabled (logging…
Mark Maurer
  • 101
  • 8
4
votes
1 answer

Android app dev: Finding the best way to synchronize the timestamps of two sensors

There's already a good answer on the technical details and constraints of timing the gyro measurement: Movesense, timestamp source of imu data, and timing issues in general However, I would like to ask more practical question from the Android app…
Ant3
  • 41
  • 4
3
votes
1 answer

Linking error with Movesense library 1.9.0.rc3

I get a linking error after updating Movesense library from 1.8.1 to 1.9.0 in my project and even in the hello world sample project. Has anyone else has this problem and can offer a solution? I am running the SDK on Ubuntu 18.04.2…
lllllukas
  • 31
  • 4
2
votes
1 answer

How to add double tap detection to sample app gatt_sensordata_app?

I am developing an Android app that gets data from Movesense using the GATT profile from the sample app GATT Sensor Data App here. I followed the tutorial available here. Building the app and getting the DFU worked fine. I can get IMU, HR and…
2
votes
1 answer

Movesense can't generate ninja files according to documentation

C++ development and related evironments are not something I use so I might be missing som knowledge in this area. I want to do som sensor programming and want to deploy the example-project to get it working and then write my own code to extend it…
Mu2tini
  • 55
  • 5
2
votes
1 answer

Flutter How to call PUT GET API for Sensor

I have Sensors from them i want to Display the Data of the Sensor(Accelorometer, Gyroscope, Magnetometer) and log that recorded data. From the Documentation I see following PUT and GET Requests that I need to perform. I also have a Example but that…
Tempelritter
  • 471
  • 9
  • 22
2
votes
1 answer

Movesense low level API

I am planning to connect Movesense to Arduino with BLE Shield. Where I can get deep protocol description to get position data from the Movesense? Do this information public? On Android I have library mdslib-1.39.0(1)-release.aar that allows…
Igor
  • 62
  • 1
  • 7
2
votes
1 answer

Using the Logbook to read entries from the DataLogger on the movesense device

I am following on from this question here and I am trying to get back the contents of the DataLogger that I have subscribed to for Meas/HR. I am doing this using the Sensor Simulator running on my Windows 10 PC. I setup the DataLogger and request…
2
votes
1 answer

Changing acceleration rate gives BAD_REQUEST on Movesense for Xamarin

I would like to change the acceleration rate on my Movesense device via Xamarin API. I already tried the following, but it just gives me a BAD_REQUEST: string NEW_ACC_CONFIG = "{\"config\":2}"; var op = await…
riethmue
  • 73
  • 7
2
votes
1 answer

Movesense : Is it possible to connect to 3 or more sensors?

I have edited the multi-connection example (android) to connect to 3 movesense devices. But I am able to connect to only 2. The log messages show that the app keeps trying to establish a connection with the third sensor, but the connection does not…
naivecitizen
  • 141
  • 1
  • 5
2
votes
1 answer

Movesense - Getting timestamps for all probes

I found out that when using high sample rates, movesense sends multiple values in one package. Movesense - Accelerometer Sampling Rate change fails Is it possible to get accurate timestamps for all received values when using high sample rate (e.g.…
ollran
  • 23
  • 1
  • 5
2
votes
1 answer

How to get DataLogger working from Android App

We are working on an app for the MoveSense that tracks the users movement in some particular cases. However due to our environment the Bluetooth connection can drop out intermittently. To not have any data loss we want to store the sensor data on…
2
votes
1 answer

How to maximize battery life on Movesense sensor?

I have a use case where the Movesense sensor will be used occasionally (say, an hour a day) and I'd like to maximize battery life. Is there a way to put it into a sleep state, and then wake it in response to some user action? For example, shut off…
leremjs
  • 973
  • 1
  • 9
  • 25
1
vote
0 answers

device disconects when trying to update the firmware

i'm trying to update the firmware version of my Movesense sensors in my Flutter App, after investigating i found out that the steps to do that is put the device into update mode using the mds package, then start the device firmware update using the…
1
vote
1 answer

How to stop a datalogger using Doubletap?

I am using a datalogger with the path "Meas/HR" to record data. Start the datalogger with a double tap, and the session begins without issue. Double-tapping the sensor again will end the session and save the data. Nevertheless, if I use the path…
1
2 3
9 10