본문 바로가기
IT/Android

LG 어베인(Urbane) 1세대(W150) 안드로이드 센서 목록

by SH_SH 2016. 12. 6.



(http://www.lge.co.kr/lgekor/product/mobile/wearable/productDetail.do?cateId=0250&prdId=EPRD.292071)



Lg 어베인 1세대(w150) wifi 버전 안드로이드에서 사용 가능한 센서 목록 입니다.

안드로이드 SensorManager의 getSensorList를 사용해 출력하였습니다.



Untitled Document.md
# Sensor Name Vendor version type maxRange Resolution Power minDelay
0 MPU6515 Accelerometer InvenSense 1 1 19.613297 5.950928E-4 0.4 5000
1 AK8963 Magnetometer AKM 1 2 4911.9995 0.14953613 5.0 16666
2 AK8963 Magnetometer Uncalibrated AKM 1 14 4911.9995 0.14953613 5.0 16666
3 MPU6515 Gyroscope InvenSense 1 4 34.906586 0.0010681152 3.2 5000
4 MPU6515 Gyroscope Uncalibrated InvenSense 1 16 34.906586 0.0010681152 3.2 5000
5 HSPPAD038 Pressure ALPS ELECTRIC CO. 1 6 1100.0 0.013122559 1.5
6 MPU6515 Accelerometer -Wakeup Secondary InvenSense 1 1 19.613297 5.950928E-4 0.4 5000
7 AK8963 Magnetometer -Wakeup Secondary AKM 1 2 4911.9995 0.14953613 5.0 16666
8 AK8963 Magnetometer Uncalibrated -Wakeup Secondary AKM 1 14 4911.9995 0.14953613 5.0 16666
9 MPU6515 Gyroscope -Wakeup Secondary InvenSense 1 4 34.906586 0.0010681152 3.2 5000
10 MPU6515 Gyroscope Uncalibrated -Wakeup Secondary InvenSense 1 16 34.906586 0.0010681152 3.2 5000
11 HSPPAD038 Pressure -Wakeup Secondary ALPS ELECTRIC CO. 1 6 1100.0 0.013122559 1.5
12 Gravity QTI 2 9 19.613297 5.950928E-4 3.5999908 5000
13 Linear Acceleration QTI 2 10 19.613297 5.950928E-4 3.5999908 5000
14 Rotation Vector QTI 2 11 1.0 5.9604645E-8 8.599991 5000
15 Step Detector QTI 2 18 1.0 1.0 0.3999939 0
16 Step Counter QTI 2 19 1.0 1.0 0.3999939 0
17 Significant Motion Detector QTI 2 17 1.0 1.0 0.3999939 -1
18 Game Rotation Vector QTI 2 15 1.0 5.9604645E-8 3.5999908 5000
19 GeoMagnetic Rotation Vector QTI 2 20 1.0 5.9604645E-8 5.399994 16666
20 Orientation QTI 2 3 360.0 0.1 8.599991 5000
21 Tilt Detector QTI 1 22 1.0 1.0 0.1 0
22 Heart Rate Monitor QTI 2 21 1.0 1.0 0.3999939 0
23 Gravity -Wakeup Secondary QTI 2 9 19.613297 5.950928E-4 3.5999908 5000
24 Linear Acceleration -Wakeup Secondary QTI 2 10 19.613297 5.950928E-4 3.5999908 5000
25 Rotation Vector -Wakeup Secondary QTI 2 11 1.0 5.9604645E-8 8.599991 5000
26 Step Detector -Wakeup Secondary QTI 2 18 1.0 1.0 0.3999939 0
27 Step Counter -Wakeup Secondary QTI 2 19 1.0 1.0 0.3999939 0
28 Game Rotation Vector -Wakeup Secondary QTI 2 15 1.0 5.9604645E-8 3.5999908 5000
29 GeoMagnetic Rotation Vector -Wakeup Secondary QTI 2 20 1.0 5.9604645E-8 5.399994 16666
30 Orientation -Wakeup Secondary QTI 2 3 360.0 0.1 8.599991 5000
31 Heart Rate Monitor -Wakeup Secondary QTI 2 21 1.0 1.0 0.3999939 0
32 Wrist Tilt Gesture LGE 1 26 1.0 0.1 1.0 0



위의 센서 이외에도 BioPlatform에 사용되는 센서값인 33171000(QC Sensor)와 33171016(Sensor OEM), 33171018(Pixart PPG Raw - PAH8001EI로 추정)등이 있습니다.

하지만 위의 목록에 있는 센서들은 구글에서 제공하는 SensorList API를 사용해 접근할 수 있지만 위의 3개 이외의 센서들은 SensorList에서 확인할 수 없고 직접적인 사용은 불가능한 것 같습니다.



'IT > Android' 카테고리의 다른 글

우분투(Ubuntu)에서 안드로이드(Android) NDK 설치하기  (1) 2016.04.14