9,087
edits
(6 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 20: | 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 32: | Line 35: | ||
'''Recommended:''' Android 9 or more. <br> | '''Recommended:''' Android 9 or more. <br> | ||
'''Tested and approved:''' Xiaomi 8, One+, Android 7: Samsung<br> | '''Tested and approved:''' Xiaomi 8, One+, Android 7: Samsung<br> | ||
'''Incompatibility:''' Huawei phone. | '''Incompatibility:''' Huawei phone. | ||
<br> | <br> | ||
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 :) ) | 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> | ||
Line 43: | Line 45: | ||
[[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 51: | 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 == |