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.
17 lines
576 B
17 lines
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:
|
|
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`
|