Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SensiNact/Bridge Android IMU"

(Creation of the page)
 
(Minor fix)
Line 1: Line 1:
 
== Description ==
 
== Description ==
  
This bridge allows sensiNact to receive Inertial Measurements from a Android device.
+
This bridge allows sensiNact to receive Inertial Measurement Unit (IMU) from a Android device.
  
 
== Requirements ==
 
== Requirements ==

Revision as of 08:54, 23 May 2017

Description

This bridge allows sensiNact to receive Inertial Measurement Unit (IMU) from a Android device.

Requirements

  • android-imu bridge activated (via sensinact -c) ;
  • Android device running Chrome browser.

How to use it

Point the Chrome (from your device) to the URL http://url_to_sensinact_gateway/imu/. From that point on, you can access to the position of your device using the provider called android that is available in sensiNact.

Limitations

  • Multiple android devices are not supported. Meaning that if multiple devices point the to same IMU URL, the information of the last ones are considered.

Back to the top