LTE Self-Check Evaluation Procedure for VP6825, VP7200, and AP6800
Purpose
This procedure helps verify the operational status of the LTE module, SIM card, network registration, signal strength, and data connectivity on supported LTE-enabled devices. It also provides the information required by ID TECH Support for troubleshooting LTE-related issues.
Important: Make sure to wait approximately 30 to 60 seconds after powering on the target device before performing any of the checks below.
Applicable Devices
VP6825
VP7200
AP6800
Collecting Information for Technical Support
The steps in this article collect important device information for diagnosing device issues. Providing this information upfront significantly reduces troubleshooting time and helps ID TECH Support quickly identify whether the issue is related to device configuration, SIM card provisioning, network registration, antenna performance, or LTE module operation.
The steps below go through the following checks:
Verify LTE Operating Mode (Airplane Mode and Test Mode status)
The commands listed in this document may be executed independently. Example responses are provided for reference; actual values may vary depending on device model, firmware version, carrier, and deployment environment.
Note: The example responses shown in this document were captured from a VP7200 and may differ when executed on a VP6825 or AP6800.
Command Format
The commands referenced throughout this document are intended to be executed using the Device → Send NEO Command function within the SDK Demo application.
Commands are shown using the following format:
Cmd-Sub-Hex_Data
Where:
Cmd = Command byte
Sub = Sub-command byte
Hex_Data = Optional hexadecimal payload
Examples
Command Shown in This Document | Cmd | Sub | Hex_Data |
|---|---|---|---|
D3-02 | D3 | 02 | None |
29-80 | 29 | 80 | None |
D3-0D-01 | D3 | 0D | 01 |
D3-00-41542B515246544553544D4F44453F0D0A | D3 | 00 | 41542B515246544553544D4F44453F0D0A |
Executing Commands in the SDK Demo Application
Connect to the device using the SDK Demo application.
Navigate to Device → Send NEO Command.
Enter the values from the command into the corresponding fields:
Cmd
Sub
Hex_Data (if present)
Select Execute Command.
Verify that the response matches the expected result shown in this procedure.
Note: Commands without a Hex_Data field only require you to enter the Cmd and Sub values.
Step 1: Verify Firmware and Device Tree Versions
Collect the firmware and device tree versions to confirm the device is running the expected software.
Command | Expected Response (Example) |
|---|---|
29-80 | Your Device EXT FW vX.XX.XXX.XXXX |
29-00 | Your Device FW vX.XX.XXX.XXXX |
29-0B-01 | Device-specific Device Tree version |
29-0B-11 | Device-specific Extended Device Tree version |
Record the returned values and provide them to ID TECH Support.
Step 2: Verify Cellular Configuration
Confirm that cellular functionality is enabled.
Command | Expected Result |
|---|---|
D3-02 | 01 |
A response of 01 indicates cellular support is enabled.
Optional Check
Command | Expected Result |
|---|---|
D3-04 | 00 |
Step 3: Verify LTE Operating Mode
Confirm the LTE modem is not in Airplane Mode or Test Mode.
Command | Expected Result |
|---|---|
D3-12 | 00 |
A response of 00 indicates Airplane Mode is disabled.
Optional Test Mode Verification
Command
D3-00-41542B515246544553544D4F44453F0D0AExpected response should contain:
+QRFTESTMODE: 0A value of 0 confirms Test Mode is disabled.
Step 4: Verify SIM Card Detection
Confirm that the device detects the SIM card in the correct slot.
Command | Expected Result |
|---|---|
D3-0D-01 | 01 |
D3-0D-02 | 00 |
The reported status should match the physical SIM card installation.
Step 5: Verify APN Configuration
Check the configured Access Point Name (APN).
Command | Example Response |
|---|---|
D3-0A | IDTechabcid123456 |
Verify that the APN settings match the requirements of your cellular carrier.
Step 6: Verify Network Registration
Confirm that the modem has successfully registered with the cellular network.
Command | Example Response |
|---|---|
D3-0F | +COPS: 0,0,"CHINA MOBILE",0 |
The returned network operator should match the SIM card provider being used.
Step 7: Verify Signal Strength
Check LTE signal quality.
Command | Example Response |
|---|---|
D3-05 | +QCSQ: "GSM",-51 |
Record the returned signal information and provide it to ID TECH Support.
Step 8: Verify Antenna Connection
If another known-good LTE device is available:
Power down both devices.
Swap the LTE antenna cable from the known-good device to the problem device.
Repeat the signal strength and network registration tests.
This can help determine whether the issue is related to the antenna or LTE module.
Step 9: Collect Diagnostic Logs
Detailed troubleshooting often requires diagnostic logs.
Using the SDK Demo Tool
List Available Log Files
Under the device commands, navigate to Device → Syslog List 1050.
Typical files include:
syslog
syslog-01
syslog-02
ksyslog
Download Log Files
Under the device commands, navigate to Device → Syslog Read 1050.
Read and save each available log file to your PC.