Difference between revisions of "NVGate DC Simulated Manager"

Jump to navigation Jump to search
no edit summary
Line 14: Line 14:
=GPS=
=GPS=


We have 2 ways to acquire the GPS poisition, 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.




== Serial GPGGA GPS ==
== Serial GPGGA GPS ==


We are also compatible with GPS USB Serial Interface Compliant with NMEA 0183 standard GPGGA <br>
We are compatible with GPS USB Serial Interface Compliant with NMEA 0183 standard GPGGA <br>


We can advice the GPS USB Navilock NL-602U but other GPS will work.<br>
We can advice the GPS USB Navilock NL-602U but other GPS will work.<br>
Line 29: Line 29:
[[File:GPS_phone.png]]
[[File:GPS_phone.png]]


if you plug your android phone, we can inject the GPS position inside NVGate.
GPS data can also be retrieved using Android ADB (Android Debug Bridge).
 
If you plug your android phone, we can inject the GPS position inside NVGate.
 


[[File:GPS_android.png|600px]]
[[File:GPS_android.png|600px]]


to use it:
Procedure:


- Activate android devlopers 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.
- Enable USB debugging (on developers options menu)
- 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]
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 with USB plug on the PC.
- Plug your android phone with USB plug on the PC.
- Allow the incoming USB debugging connexion and check "always allow from this computer".
- Allow the incoming USB debugging connection and check "always allow from this computer".


You can test the connection using the ADB connection button.
You can test the connection using the ADB connection button.
Line 50: Line 48:
[[File:gps_ADB.jpg]]
[[File:gps_ADB.jpg]]


Also be sure the GPS is activate on your phone, then you need to have an apllication wich is using the GPS at the back of the phone (exemple: Google map)
Also be sure the GPS is enabled on your phone, then you need to have an application which is running and using the GPS at the foreground of the phone (exemple: [https://play.google.com/store/apps/details?id=com.google.android.apps.maps&hl=fr&gl=US/ Google Maps], [https://play.google.com/store/apps/details?id=com.exatools.gpsdata&hl=fr&gl=US GPS Data])


== How to used ==
== How to used ==

Navigation menu