Confidential & Proprietary Information
7.11.4 Read External Flash Logging Notify Flags via Configuration Service
AT+LANSF?
Response
+ LNSF: < ExternalFlashLoggingNotifyFlags >
Example:
• To receive INTERNAL FLASH ERROR and GPS POSITION TRACK event notification, the valid command to activate
notification AT+LNSF = 6.
• To receive all External Flash Logging event notifications, the valid command to activate all notifications AT+LNSF
= 7.
• To receive all External Flash Logging event notifications over configuration service, the valid command to activate
all notifications AT+LANSF = 127.
• AT+LNSF = 8 or greater will return ERROR.
7.12 GPIO/INPUTS CONFIGURATION
7.12.1 Getting a list of all the GPIO.
To get a list of all GPIO, send the command: “AT+GPIOLIST=0”
The meaning of the single argument is “GPIO type” where 0 = All, 1 = Available, 2 = Reserved.
The response format is as follows:
+GPIOLIST:<key>,<property>,<pin>,<is enabled>,<is fixed>,<type>,<set state>,<read state>,<is active
high>,<ISR received>,<description>
The following is the meaning of the fields:
• Key = An identifier of the pin used in commands that reference it.
• Property: 0 = GPIO, 1 = IRQ, 2 = Tamper detect, 3 = line power detect, 4 = advertising enable, 5 = uart
TX, 6 = uart RX.
• Pin = The Nordic pin designation.
• Is enabled = Boolean value . Is the pin enabled.
• Is fixed = Boolean. It is an actual physical pin.
• Type: 0 = input, 1 = output
• Set state: High or low if output.
• Read State: High or low if input.
• Is active high: Boolean. True = a high on the pin is the “exception” or “alert” condition for the input.
• ISR Received.
• Description: A string description of the GPIO purpose.