This class provides an API to communicate with a u-blox GNSS chip. The files here were originally part of the C027_Support library (https://developer.mbed.org/teams/ublox/code/C027_Support/ at revision 138:dafbbf31bf76) but have been separated out, primarily for use on the u-blox C030 board where the cellular interace portion of the C027_Support library will instead be provided through the new mbed Cellular API.

Dependents:   example-ublox-at-cellular-interface-ext example-low-power-sleep example-C030-out-of-box-demo example-C030-out-of-box-demo ... more

Changes

RevisionDateWhoCommit message
34:d6a65d4c902a 2019-07-29 wajahat.abbas@u-blox.com Fixed build error on generic applications default tip
33:75163fa7e453 2019-05-29 fahimalavi Code style corrected
32:36bf0ff17131 2019-04-24 fahim.alavi@u-blox.com Warnings removed and message NAVX5 corrected
31:9a1ce433f062 2019-04-03 fahim.alavi@u-blox.com NAVX5 support added
30:de9fcdbc4d06 2019-04-03 fahim.alavi@u-blox.com FLAG extracted from NAV-PVT
29:54fd002f2376 2018-12-17 fahim.alavi@u-blox.com Decoding and decoding status of NAV-SAT added
28:8852ebda4e8f 2018-12-12 fahim.alavi@u-blox.com Reduce the buffer size
27:405a5e611635 2018-11-26 fahim.alavi@u-blox.com GNSS configuration without aiding minimum Acq time set to 0 and baudrate reduced to normal
26:2876ec28d223 2018-11-09 fahim.alavi@u-blox.com Merged changes
25:f538f1dc4121 2018-11-09 fahim.alavi@u-blox.com NAV-SAT should be at 1Hz, cold start need to be added
24:46264114c060 2018-11-01 bqam Redeclaration of cfg_batch_feature in header removed
23:c462bbec7d00 2018-10-31 bqam Updated API References
22:d8cd4cf0fcc0 2018-10-16 fahim.alavi@u-blox.com UBX NAV-SAT and NAV-SOL enabled
21:f91c0334d017 2018-10-08 fahim.alavi@u-blox.com NAV-Status message supported
20:bc678f383db1 2018-10-05 fahim.alavi@u-blox.com Verify GNSS method added
19:119e7c15ff97 2018-10-05 wajahat.abbas@u-blox.com reduced wait time
18:7adca4350499 2018-09-12 bqam CFG-NAV5 messages updated
17:6c226e3e9d61 2018-09-03 fahim.alavi@u-blox.com Set ground speed, fixType and avg_ignss
16:cb9861f0f4d8 2018-08-01 fahim.alavi@u-blox.com Logging added in SDCard and printing
15:105cf3ca48c9 2018-07-24 fahim.alavi@u-blox.com Baud rate increased
14:4b22bd505b93 2018-06-13 bqam Functions added to access protected methods
13:10108cd3ad23 2018-06-08 bqam Power off function added
12:a04f7eeece23 2018-05-31 Bilal Qamar GNSS Operations class added
11:514ea8bf1dc8 2018-05-29 Bilal Qamar UBX_CFG_BATCH sturct added
10:bfa9081e1d14 2018-05-21 fahim.alavi@u-blox.com Retrieve log batch added
9:cff83b9f5093 2018-05-18 fahim.alavi@u-blox.com Configuration for nav-pvt message corrected and renamed ACK-ACK message structure
8:720841961804 2018-05-16 fahim.alavi@u-blox.com Decoder methods added for UBX-NAV-PVT, UBX-LOG-BATCH, UBX-ACK-ACK/NAK & UBX-NAV-ODO
7:bfbe9d5d6f56 2018-08-14 RobMeades Only set up _gnssEnable if GNSSEN is not set to NC.
6:56eda66d585b 2017-06-14 rob.meades@u-blox.com Test passing on C027 and C030 platforms.
5:af4baf3c67f3 2017-06-11 RobMeades Make library work for C027.
4:82308d600690 2017-06-06 rob.meades@u-blox.com Correct target #defines, start pin and remove unused Doxyfile.
3:2a1cd49ead85 2017-05-04 RobMeades Remove GNSSPWR pin as this is handled in board initialisation.
2:b10ca4aa2e5e 2017-04-13 RobMeades Remove deprecation warnings and warning about lack of bracing around empty else condition. Changed bracing style to ARM standard.
1:ef70a58a6c98 2017-04-10 rob.meades@u-blox.com Add files to repo, removing temp.txt placeholder.
0:8d0a25c20f3f 2017-04-10 RobMeades Create repo for gnss support.