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
String soundMeterIntro ='Sound meter Introduction';
263
+
String soundMeterDesc =
264
+
'To measure the loudness in the environment in decibel(dB)';
265
+
String luxMeterDesc =
266
+
'The Lux meter can be used to measure the ambient light intensity. This instruments is compatible with either the built-in light sensor on any Android device or the BH-1750 light sensor.';
267
+
String luxMeterSensorIntro =
268
+
'If you want to use the sensor BH-1750, connect the sensor to PSLab device as shown below';
269
+
String luxMeterBulletPoint1 =
270
+
'The above pin configuration has to be same except for the pin GND. GND is meant for Ground and any of the PSLab device GND pins can be used since they are common.';
271
+
String luxMeterBulletPoint2 =
272
+
'Select sensor by going to the Configure tab from the bottom navigation bar and choose BHT-1750 in the drop down menu under Select Sensor.';
273
+
String gyroscopeIntro =
274
+
'Gyroscope is used to measure rate of rotation of a body along X, Y, and Z axis.';
275
+
String gyroscopeDesc =
276
+
'Orientation of the positive X, Y, and Z axes. For any positive axis on the device, clockwise rotation outputs negative values, and counterclockwise rotation outputs positive values.';
277
+
String accelerometerIntro =
278
+
'Accelerometer is used to measure acceleration of a body along the X, Y, and Z axis.';
279
+
String accelerometerImageDesc =
280
+
'The figure above shows the direction of all the three axis when the mobile is held straight.';
281
+
String accelerometerSteps ='Steps to measure acceleration in PSLab app:';
282
+
String accelerometerBulletPoint1 =
283
+
'Hold the device as shown in the above figure.';
284
+
String accelerometerBulletPoint2 =
285
+
'Accelerate the device along any one or multiple axis.';
286
+
String accelerometerBulletPoint3 =
287
+
'Observe the values in the cards or the plotted graph of any particular axis.';
288
+
String accelerometerDesc =
289
+
'The Accelerometer instrument can also be used to measure the acceleration of a moving body by placing the device on/inside the body and then accelerating the body.';
290
+
String accelerometerNote =
291
+
'NOTE: Don\'t accelerate the body if the device isn\'t properly attached else the device could be damaged.';
0 commit comments