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
@@ -107,14 +108,23 @@ Please join us on the following channels:
107
108
| AcceleroMeter | Measures the acceleration of the device | ✓ |
108
109
| Gyro Meter | Measures the rate of rotation | ✓ |
109
110
| Compass | Measures the absolute rotation relative to earth magnetic poles | ✓ |
110
-
| Thermometer | Measures the ambient temperature ||
111
-
| Robotic Arm Controller | Allows to control 4 servo motors of the robotic arm ||
111
+
| Thermometer | Measures the ambient temperature |✓|
112
+
| Robotic Arm Controller | Allows to control 4 servo motors of the robotic arm independently|✓|
112
113
## How to set up the Android app in your development environment
113
114
114
-
Minimum Android version 5.0 (API Level 21)
115
+
Minimum Android version 6.0 (API Level 23)
115
116
116
117
Maximum Android version 8.1 (API Level 27)
117
118
119
+
### Application Flavors
120
+
121
+
There are 2 flavors (build variants) of PSLab Android application.
122
+
123
+
1.#### Play Store Flavor
124
+
- Play Store flavor uses Google Maps to display location stored in logs in Data logger.
125
+
2.#### Fdroid Flavors
126
+
- Fdroid flavor uses Open Street Maps to display location stored in logs in Data logger.
127
+
118
128
### Development Setup
119
129
120
130
Before you begin, you should already have the Android Studio SDK downloaded and set up correctly. You can find a guide on how to do this here: [Setting up Android Studio](http://developer.android.com/sdk/installing/index.html?pkg=studio)
0 commit comments