Hi guys ...can any one suggest me how to get latitude, longitude and altitude data from mbient in android. Pls. share some sample code for the same.
Thanks
The device does not support latitude and longitude, there is no GPS on the device. Altitude is provided by the barometer, see documentation: https://mbientlab.com/androiddocs/3/barometer.html#altitude-data
@sadul, You are describing a GPS sensor, not a 9-axis sensor which provides orientation as 3d vectors.
You can learn more about this here:
Manon Kok, Jeroen D. Hol and Thomas B. Sch¨on (2017), ”Using Inertial Sensors for Position and Orientation Estimation”, Foundations and Trends in Signal Processing: Vol. 11: No. 1-2, pp 1-153. http://dx.doi.org/10.1561/2000000094
Comments
The device does not support latitude and longitude, there is no GPS on the device. Altitude is provided by the barometer, see documentation:
https://mbientlab.com/androiddocs/3/barometer.html#altitude-data
@sadul,
You are describing a GPS sensor, not a 9-axis sensor which provides orientation as 3d vectors.
You can learn more about this here: