All Projects → aeyrium → aeyrium-sensor

aeyrium / aeyrium-sensor

Licence: MIT license
A Flutter sensor plugin which provide easy access to the Pitch and Roll on Android and iOS devices.

Programming Languages

java
68154 projects - #9 most used programming language
dart
5743 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to aeyrium-sensor

dana
DANA: Dimension-Adaptive Neural Architecture (UbiComp'21)( ACM IMWUT)
Stars: ✭ 28 (-50.88%)
Mutual labels:  sensor, gyroscope, magnetometer
pymetawear
Community developed SDK around the Python bindings for the C++ SDK
Stars: ✭ 42 (-26.32%)
Mutual labels:  sensor, gyroscope, magnetometer
TLV493D-A1B6-3DMagnetic-Sensor
Library for the TLV493D-A1B6 3D magnetic sensor for Arduino.
Stars: ✭ 27 (-52.63%)
Mutual labels:  sensor, magnetometer
ios logger
Application for camera and sensor data logging (iOS)
Stars: ✭ 60 (+5.26%)
Mutual labels:  gyroscope, magnetometer
MPU-9250-Sensors-Data-Collect
MPU9250 (MPU6500 + AK8963) I2C Driver in Python for Raspbery PI
Stars: ✭ 51 (-10.53%)
Mutual labels:  gyroscope, magnetometer
QFlightinstruments
QFlightInstruments is a Qt library containing flight instruments widgets including: Airspeed Indicator, Altimeter, Vertical Speed Indicator, Turn Coordinator, Attitude Indicator, Heading Indicator, Electronic Attitude Direction Indicator (EADI) and Electronic Horizontal Situation Indicator (EHSI).
Stars: ✭ 65 (+14.04%)
Mutual labels:  aviation, attitude-indicator
GY-85
Arduino implementation for GY-85 (ADXL345 accelerometer, ITG3200 gyroscope and HMC5883L magnetometer)
Stars: ✭ 63 (+10.53%)
Mutual labels:  gyroscope, magnetometer
nepali date picker
Material Style Date Picker with Bikram Sambat(Nepali) Calendar Support. Supports both Android and ios.
Stars: ✭ 30 (-47.37%)
Mutual labels:  flutter-plugin
mlx90632-library
MLX90632 library for the Melexis 90632 Infra Red temperature sensor.
Stars: ✭ 34 (-40.35%)
Mutual labels:  sensor
Home-Assistant-custom-components-DPC-Alert
Italy Meteo-hydro alert and hydrogeological phenomena Civil Protection (Protezione Civile). In this custom component you can find the vigilance Bulletin and the Bulletin of national hydrogeological and hydraulic criticalities. They allow to check whether in your current location there will be criticalities/warnings related to weather-hydrogeolog…
Stars: ✭ 31 (-45.61%)
Mutual labels:  sensor
em-overview
Overview of the aircraft encounter models that support safety analysis and development of aircraft avoidance systems.
Stars: ✭ 14 (-75.44%)
Mutual labels:  aviation
nws alerts
An updated version of the nws_alerts custom integration for Home Assistant
Stars: ✭ 24 (-57.89%)
Mutual labels:  sensor
vue-resize-sensor
detect container resizing
Stars: ✭ 75 (+31.58%)
Mutual labels:  sensor
programmable-air
A hardware kit to experiment with inflatable and vacuum based soft robotics.
Stars: ✭ 54 (-5.26%)
Mutual labels:  sensor
flutter example
flutter code,flutter-banner,flutter-codekk,flutter-panda,flutter_tab
Stars: ✭ 94 (+64.91%)
Mutual labels:  flutter-plugin
flutter nearby connections
Flutter plugin support peer-to-peer connectivity and the discovery of nearby devices for Android vs IOS
Stars: ✭ 51 (-10.53%)
Mutual labels:  flutter-plugin
esp-homekit-multi-sensor
Homekit muti sensor, motion, temperate, humidity and light with OTA
Stars: ✭ 15 (-73.68%)
Mutual labels:  sensor
RTLSDR-Airband
Multichannel AM/NFM demodulator
Stars: ✭ 487 (+754.39%)
Mutual labels:  aviation
flutter opencv
OpenCV bindings plugin for Flutter apps [work in progress]
Stars: ✭ 81 (+42.11%)
Mutual labels:  flutter-plugin
flutter launch whatsapp
Plugin flutter to launch whatsapp
Stars: ✭ 46 (-19.3%)
Mutual labels:  flutter-plugin

Flutter Aeyrium Sensor Plugin

Aeyrium Sensor Plugin

A Flutter sensor plugin which provide easy access to the Pitch and Roll on Android and iOS devices. It was made using TYPE_ROTATION_VECTOR sensor on Android and DeviceMotion on iOS.

Import

To use this plugin, add aeyrium_sensor as a dependency in your pubspec.yaml file. For example:

dependencies:
  aeyrium_sensor: ^1.0.7

Usage

import 'package:aeyrium_sensor/aeyrium_sensor.dart';

AeyriumSensor.sensorEvents.listen((SensorEvent event) {
      //do something with the event , values expressed in radians
      print("Pitch ${event.pitch} and Roll ${event.roll}")
      
    });

Real Demo

We developed this plugin to use it on our Attitude indicator screen. Aeyrium Sensor

Issues

Please file any issues, bugs or feature request as an issue on our GitHub page.

Author

This Aeyrium Sensor plugin for Flutter is developed by Aeyrium Inc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].