From c6bf0544a78663dee03d5cf368e92cf83985669c Mon Sep 17 00:00:00 2001 From: kardoo Date: Sun, 5 May 2019 18:54:13 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 644f7eb..457d1d5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Collects RuuviTag measurements (bluetooth le advertisements). -Identically to RuuviCollector but using tinyb instead of hcidump/hcitool +Identically to RuuviCollector (https://github.com/Scrin/RuuviCollector) but using tinyb (https://github.com/intel-iot-devkit/tinyb) instead of hcidump/hcitool Note that this approach can only grab measurements every 10sec... Due to tinyb limitation/gatt use cases(?) @@ -12,3 +12,5 @@ Note that this approach can only grab measurements every 10sec... Due to tinyb l This works fine for RAWv2_SLOW. For people who dont need such frequency update... and it consumes 10x less data in IndluxDB + +TinyB is a java/C library. For this application I choose to use scala.