SkillAgentSearch skills...

Sensors

Reactive mobile device sensors plugin for iOS, Android, & UWP. Support sensors - accelerometer, ambient light, barometer, compass, gyroscope, magnetometer, pedometer, and proximity

Install / Use

/learn @aritchie/Sensors

README

UPDATE - This library has now moved to the Shiny Framework at https://github.com/shinyorg/shiny

ACR Reactive Sensors Plugin for Xamarin & Windows

Easy to use, cross platform, REACTIVE Sensor Plugin for iOS, Android, and Windows UWP

Change Log - May 26, 2018

NuGet Build status

PLATFORMS

|Platform|Version| |--------|-------| iOS|7+ Android|4.3+ Windows UWP (including core)|16299+ .NET Standard|2.0

SUPPORTED SENSORS

  • Accelerometer
  • Ambient Light
  • Barometer
  • Compass
  • Device Orientation
  • Gyroscope
  • Magnetometer
  • Pedometer
  • Proximity

SETUP

Be sure to install the Plugin.Sensors nuget package in all of your main platform projects as well as your core/PCL project

NuGet

iOS

If you plan to use the pedometer on iOS, you need to add the following to your Info.plist

<dict>
	<key>NSMotionUsageDescription</key>
	<string>Using some motion</string>
</dict>

HOW TO USE BASICS


// discover some devices
CrossSensors.Accelerometer
CrossSensors.Gyroscope
CrossSensors.Magnetometer.WhenReadingTaken().Subscribe(reading => {});

View on GitHub
GitHub Stars43
CategoryCustomer
Updated1y ago
Forks13

Languages

C#

Security Score

80/100

Audited on Aug 1, 2024

No findings