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

Error when building Movesense example in android studio. Failed to resolve: :mdslib:1.28 Open File

I was trying to build with android studio the Movesense example called: SensorSample (https://bitbucket.org/suunto/movesense-mobile-lib/src/30b767ba6329b5de05eb0eda960d5a935bc6aba3/android/samples/SensorSample/?at=master) but I get the following…
0
votes
1 answer

Setting up the movesense development environment with vagrant

I tried to set up the development environment with vagrant by following this guide, "Automated setup on all operating systems using Vagrant" at…
Tam Nguyen
  • 11
  • 1
0
votes
1 answer

how to connect movesense to Azure iothub?

I am new working with Movesense and I would like to know how to send data from my Movesense device to Azure Iot Hub. Is this possible? The idea is that the Movesense Device should send for example the acceleration data to IoT Hub. Could the…
Jorge Jiménez
  • 678
  • 1
  • 7
  • 22
0
votes
2 answers

How to set OEM data on movesense device

I'm unable to find information on setting custom OEM data on a movesense device. Is there a way to set custom OEM data (software version, software name, etc) on a device? If so, how would one go about it?
Mark Maurer
  • 101
  • 8
0
votes
1 answer

Is there Movesense restart command?

Unit can be turned off with asyncPut(WB_RES::LOCAL::SYSTEM_MODE::ID, AsyncRequestOptions(NULL, 0, true),(uint8_t)1U); Is there restart option? Perhaps in asyncPut(WB_RES::LOCAL::COMPONENT_MAX3000X_WAKEUP::ID,AsyncRequestOptions(NULL, 0, true),…
0
votes
2 answers

Movesense direct access to GATT endpoints

I am trying to read ECG real-time data from a movesense sensor by using another generic BT-LE module. GATT characteristics can be used for Heart Rate (read or notify) or other predefined services : we simply send a raw command to an endpoint, for…
BillyFS2
  • 11
  • 4
0
votes
1 answer

Setting BLE connection parameters in movesense application

I am wondering if there is a way to set the BLE connection parameters in my custom firmware and also for the logbook service. As I would like to transfer data as fast as possible from the device to a mobile application. From what I can see in the…
Morten
  • 112
  • 2
  • 8
0
votes
1 answer

Movesense, timestamp source of imu data, and timing issues in general

Based on the response on this question here: What are The Unit of measurement and extrapolating, it seems that when reading the timestamps from the imu datasource (imu9), the timestamp may not be coming from the base system, but rather from some…
Mark Maurer
  • 101
  • 8
0
votes
1 answer

Using Datalogger- and EepromService together

I am trying to store some data on the device that I do not want to be overwritten by when the datalogger is full. And have run into some minor issues. I was looking for the "eeprom_logbook_app" but could not find it in firmware version 1.6.2 of the…
Morten
  • 112
  • 2
  • 8
0
votes
1 answer

Meas/ECG NOT_FOUND in movesense iOS

I'm attempting to create an iOS app similar in structure to the initial ios-sample app, the difference being that I draw on the ECG data that is said to be stored in Meas/ECG in the API. I was able to create this handler class by mirroring the code…
jazaniac
  • 145
  • 1
  • 12
0
votes
1 answer

Movesense RAM, variable allocation

With 1.6.2 why I can build code with byte data[100000000]; If I remember correctly with previous versions I got error as there is limited RAM. I assume more correct way would be something byte* data=new byte[10000]; if (data!=NULL) ... Sorry for…
0
votes
1 answer

Are there a way to know how much of the EEPROM memmory that is used?

I have looked trough the "logbook" and "datalogger" APIs and there are no way of telling that the data logger is almost full. I found the API call with the following path "/Mem/Logbook/IsFull". If I have understood it correct this will notify me…
Morten
  • 112
  • 2
  • 8
0
votes
1 answer

Waiting for services to start before continuing

I am trying to get the DataLogger and Logbook to work on the movesense device. What I am trying to do is similar/continuation to what is asked in this question. When I am configuring my service when a device is connecting I would like to wait for…
Morten
  • 112
  • 2
  • 8
0
votes
1 answer

Wait Synchronous callback?

Suppose I have the following code: private void getResource(String mac, String resource) { int threadID = android.os.Process.myTid(); Log.e( "", "Marker 1" ); Mds.builder().build(mContext).get(SCHEME_PREFIX + mac + resource, null, new…
Hafnernuss
  • 2,659
  • 2
  • 29
  • 41
0
votes
1 answer

Pinout for movesense Sensor

I have encountered a problem with the DFU mode of my senor. Probably caused by my own application. I compiled and uploaded a sample application with the newest firmware (1.4.1 ) and bootloader and it worked like a charm. Then I uploaded my own…
Morten
  • 112
  • 2
  • 8
1 2 3
9
10