Sierra Wireless HL7810/HL7812

This guide covers AT commands for the Sierra Wireless HL7810 and HL7812 modules for use with Skylo NTN Network. The HL7812 additionally supports 2G fallback for enhanced connectivity options.

Set up Sierra Wireless HL7810 and HL7812

Quick Navigation

Set up the EVK Kit

  • Connect the USB Cable to the EVK kit as shown on the photo above

  • Connect the LTE antenna as shown on the photo above

  • Connect the GPS antenna as shown on the photo above

  • Insert the Monogoto SIM

Connect your PC to the EVK Kit

Use the USB to connect your computer to the AT CMD port of the EVK Kit

When using Windows, install the driver using the disk or USB stick provided by Sierra Wireless.

Connect to the EVK kit using a terminal program. You can use PuTTY for Windows, or Screen, minicom, or Miniterm for Mac or Linux.

Set the baud rate to 115200 Enter AT, if the connection with the HL7810 and HL7812 modem has been established, the board will answer with OK.

Connect the HL7810 and HL7812 to Skylo

Reset the modem to its default configuration:

Restore factory settings:

Example response:

Reboot the Module:

Check the status of the SIM card. The correct response should be: +CPIN: READY

Executing Commands by Version

Execute various commands based on the software version you are using. Make sure to execute the commands that correspond to your version.

Query device information

Request the product type, hardware, and firmware version:

Request the IMSI (International Mobile Subscriber Identity):

Request the ICCID (Integrated Circuit Card ID), which is the identification number of the iSIM

Check the SIM initialization selection policy is currently using:

Expected response: +KSIMSEL8,,1 The first digit indicates the Active SIM: 0 indicates External (SIM card) 8 indicates Internal (iSIM)

Set the error reporting to verbose, resulting in more descriptive error messages (optional):

Set the NTN Parameter (enter the commands)

airplane mode the radio

Enable iGNSS

it is crucial to wait until a valid GPS location is acquired before continuing operations. This ensures that the device is properly connected to the satellite network and can function accurately within its coverage. example response

Status iGNSS

Example response:

Stop iGNSS

Set the APN to data.mono:

Define the NB-IoT NTN

Lock the modem to a specific region/band

Although the modem may support many different NTN bands,

23 = Canada

255 = L band Global (United States, Taiwan, Australia, New Zealand, Japan)

256 = S band Europe

Lock the modem to a GNSS mode to Internal GNSS Mode

Reboot the Module:

Disable the radio

Report notification about Timing Advance calculation:

Send registration status

Enable radio

Example response:

CEREG State Change Report Codes

The table below provides an overview of the possible values for CEREG state change reports, indicating the module's network registration status.

Value
Description

0

Not registered, and the module is not searching for a network.

1

Registered to the home network.

2

Not registered, but the module is attempting to attach or searching for a network.

3

Registration denied by the network.

4

Unknown (for example, out of coverage)

5

Registered and roaming.

Query the signal measurement

request a specific network measurement, such as signal strength, noise levels, or other metrics:

Example response: %MEAS:Signal Quality:RSRP= -115,RSRQ= -15,SINR= -3,RSSI= -120.

Test the connection by sending UDP payload

In order to send data using UDP, 4 AT Commands needs to be sent:

  1. Create UDP socket

  2. Activate socket

  3. Send UDP data

  4. Close UDP Socket

1. Create UDP socket

AT%SOCKETCMD="ALLOCATE",1,"UDP","OPEN","<ip address>",<port>

Example response: %SOCKETCMD:1

2. Activate Socket

Example response: %SOCKETCMD:1

3. Send UDP data

AT%SOCKETDATA="SEND",1,<length>,"<data>"

Example response: %SOCKETDATA:1,13

Request info UDP Socket

Example response: %SOCKETCMD:"ACTIVATED","UDP","10.22.243.30","18.199.15.247",12345,7

4. Close UDP socket

End your UDP session by closing the UDP socket.

Expected response: OK

Transition Between Satellite Network and Public Network

When transitioning between satellite and public networks using the Sierra Wireless Kit use the following commands:

Command for Switching to Public Network:

This command activates the CAT-M mode for public networks, allowing the device to switch from satellite connectivity to a cellular public network.

Command for Switching Back to Satellite Network

This command activates the NBNTN mode, returning the device to satellite network connectivity.

Last updated

Was this helpful?