File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ This repo contains modules specific to Android, including:
88 [ Sensor API] ( http://developer.android.com/guide/topics/sensors/sensors_overview.html ) ,
99 [ Camera API] ( http://developer.android.com/guide/topics/media/camera.html ) and
1010 [ Location API] ( http://developer.android.com/guide/topics/location/index.html )
11+
12+ The demo app allows a phone or tablet running Android 5.0 (Lollipop) or later to send sensor data to a remote OSH node using the SOS-T standard.
13+
14+ Supported sensors include the ones that are on-board the phone:
15+ - GPS
16+ - Raw IMU (Accelerometers, Gyroscopes, Magnetometers)
17+ - Fused Orientation (Quaternions or Euler angles)
18+ - Video Camera (MJPEG or H264 codec)
19+
20+ But also other sensors connected via USB, Bluetooth or Bluetooth Smart:
21+ - FLIR One Thermal Camera (USB)
22+ - Trupulse 360 Range Finder (Bluetooth)
23+ - Angel Sensor Wrist Band (Bluetooth Smart)
1124
1225
1326### Build
You can’t perform that action at this time.
0 commit comments