* Add ` -DCMAKE_BUILD_TYPE=Release ` for release builds.
4. Issue `ninja` to compile
5. Create OTA firmware update package with `ninja dfupkg`
Run simulations with Windows, inside the SDK:
1. `mkdir simuBuild`
2. `cd simuBuild`
3. `cmake -G "Visual Studio 15 2017" -DMOVESENSE_CORE_LIBRARY=../MovesenseCoreLib/ ../../movesense_exercise`
4 `ninja`
5. If you have an account at simbio, download the `acceleration.cvs` test data
6. Run the simulation build: `Debug/Movesense.exe`
7. Subscribe and observe the behaviour from another shell with: `tools/wbcmd (Win).exe --port TCP127.0.0.1:7044 --path /Exercise/Sumvector/Denes --op subscribe`
The OTA firmware update package is available at: http://matetelki.eu/movesense_exercise