Search code examples
movesense

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 was just wondering if this repo is compatible with the latest SDK version and will there be example code coming?


Solution

  • Have you checked out the gatt sensordata app example from Movesense bitbucket (https://bitbucket.org/suunto/movesense-device-lib/src/master/samples/gatt_sensordata_app/)? By using this example firmware you could create a React Native app without the need to use MDS libraries.

    In web_client/index.html you can see javascript example how to parse data if you want to use this firmware.