comparison Small_CPU/Inc/uartProtocol_GNSS.h @ 1000:c386ae6635e4 GasConsumption

Improve GNSS operation: during OSTC 4/5 code merge a problem with the wakeup of the gnss module showed up which has been fixed with the new verion. In addition a compile switch has been added which activated the synchronization of time between OSTC and gnss module. This my cause problems if the time is not accurate => deactivated at the moment.
author Ideenmodellierer
date Mon, 28 Apr 2025 19:51:36 +0200
parents f41974734268
children efb7d18cc564
comparison
equal deleted inserted replaced
999:ac25c35a3c97 1000:c386ae6635e4
40 UART_GNSS_INACTIVE, /* no requests to the receiver */ 40 UART_GNSS_INACTIVE, /* no requests to the receiver */
41 UART_GNSS_LOADCONF_0, 41 UART_GNSS_LOADCONF_0,
42 UART_GNSS_LOADCONF_1, 42 UART_GNSS_LOADCONF_1,
43 UART_GNSS_LOADCONF_2, 43 UART_GNSS_LOADCONF_2,
44 UART_GNSS_SETMODE_MOBILE, 44 UART_GNSS_SETMODE_MOBILE,
45 UART_GNSS_SETDATE_TIME,
45 UART_GNSS_PWRDOWN, 46 UART_GNSS_PWRDOWN,
46 UART_GNSS_PWRUP, 47 UART_GNSS_PWRUP,
47 UART_GNSS_SETCONF, /* save configuration */ 48 UART_GNSS_SETCONF, /* save configuration */
48 UART_GNSS_GET_PVT, 49 UART_GNSS_GET_PVT,
49 UART_GNSS_GET_SAT 50 UART_GNSS_GET_SAT
72 { 73 {
73 GNSSCMD_LOADCONF_0 = 0, 74 GNSSCMD_LOADCONF_0 = 0,
74 GNSSCMD_LOADCONF_1, 75 GNSSCMD_LOADCONF_1,
75 GNSSCMD_LOADCONF_2, 76 GNSSCMD_LOADCONF_2,
76 GNSSCMD_SETMOBILE, 77 GNSSCMD_SETMOBILE,
78 GNSSCMD_SETDATETIME,
77 GNSSCMD_MODE_PWS, 79 GNSSCMD_MODE_PWS,
78 GNSSCMD_MODE_NORMAL, 80 GNSSCMD_MODE_NORMAL,
79 GNSSCMD_SET_CONFIG, 81 GNSSCMD_SET_CONFIG,
80 GNSSCMD_GET_NAV_DATA, 82 GNSSCMD_GET_NAV_DATA,
81 GNSSCMD_GET_PVT_DATA, 83 GNSSCMD_GET_PVT_DATA,