From 106b4e01c993959f830b9e8cbd5e3a0a07286340 Mon Sep 17 00:00:00 2001 From: Czhuo-011 <67750228+Czhuo-011@users.noreply.github.com> Date: Thu, 27 Aug 2020 19:31:07 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3dfd636..b3ea4c8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # Sound nRF Toolbox +Sound nRF is an extended version of the nRF Toolbox which can be found at https://github.com/NordicSemiconductor/Android-nRF-Toolbox. This manual provides the code explanation how to add sound synchronization with cadence data to the nRF Toolbox app. It also shows how to enable/re-enable sound for 2-minutes when the presented cadence deviates by 15. + +## Requirements. +- An Android IDE for Android operating system such as Android Studio (https://developer.android.com/studio) +- An Android Mobile Smartphone. Sound nRF Toolbox is currently compatible to android devices. For assurance, android 10 update is ideal. +- A Sensor device with BLE supported that provides RSC (Running speed and cadence) data. e.g. Stryd + -- GitLab