You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@
2
2
3
3
Library project for Android apps that use the Sense platform and communicate with CommonSense.
4
4
5
-
## Javadoc
6
-
7
-
See this projects' [GitHub pages](http://senseobservationsystems.github.com/sense-android-library).
5
+
## Documentation
6
+
For information about the used concepts and implementation details visit the [GitHub pages](http://senseobservationsystems.github.com/sense-android-library).
With the preferences nl.sense_os.service.constants.SensePrefs.Main.SAMPLE_RATE and nl.sense_os.service.constants.SensePrefs.Main.SYNC_RATE the sensor sample and data upload interval can be set respectively. By default the NORMAL sync and sample rates are selected, however for most applications it's recommended to use the BALANCED sample rate and lowest sync rate e.g. ECO_MODE.
49
+
50
+
The different sample rates:
51
+
52
+
* RARELY<br>
53
+
every 15 minutes
54
+
* BALANCED<br>
55
+
every 3 minutes, 5 minutes for location sensors
56
+
* NORMAL<br>
57
+
every minute, 5 minuts for location sensors
58
+
* OFTEN<br>
59
+
every 10 seconds, 30 seconds for location sensors, 5 seconds for external and motion sensors
0 commit comments