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
327c431a8e
|
6 years ago | |
---|---|---|
wbresources | 6 years ago | |
App.cpp | 6 years ago | |
CMakeLists.txt | 6 years ago | |
LICENSE | 6 years ago | |
MovesenseExerciseService.cpp | 6 years ago | |
MovesenseExerciseService.h | 6 years ago | |
README.md | 6 years ago | |
app_root.yaml | 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:
mkdir excerciseBuild
cd excerciseBuild
cmake -G Ninja -DMOVESENSE_CORE_LIBRARY=../MovesenseCoreLib/ -DCMAKE_TOOLCHAIN_FILE=../MovesenseCoreLib/toolchain/gcc-nrf52.cmake PATH_TO_EXCERCISE_DIR
ninja