Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zjhiphop/mobile-sensor
Mobile sensor related research by HTML5
https://github.com/zjhiphop/mobile-sensor
Last synced: 3 days ago
JSON representation
Mobile sensor related research by HTML5
- Host: GitHub
- URL: https://github.com/zjhiphop/mobile-sensor
- Owner: zjhiphop
- License: mit
- Created: 2014-11-30T13:12:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-25T12:08:28.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T12:57:36.739Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.18 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mobile-sensor
=============Mobile sensor related resarch by HTML5
### [W3C Sensor API][2]
DOM Sensor Event
Sensor Type
Data Type
Units
devicetemperatureA ambient temperature sensordoubledegree Celsius (ºC)
devicepressureA pressure sensordoublekiloPascal (kP)
devicehumidityA releative humidity sensordoublepercentage
devicelightA light sensordoubleLux
devicenoiseA ambient noise sensordoubledbA
deviceproximityA proximity sensordoublecentimetres (cm)
### Platform
* IOS
1. Proximity sensor:- This sensor determines how close the iPhone is to your face. This sensor helps the iPhone turn off its screen automatically whenever user hold the phone up to your ear. only available in iPhone.
2. Motion sensor/accelerometer:- This sensor enables the device to automatically switch from landscape to portrait mode and vice-versa.
3. Ambient Light sensor:- This sensor determines how much light is available in the surrounding area of device and automatically adjust the brightness of the screen in order to conserve battery life.
4. Magnetometer:- It is used to measure the strength and/or direction of the magnetic field in the surrounding of the device.
5. Gyroscopic sensor:- When gyroscope is combined with accelerometer, the combination gives the devices six axes on which the it can operate. This is designed to make them more sensitive, responsive, and powerful for gaming.
* [Android (TBD) ][1]
1. Motion sensors
These sensors measure acceleration forces and rotational forces along three axes. This category includes accelerometers, gravity sensors, gyroscopes, and rotational vector sensors.
2. Environmental sensors
These sensors measure various environmental parameters, such as ambient air temperature and pressure, illumination, and humidity. This category includes barometers, photometers, and thermometers.
3. Position sensors
These sensors measure the physical position of a device. This category includes orientation sensors and magnetometers.* Articles
- [HTML5 Device API Related ISSUE][4]
- [IOS Sensor Review][5]
- [The HTML5 Speech Recogntion API][6]* Library
- https://github.com/ehzhang/sense-js* Others
- [JAVASCRIPT APIS CURRENT STATUS][3][1]: http://developer.android.com/guide/topics/sensors/sensors_overview.html
[2]: https://dvcs.w3.org/hg/dap/raw-file/tip/sensor-api/Overview.html
[3]: http://www.w3.org/standards/techs/js#w3c_all
[4]: http://blog.csdn.net/hfahe/article/details/7338032
[5]: http://www.computerworld.com/article/2476591/healthcare-it/latest-ios-8-beta-shows-apple-s-sensor-sensibility.html
[6]: http://shapeshed.com/html5-speech-recognition-api/