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.
576 B
576 B
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:
mkdir excerciseBuild
cd excerciseBuild
cmake -G Ninja -DMOVESENSE_CORE_LIBRARY=../MovesenseCoreLib/ -DCMAKE_TOOLCHAIN_FILE=../MovesenseCoreLib/toolchain/gcc-nrf52.cmake PATH_TO_EXCERCISE_DIR
ninja