From c80c5b8024503123a91be9c4c577755215ce0404 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 23 Jan 2023 23:08:37 -0500 Subject: [PATCH] [U] Update readme with setup instructions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46279ed..5d918c6 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,22 @@ Sync BLE smart watch device data (heart rate, battery, etc.) to an InfluxDB serv ### Demo +### Setup + +1. Setup a InfluxDB Server (You can do it with docker-compose, it's really easy!) +2. Type in your influxDB connection detials in the app + + + +3. Scan & Connect to your device +4. Watch everything work + + + ### Background Service For the background service to work, a notification is displayed. To ensure the background service stays alive, please also [disable battery optimizations](https://user-images.githubusercontent.com/22280294/214209600-387f776a-0e37-4ecc-8bbd-03aa17d335db.png). -![Background Service](docs/imgs/background.png) +