9,087
edits
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[category:WikiOros]] | |||
This Add on is a tool which uses the DC simulated inputs in NVGate. | This Add on is a tool which uses the DC simulated inputs in NVGate. | ||
It provide a GPS and can deal with weather station data. | It provide a GPS and can deal with weather station data. | ||
Line 11: | Line 12: | ||
=GPS= | =GPS= | ||
<youtube>https://youtu.be/px5b67Kgkb4</youtube> | |||
We have 2 ways to acquire the GPS position, android phone or GPS Compliant with NMEA 0183 standard. | We have 2 ways to acquire the GPS position, android phone or GPS Compliant with NMEA 0183 standard. | ||
Line 17: | Line 21: | ||
== Serial GPGGA GPS == | == Serial GPGGA GPS == | ||
We | We support the GPS USB Navilock NL-602U. You can order at OROS under the reference: ORAC-GPS-NA01. | ||
We should be compliant with any other GPS USB Serial Interface Compliant with NMEA 0183 standard GPGGA. (however in case of issue we do not have other model in stock so we will not be able to support it) | |||
[[File:gps_navilock.jpg|200]] | [[File:gps_navilock.jpg|200]] | ||
Line 25: | Line 31: | ||
== Android GPS == | == Android GPS == | ||
''' | '''Recommended:''' Android 9 or more. <br> | ||
'''Tested and approved:''' Xiaomi 8, One+, Android 7: Samsung<br> | |||
'''Incompatibility:''' Huawei phone. | |||
<br> | <br> | ||
It should work with nearly all the android phone. | |||
It should work with nearly all the android phone. No support will be given in case of incompatibility with your phone. (or you send us the phone for doing the test... :) ) | |||
<br> | <br> | ||
[[File:GPS_phone.png]] | [[File:GPS_phone.png]] | ||
GPS data | '''Principle :''' GPS data is retrieved using Android ADB (Android Debug Bridge). | ||
When you plug your android phone, we inject the GPS position inside NVGate. | |||
[[File:GPS_android.png|600px]] | [[File:GPS_android.png|600px]] | ||
Line 47: | Line 53: | ||
- Activate android developers option. (To enable developer options, on android settings/"about phone" tap the Build Number option 7 times). | - Activate android developers option. (To enable developer options, on android settings/"about phone" tap the Build Number option 7 times). | ||
Process is [https://www.howtogeek.com/129728/how-to-access-the-developer-options-menu-and-enable-usb-debugging-on-android-4.2/ here] | - Enable USB debugging (on developers options menu). Process is [https://www.howtogeek.com/129728/how-to-access-the-developer-options-menu-and-enable-usb-debugging-on-android-4.2/ here] | ||
- Plug your android phone into your PC. | - Plug your android phone into your PC. | ||
- Allow the incoming USB debugging connection and check "Always allow from this computer". | - Allow the incoming USB debugging connection and check "Always allow from this computer". | ||
Test the connection using the ADB connection button: | |||
[[File:gps_ADB.jpg]] | [[File:gps_ADB.jpg]] | ||
Also be sure that GPS is enabled on your phone, then you need to have an application which is running and using the GPS | Also be sure that GPS is enabled on your phone, then you need to have an application which is running and using the GPS on the background of the phone (example: we advice to launch [https://play.google.com/store/apps/details?id=com.google.android.apps.maps&hl=fr&gl=US Google Maps] or [https://play.google.com/store/apps/details?id=com.exatools.gpsdata&hl=fr&gl=US GPS Data]) | ||
== How to use == | == How to use == |