Simple Movesense sensor app, that calculates 1s average of sum vector from 3d acceleration data, then publishes it and blinks the LED.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
denes 90254c6d18
Updated readme with compilation instructions
6 years ago
wbresources Copying over accelerometer_app as a starting point 6 years ago
AccelerometerSampleService.cpp Copying over accelerometer_app as a starting point 6 years ago
AccelerometerSampleService.h Copying over accelerometer_app as a starting point 6 years ago
App.cpp Copying over accelerometer_app as a starting point 6 years ago
CMakeLists.txt Copying over accelerometer_app as a starting point 6 years ago
LICENSE Initial commit 6 years ago
README.md Updated readme with compilation instructions 6 years ago
app_root.yaml Copying over accelerometer_app as a starting point 6 years ago

README.md

movesense_exercise

Simple Movesense sensor app

The functionalities:

  • Calculates 1s average of sum vector from 3d acceleration data
  • Offers an API for subscribing the values
  • Blinks the LED every time it publishes

Requires the Movesense SDK: https://bitbucket.org/suunto/movesense-device-lib/src/master/

Compile inside the SDK:

  1. mkdir excerciseBuild
  2. cd excerciseBuild
  3. cmake -G Ninja -DMOVESENSE_CORE_LIBRARY=../MovesenseCoreLib/ -DCMAKE_TOOLCHAIN_FILE=../MovesenseCoreLib/toolchain/gcc-nrf52.cmake PATH_TO_EXCERCISE_DIR
  4. ninja