Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kardoo authored May 5, 2019
1 parent 5cf726b commit c6bf054
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(?)
Expand All @@ -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.

0 comments on commit c6bf054

Please sign in to comment.