6
6
[ ![ Build Status] ( https://travis-ci.org/fossasia/pslab-android.svg?branch=development )] ( https://travis-ci.org/fossasia/pslab-android )
7
7
[ ![ Gitter] ( https://badges.gitter.im/fossasia/pslab.svg )] ( https://gitter.im/fossasia/pslab?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
8
8
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/dd728d91bb5743ff916c16c1251f8dd5 )] ( https://www.codacy.com/app/praveenkumar103/pslab-android?utm_source=github.com& ; utm_medium=referral& ; utm_content=fossasia/pslab-android& ; utm_campaign=Badge_Grade )
9
- [ ![ Mailing List] ( https://img.shields.io/badge/Mailing%20List-FOSSASIA-blue.svg )] ( mailto: pslab-fossasia@googlegroups.com )
9
+ [ ![ Mailing List] ( https://img.shields.io/badge/Mailing%20List-FOSSASIA-blue.svg )] ( https://groups.google.com/forum/#!forum/ pslab-fossasia)
10
10
[ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/pslabio.svg?style=social&label=Follow&maxAge=2592000?style=flat-square )] ( https://twitter.com/pslabio )
11
11
12
12
This repository holds the Android App for performing experiments with [ PSLab] ( https://pslab.io/ ) . PSLab is a tiny pocket science lab that provides an array of equipment for doing science and engineering experiments. It can function like an oscilloscope, waveform generator, frequency counter, programmable voltage and current source and also as a data logger. Our website is at https://pslab.io
@@ -41,7 +41,7 @@ Please join us on the following channels:
41
41
<table >
42
42
<tr>
43
43
<td><img src="/docs/images/view_about_us.png"></td>
44
- <td><img src="/docs/images/view_navigation_drawer .png"></td>
44
+ <td><img src="/docs/images/view_not_connected_nav_menu .png" width = "500 "></td>
45
45
<td><img src="/docs/images/view_pin_layout_front.png"></td>
46
46
<td><img src="/docs/images/view_pin_layout_back.png"></td>
47
47
</tr>
@@ -72,6 +72,12 @@ Please join us on the following channels:
72
72
<td><img src="/docs/images/view_data_logger.png"></td>
73
73
</tr>
74
74
</table >
75
+ <table >
76
+ <tr>
77
+ <td><img src="/docs/images/instrument_accelerometer_view.png" width = "500"></td>
78
+ <td><img src="/docs/images/instrument_compass_view.png" width = "500"></td>
79
+ </tr>
80
+ </table >
75
81
76
82
## Video Demo
77
83
- [ PSLab Android App Overview] ( https://www.youtube.com/watch?v=JJfsF0b8M8k )
@@ -90,12 +96,14 @@ Please join us on the following channels:
90
96
| Wave Generator | Generates arbitrary analog and digital waveforms | ✓ |
91
97
| Power Source | Generates programmable voltage and currents | ✓ |
92
98
| Lux Meter | Measures the ambient light intensity | ✓ |
93
-
94
-
99
+ | Baro Meter | Measures the Pressure | ✓ |
100
+ | AcceleroMeter | Measures the acceleration of the device | ✓ |
101
+ | Gyro Meter | Measures the rate of rotation | ✓ |
102
+ | Compass | Measures the absolute rotation relative to earth magnetic poles | ✓ |
95
103
## How to set up the Android app in your development environment
96
104
97
105
Minimum Android version 4.1 (API Level 16)
98
-
106
+
99
107
Maximum Android version 8.1 (API Level 27)
100
108
101
109
### Development Setup
0 commit comments