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

Finding the custom GATT services and characteristics of Movesense sensors

I’m using the custom gatt package found in movesense-device-lib/samples/bin/release/Movesense-custom_gattsvc_app_w_bootloader.zip for my project. I can't create my own package since there's a bug in the mac compiler. I really need to the service and…
Med
  • 31
  • 4
1
vote
1 answer

I have version 1.1.0 of my movesense. Can I flash the firmware to 1.9 without any problems with Showcaseapp-1.9.6.apk?

I downloaded the Showcaseapp-1.9.6.apk. (I am on android) I downloaded 1.9.0_hr_wakeup_DFU.zip The showcase app does not show my Smart Sensor (movesense) in the app under "movesense connection" also can't select device because its not listed. The…
thejaem
  • 11
  • 2
1
vote
1 answer

Can't write to EEPROM on movesense device

I would like to write some values to EEPROM. I'm doing the writing regarding to movesense device documentation. It seems like onPutResult is never triggered and the device freezes after asyncPut. This is my App.cpp: #include…
riethmue
  • 73
  • 7
1
vote
1 answer

Movesense DEBUGLOG float value

I would like to print float values to the RTT Viewer. I tried the DEBUGLOG function but nothing seems to happen. Could you please help me with this issue? Thank you
riethmue
  • 73
  • 7
1
vote
2 answers

" Movesense ECG sample keeps stopping" and error “couldn't find "libmds.so"

I'm using Android Studio version 3.3 on Windows 10 (64 bit). Here are the characteristics of virtual devices on which the error occurred: Nexus 5X API 28, Android 9.0, CPU/ABI: x86 Nexus 5X API 28, Android 9.0, CPU/ABI: x86_64 Nexus 5 API 24,…
1
vote
2 answers

Setting up a Movesense development environment on Linux

I followed an instruction to set up a Movesense development environment, "Manual setup on Linux", from Suunto / Movesense-community / Movesense-device-lib, README.md However, I got stuck at sudo apt-get install gcc-arm-embedded: Reading package…
Tam Nguyen
  • 11
  • 1
1
vote
0 answers

Movesense iOS API: devices disconnecting automatically

device firmware is custom based on 1.7.2 ios app is using the 1.28.1 cocoapod for Movesense. app can see the device connect to it, and query the battery status. This all works fine, but a lot of times, after the battery status is queried, the…
Mark Maurer
  • 101
  • 8
1
vote
1 answer

Movesense decode SBEM data from LogBook

I'm trying to get the LogBook data over BLE to my App. This works fine for JSON, the data seems accurate. But it takes along time due to the JSON encoding. Getting the SBEM data is way faster. But I can't find any documentation on the encoding. I…
AlexOB
  • 13
  • 2
1
vote
1 answer

Adding second GATT Service to Movesense pod

I am using the Sample CustomGATTSvc code to familiarise myself with the GATT interface on the Movesense pod and have run into a problem when trying to add more services to the code. My project utlimately requires the ability to: Get and Set the…
vkh
  • 11
  • 2
1
vote
1 answer

Movesense: how to determine wbcmd port on mac os x

I've been digging around, but can't seem to find how to determine the proper port for a movesense device in the programming jig in order to use the wbcmd tool to query the device. I've successfully used the jig to reflash devices, so that part is…
Mark Maurer
  • 101
  • 8
1
vote
1 answer

Movesense 1.6.2 send_ble_nus_data B/s?

What is B/s which can be achieved with Movesense send_ble_nus with 1.6.2? I assume packet length 20 is optimal. With 50 Hz * 20 B/s = 1000 B/s no loss when listening with Xamarin Forms https://github.com/aritchie/bluetoothle component on Windows 10…
1
vote
1 answer

Axis positioning for Accel/Mag/Gyro on movesense device

What is the axis layout on the movesense for the Accel/Mag/Gyro sensors? is there a diagram somewhere that I missed? For example, is Z coming directly out of the top of the device, and then -Z coming out the bottom?
Mark Maurer
  • 101
  • 8
1
vote
2 answers

Movesense upgrading to Firmware version 1.2.0 -instructions missing

Following the Movesense sampling rate issue I reported in my previous question, I am trying to update the device firmware to the new release "1.2.0" to see if it can resolve the issue. My system is Windows 64bit. There seem to be missing…
Eric_365
  • 35
  • 4
1
vote
1 answer

Movesense - Accelerometer Sampling Rate change fails

I am unable to change the Accelerometers sampling rate using the mobile API: I am subscribing using these commands: String strContract = sb.append("{\"Uri\": \"").append(connectedSerial).append(URI_MEAS_ACC_26).append("\"}").toString(); …
Eric_365
  • 35
  • 4
1
vote
1 answer

How to use Movesense SendUartData

BleController.hpp has SendUartData. Should this work with 1.1.0? I can call send_ble_hr_measurement and get OnUartData notifications ok but not sure how to call SendUartData instead of send_ble_hr_measurement in ble_std_services examples.
1 2
3
9 10