gnss21 2.2.1
Loading...
Searching...
No Matches
GNSS 21 Device Settings

Settings for registers of GNSS 21 Click driver. More...

Macros

#define GNSS21_RSP_START   "$"
 GNSS 21 response buffer commands.
#define GNSS21_RSP_DELIMITER   ","
#define GNSS21_RSP_END   "\r\n"
#define GNSS21_RSP_GGA   "GGA"
#define GNSS21_RSP_NO_FIX   "0000.00000"
#define GNSS21_GGA_ELEMENT_SIZE   15
 GNSS 21 GGA command elements.
#define GNSS21_GGA_TIME   1
#define GNSS21_GGA_LATITUDE   2
#define GNSS21_GGA_LATITUDE_SIDE   3
#define GNSS21_GGA_LONGITUDE   4
#define GNSS21_GGA_LONGITUDE_SIDE   5
#define GNSS21_GGA_QUALITY_INDICATOR   6
#define GNSS21_GGA_NUMBER_OF_SATELLITES   7
#define GNSS21_GGA_H_DILUTION_OF_POS   8
#define GNSS21_GGA_ALTITUDE   9
#define GNSS21_GGA_ALTITUDE_UNIT   10
#define GNSS21_GGA_GEOIDAL_SEPARATION   11
#define GNSS21_GGA_GEOIDAL_SEPARATION_UNIT   12
#define GNSS21_GGA_TIME_SINCE_LAST_DGPS   13
#define GNSS21_GGA_DGPS_REFERENCE_STATION_ID   14
#define GNSS21_DUMMY   0xFF
 GNSS 21 dummy data.
#define GNSS21_TX_DRV_BUFFER_SIZE   100
 GNSS 21 driver buffer size.
#define GNSS21_RX_DRV_BUFFER_SIZE   1000
#define GNSS21_DEVICE_ADDRESS   0x3A
 GNSS 21 device address setting.

Detailed Description

Settings for registers of GNSS 21 Click driver.

Macro Definition Documentation

◆ GNSS21_DEVICE_ADDRESS

#define GNSS21_DEVICE_ADDRESS   0x3A

GNSS 21 device address setting.

Specified setting for device slave address selection of GNSS 21 Click driver.

◆ GNSS21_DUMMY

#define GNSS21_DUMMY   0xFF

GNSS 21 dummy data.

Definition of dummy data.

◆ GNSS21_GGA_ALTITUDE

#define GNSS21_GGA_ALTITUDE   9

◆ GNSS21_GGA_ALTITUDE_UNIT

#define GNSS21_GGA_ALTITUDE_UNIT   10

◆ GNSS21_GGA_DGPS_REFERENCE_STATION_ID

#define GNSS21_GGA_DGPS_REFERENCE_STATION_ID   14

◆ GNSS21_GGA_ELEMENT_SIZE

#define GNSS21_GGA_ELEMENT_SIZE   15

GNSS 21 GGA command elements.

Specified GGA command elements of GNSS 21 Click driver.

◆ GNSS21_GGA_GEOIDAL_SEPARATION

#define GNSS21_GGA_GEOIDAL_SEPARATION   11

◆ GNSS21_GGA_GEOIDAL_SEPARATION_UNIT

#define GNSS21_GGA_GEOIDAL_SEPARATION_UNIT   12

◆ GNSS21_GGA_H_DILUTION_OF_POS

#define GNSS21_GGA_H_DILUTION_OF_POS   8

◆ GNSS21_GGA_LATITUDE

#define GNSS21_GGA_LATITUDE   2

◆ GNSS21_GGA_LATITUDE_SIDE

#define GNSS21_GGA_LATITUDE_SIDE   3

◆ GNSS21_GGA_LONGITUDE

#define GNSS21_GGA_LONGITUDE   4

◆ GNSS21_GGA_LONGITUDE_SIDE

#define GNSS21_GGA_LONGITUDE_SIDE   5

◆ GNSS21_GGA_NUMBER_OF_SATELLITES

#define GNSS21_GGA_NUMBER_OF_SATELLITES   7

◆ GNSS21_GGA_QUALITY_INDICATOR

#define GNSS21_GGA_QUALITY_INDICATOR   6

◆ GNSS21_GGA_TIME

#define GNSS21_GGA_TIME   1

◆ GNSS21_GGA_TIME_SINCE_LAST_DGPS

#define GNSS21_GGA_TIME_SINCE_LAST_DGPS   13

◆ GNSS21_RSP_DELIMITER

#define GNSS21_RSP_DELIMITER   ","

◆ GNSS21_RSP_END

#define GNSS21_RSP_END   "\r\n"

◆ GNSS21_RSP_GGA

#define GNSS21_RSP_GGA   "GGA"

◆ GNSS21_RSP_NO_FIX

#define GNSS21_RSP_NO_FIX   "0000.00000"

◆ GNSS21_RSP_START

#define GNSS21_RSP_START   "$"

GNSS 21 response buffer commands.

Specified response buffer commands of GNSS 21 Click driver.

◆ GNSS21_RX_DRV_BUFFER_SIZE

#define GNSS21_RX_DRV_BUFFER_SIZE   1000

◆ GNSS21_TX_DRV_BUFFER_SIZE

#define GNSS21_TX_DRV_BUFFER_SIZE   100

GNSS 21 driver buffer size.

Specified size of driver ring buffer.

Note
Increase buffer size if needed.