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

is there any way to debug movesense device without movesense programmer?

I'm developing a product using a Movesense sensor. But I don't have a Movesense programmer. Currently, I'm using the DFU method to update the latest firmware. The issue I'm facing is I can't see the logs of the Movesense device. And that is why I…
Vadaliya
  • 15
  • 4
1
vote
1 answer

Problems communicating with MOVESENSE using adb

I have tried to follow the instructions from Movesense on how to do Whiteboard communication using ADB. This does not work as expected. On a sidenote - I'm just trying to set up a handful of sensors to start some heart rate and movement measurement…
Fred
  • 31
  • 4
1
vote
1 answer

Is there a way to make use of the Bluetooth 5.0 capabilities of the Movesense device?

Is there a way to make use of the Bluetooth 5.0 capabilities of the Movesense device? I need a 100m advertising packet range, but am only getting about 20m.
statspro1
  • 19
  • 6
1
vote
1 answer

Collecting Movesense sensor data with React native application

I am trying to develop a React Native based application that collects sensor data from Movesense Sensor. One of the guides I am referencing to is https://github.com/tugberka/react-native-mds this repo. (as suggested in the development document) I…
Saewon Kye
  • 13
  • 3
1
vote
1 answer

Movesense: Get precise timestamps when leads are connected?

I'm trying to get precise timestamps from the moment when the leads are connected/disconnected together on the Movesense sensor. Subscribing to WB_RES::LOCAL::SYSTEM_STATES_STATEID() and checking the timestamp when on the onNotify section seems to…
analog
  • 38
  • 4
1
vote
1 answer

Unit of measurement for ECG data

I'm working on ECG data I'm getting from a Movesense 2.0.0 HR+ sensor by using /meas/ECG API. I'd like to know what's the unit of measurement for them and if they can be converted to milliVolts.
Alex
  • 119
  • 12
1
vote
1 answer

Simulated ECG data from CSV

I'm trying to simulate my Movsense 2.0.0 based project in Visual Studio 2017 and I want to supply ECG data from a CSV file. According to documentation I put in my solution's root folder an ecg.csv file that looks like…
Alex
  • 119
  • 12
1
vote
1 answer

Movesense Sensor Data Logging

I work with Flutter and want to log and store the collected Data of the Sensor Model: OP174. I'm using the Accelorometer, Gyroscope, Magnetometer and Temperatur. I see in the Movesense.swift that there is a Logbook_path and a Datalogger_config_path…
Tempelritter
  • 471
  • 9
  • 22
1
vote
1 answer

Can't build Movesense sensor firmware 2.0 preview

I'm facing the same issue as here:Generated with LTO version 6.0 instead of the expected 8.1 I tried to build the new 2.0 sensor firmware using the information from the getting started using docker. After starting: ninja pkgs the compiling fails…
Ma G
  • 25
  • 4
1
vote
1 answer

Movesense iOS guide

I'm trying to use a Movesense device in an iOS app, but I'm not sure how to begin. There is an Android developer guide on the Movesense website, but no equivalent for iOS. Can anybody point me towards some literature on how to start? Thanks.
1
vote
1 answer

Idle current flow in movesense

Does unsubscribing the sensors from mobile application Movesense showcase app, completely disable the sensors and they are no more in idle state and do not consume idle current. Please explain.
1
vote
1 answer

Generated with LTO version 6.0 instead of the expected 8.1

I’ve followed the setup instructions for movesense for windows [1] and run the below cmake command, which seem to work okay. However, when I run the ninja command it fails on step 9/9 complaining that the LTO version doesn’t match the configuration.…
Tiago Redaelli
  • 560
  • 5
  • 17
1
vote
1 answer

Synchronize movesense sample rates

I synchronized two sensors regarding this method. Afterwards I logged the raw data and checked the peaks. The synchronization seems to work at the beginning but it starts to drift rapidly by time. I tried 13 Hz, 26 Hz and 25Hz. The drift gets worser…
riethmue
  • 73
  • 7
1
vote
1 answer

Movesense HelloWorld subscription

I have installed 1.9.4 Movesense-hello_world_app.zip through movesense DFU mechanism and update succeeded. Making a GET request to hello world worked correctly and got the following response. [SDS RESPONSE] type: GET status: OK header: {"TaskId":…
Sesha R
  • 13
  • 3
1
vote
1 answer

Do I need and how do I calibrate movesense sensor?

I am trying to implement ARHS algorithm and for this I need to know if my magnetometer is properly calibrated. Can I ask you how can I calibrate movesense sensor? Or it is calibrated out of the box?
WoWce
  • 13
  • 4
1
2
3
9 10