Giter VIP home page Giter VIP logo

androidsensors's Introduction

AndroidSensors

Author: Nicola De Nicolais

Screen preview

📍 Description

This app provides an easy way to access sensors in Android phones. The outputs of measure realized by the sensors of the app are . txt files that are saved inside the folder created at first opening of app.

💎 Features

Compass

The device uses the SensorManager class using the Accelerometer (TYPE_ACCELEROMETER) and Magnetic Field (TYPE_MAGNETIC_FIELD) sensors.
The magnetometer measures the magnetic field of the Earth by providing the intensity of this field along the three axes X, Y and Z in μT.
The accelerometer allows you to measure the acceleration along the three axes X, Y and Z in m/s2 and these data allow you to correct the magnetometer.

Luxmeter

The device uses the SensorManager class using the Light sensor (TYPE_LIGHT).
The value is shown in lux which, unlike lumens, allows to indicate the amount of light present in an area showing the light levels in lux units.

Accelerometer

The accelerometer allows you to measure the acceleration along the three axes X, Y and Z in m/s2 and these data allow you to correct the magnetometer.
The device uses the SensorManager class using the Accelerometer sensor (TYPE_ACCELEROMETER)

Phonometer

The device uses the AudioRecord class to capture audio from the device’s input hardware, the AudioFormat class that is used to access a number of audio and channel format configuration constants, and the MediaRecorder class that allows recording audio input.

AR Measurements

The device uses the archon API that allows you to create 3D objects using the device’s camera to identify points within the environment for you to place the virtual object. In addition, arcore can detect flat surfaces and can perform an estimate of the average lighting of the surrounding area.
The device also uses the Sceneform framework that allows you to easily view 3D objects in AR and non-AR apps using a renderer.

androidsensors's People

Contributors

ndenicolais avatar

Stargazers

hassaan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.