-
Updated
Dec 7, 2020 - Java
gps
Here are 1,435 public repositories matching this topic...
-
Updated
Dec 9, 2020 - Swift
-
Updated
Dec 11, 2020 - PHP
-
Updated
Dec 13, 2020 - C++
-
Updated
Dec 10, 2020 - C++
-
Updated
Aug 6, 2020 - Java
-
Updated
Dec 12, 2020 - Python
-
Updated
Dec 2, 2020 - Java
-
Updated
Dec 13, 2020 - Java
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Aug 6, 2020 - Python
-
Updated
Oct 10, 2020 - Python
Display of Map-path in Gui-list
I use paths for the maps as short as possible, so even the first characters of the filename is displayed in Gui.
By trials with navit-apk_0.5.4 I found, that these paths are no more accessible for navit. I succeeded finally with path like
"/storage/0403-0201/Android/data/org.navitproject.navit/files/SW_Paris_Grosseto.bin".
The use of this path is no problem.
The gdal library is too big. suggest remove GDAL dependent library。
Linux USB Driver
I am trying to support Raspberry Pi 3. The linux driver code has the 7100 but not the 7000 listed.
When I try to compile on raspberry - jesse it gives error:
make[1]: *** /lib/modules/4.9.59-v7+/build: No such file or directory. Stop.
The Simcom site says there are both linux and android drivers for the 7000, but I can not find them.
The module works perfectly with Arduino! Thanks.
Bob
-
Updated
May 18, 2020 - Objective-C
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Oct 8, 2020 - C++
Improve this page
Add a description, image, and links to the gps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gps topic, visit your repo's landing page and select "manage topics."
Many boards (in particular TBEAMs) don't have a 32khz xtal. Therefore they are just using an RC clock for timekeeping and that drifts pretty fast.
So the time of day clock (not millis() though) should be reset occasionally if !defined(HAS_HIGH_ACCURACY_CLOCK) when we receive GPS time.