Murata ALT1250 Satellite NTN Network
The guide provided below contains AT command instructions for the Murata ALT1250 module designed to work with Skylo Satellite IoT for Non-Terrestrial Networks (NTN).
Murata LBAD0XX1SC-DM The Type 1SC module is the world’s smallest Cat. M1/NB-IoT module with global certification. It supports GPS/GNSS, OpenMCU, and Integrated SIMS.
Set up Murata Kit (LBAD0XX1SC-DM-EVK2)

Quick Navigation
Set up the EVK Kit
Connect the UBC Cable to the EVK kit as shown on the photo above
Connect the LTE 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
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 LBAD0XX1SC-DM modem has been established, the board will answer with OK
.
Connect the LBAD0XX1SC to Skylo
For some firmware versions, you need to click and hold the SW1
button in order to send AT Commands to the module.
Reboot the Module:
Check the status of the SIM card. The correct response should be: +CPIN: READY
+CPIN: READY means that the SIM is ready for use and does not require any PIN entry.
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:
Example response:
Revision: RK_03_02_00_00_41841_001
Request the IMSI (International Mobile Subscriber Identity):
Request the ICCID (Integrated Circuit Card ID), which is the identification number of the iSIM
Set the error reporting to verbose, resulting in more descriptive error messages (optional):
Check the SIM initialization selection policy is currently using:
Expected response:
SIM_INIT_SELECT_POLICY:5
. The last digit indicates the Active SIM:
0
indicates External (SIM card)
5
indicates Internal (iSIM)
Enable the External SIM card
Reboot the Module:
Set the NTN Parameter (enter the commands)
Define the NB-IoT NTN
Disable the radio
Set the APN to data.mono
:
Lock the modem to a specific region/band
Lock the modem to a GNSS mode to Internal GNSS Mode
Reset in order for the parameters to take effect
Reboot the Module:
Network Activation
Disable radio
Enable GNSS and NTN reception notification:
Report notification about Timing Advance calculation:
Send registration status
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
%IGNSSEVU: // Wait to FIX URC is received ←"FIX",1,"09:25:24","11/09/2024","xxxxx","-yyyyyy","113.6",1726046724000,4.6,"0.000000","B",7
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.
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.
Gather detailed information on physical connectivity and eNB
request physical connectivity
Test the connection by sending UDP payload
When using Non-Terrestrial Networks, data can only be sent using UDP.
In order to send data using UDP, 4 AT Commands needs to be sent:
Create UDP socket
Activate socket
Send UDP data
Close UDP Socket
1. Create UDP socket
Example message: AT%SOCKETCMD="ALLOCATE",1,"UDP","OPEN","34.192.142.126",12345
Example response: %SOCKETCMD:1
2. Activate Socket
Example response: %SOCKETCMD:1
3. Send UDP data
Example message: AT%SOCKETDATA="SEND",1,13,"48656C6C6F2C20776F726C6421"
Example response: %SOCKETDATA:1,13
Make sure to exactly count the number of characters you send, or you will receive an error.
It' s not possible to send text to the module, instead we need to send hexadecimal values. Convert possible text string to hexadecimal numbers using a program like rapidtables.
Request info UDP Socket
Example response: %SOCKETCMD:"ACTIVATED","UDP","10.22.243.30","34.192.142.126",12345,7
4. Close UDP socket
End your UDP session by closing the UDP socket.
Expected response: OK
Test UDP Payload with Ubidots
To quickly test if UDP messages are successfully sent, you can use a platform like Ubidots.
Learn more in our Ubidots guide: Ubidots
Great work on connecting the Murata LBAD0XX1SC-DM to Monogoto! Have a look at the Things logs in the Monogoto Console to find more details about the established connection.
Transition Between Satellite Network and Public Network
When transitioning between satellite and public networks using the Murata 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.
Great work on connecting the Murata LBAD0XX1SC-DM to Monogoto! Have a look at the Things logs in the Monogoto Console to find more details about the established connection.
Useful Links
Last updated
Was this helpful?