Skip to content

Commit

Permalink
Update readme to include Format 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrin committed Jan 28, 2018
1 parent 32d1054 commit 1e32ed1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Note: As this is the first release of this application, there is very little doc
Supports following RuuviTag [Data Formats](https://github.com/ruuvi/ruuvi-sensor-protocols):

- Data Format 2: Eddystone-URL, URL-safe base64 -encoded, kickstarter edition
- Data Format 3: BLE Manufacturer specific data, all current sensor readings
- Data Format 3: "RAW v1" BLE Manufacturer specific data, all current sensor readings
- Data Format 4: Eddystone-URL, URL-safe base64 -encoded, with tag id.
- Data Format 5: "RAW v2" BLE Manufacturer specific data, all current sensor readings + extra

Supports following data from the tag (depending on tag firmware):

Expand All @@ -19,7 +20,10 @@ Supports following data from the tag (depending on tag firmware):
- Air pressure (Pascal)
- Acceleration for X, Y and Z axes (g)
- Battery voltage (Volts)
- TX power (dBm)
- RSSI (Signal strength *at the receiver*, dBm)
- Movement counter (Running counter incremented each time a motion detection interrupt is received)
- Measurement sequence number (Running counter incremented each time a new measurement is taken on the tag)

Ability to calculate following values in addition to the raw data (the accuracy of these values are approximations):

Expand Down

0 comments on commit 1e32ed1

Please sign in to comment.