Telit Wireless Solutions ME910C1 Quick Start Manual
Hide thumbs Also See for ME910C1:

Advertisement

ME910C1 Quick Start Guide
80529NT11661A Rev. 1 – 2018-03-01
Mod. 0871

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ME910C1 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Telit Wireless Solutions ME910C1

  • Page 1 ME910C1 Quick Start Guide 80529NT11661A Rev. 1 – 2018-03-01 Mod. 0871...
  • Page 2 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability resulting from any inaccuracies or omissions in this document, or from use of the information obtained herein. The information in this document has been carefully checked and is believed to be reliable.
  • Page 3 USAGE AND DISCLOSURE RESTRICTIONS License Agreements The software described in this document is the property of Telit and its licensors. It is furnished by express license agreement only and may be used only in accordance with the terms of such an agreement.
  • Page 4 APPLICABILITY TABLE PRODUCTS ME910 SERIES 4 of 23 Reproduction forbidden without Telit Communications PLC written authorization – All Rights Reserved...
  • Page 5: Table Of Contents

    Scope ....................6 Audience ..................6 Contact Information, Support ............6 Related Documents ...............6 GENERAL DESCRIPTION ............7 ME910C1 Main Features ...............7 USB/UART port configuration ............8 APPLICATION MAIN FLOW ............9 CHECK NETWORK REGISTRATION ......... 10 Registration AT script example ............ 11 Network selection ................ 12 CHECK/SET DATA SERVICE ............
  • Page 6: Introduction

    Introduction Scope Scope of this document is to give an overview and basic instructions of how to start using the ME910C1 module. Audience This document is intended for customers who want to use and test the NE866 product. Contact Information, Support...
  • Page 7: General Description

    General Description ME910C1 Main Features The ME910C1 is the Category M1/NB1 evolution of the Telit LE910 Series of LTE modules. Specified in the approved Release 13 of the 3GPP standard, Cat M1/NB1 devices are specifically tailored for IoT applications, offering optimized power consumption and enhanced coverage. This model further enriches the widely deployed Telit xE910 family of 28 x 28 mm LGA modulesBasic Set Up •...
  • Page 8: Usb/Uart Port Configuration

    USB/UART port configuration The ME910C1 is provided by 2 asynchronous serial port (CMOS 1.8) and one integrated universal serial bus (USB 2.0 HS) transceiver with the following composition: 2 x Telti USB Modem ports 1 x Telit HS-USB WWAN 1 x Telit Serial Diagnostic Interface The screenshot below reports an example of the port composition listed on Windows 10 Device Manager.
  • Page 9: Application Main Flow

    Application Main Flow POWER ON & CONFIGURATION Bad signal Loop “Check_n CHECK NETWORK NETWORK et_timer” SHUTDOWN REGISTRATION REGISTRATION or others expired? “data_ser ACTIVATE DATA vice_timer CHECK DATA SERVICE AND ” is REGISTRATION SEND DATA expired? In the following paragraphs different registration states will be described and finally on the paragraphs UDP and TCP script, you will find the full script to have an UDP or TCP connection.
  • Page 10: Check Network Registration

    Check Network Registration By default the device perform auto attach and receive an IP from the network. In this case the active <cid> is 1 and APN will be filled automatically from the network. If different APN is required an new <cid> should be defined with AT+CGDCONT=<cid>,APN.
  • Page 11: Registration At Script Example

    AT+CGDCONT=1,ibox.tim.it In order to activate this new APN you need to send AT+CGATT=0 and after AT+CGATT=1, that means detach and attach to the network. Registration AT script example Without setting APN AT+CGCONTRDP= +CGCONTRDP: 1,5,"lte.tim.it.mnc001.mcc222.gprs","10.0.105.40.255.0.0.0","10.0.105.41","213.230.130.222" ,"213.230.130.222","0.0.0.0","0.0.0.0" AT+CGPADDR= +CGPADDR: 1,"10.0.105.40" +CGPADDR: 2,"" After setting the new APN AT+CGDCONT=1,"IP",ibox.tim.it AT+CGATT=0...
  • Page 12: Network Selection

    Network selection AT#WS46 is the command that allows to set access technology on the module. Description of the command here below: AT#WS46=<n> set command selects the IoT technology to operate with. Parameter: <n> - integer type, it is the technology to be used: 0 –...
  • Page 13: Check/Set Data Service

    Check/Set data service When registration has been executed you can activate the context with the AT#SGACT command: AT#SGACT=<cid>,<status> e.g. if we want to activate context 1, AT#SGACT=1,1 in case we want to use the <cid> 3 (e.g. Verizon in US) AT#SGACT=3,1. See in the next paragraph a full example.
  • Page 14: Full Udp Script

    Full UDP script Below the full script for UDP communication, including APN setting and using <cid> 1: AT+CFUN=1 // Full functionality AT+CGDCONT=1,"IP",”<APN>” // Set <cid>=1 with APN (setting can be done only one time) AT+CGATT=0 // Network deactivation AT+CGATT=1 // Network ativation AT+CEREG? // Check Network Registration AT+CGPADDR=1...
  • Page 15 AT+CGDCONT=1,"IP",ibox.tim.it AT+CGATT=0 AT+CGATT=1 AT+CGCONTRDP= +CGCONTRDP: 1,5,"ibox.tim.it.mnc001.mcc222.gprs","10.69.211.11.255.0.0.0","10.69.211.12","213.230.134. 107","213.230.134.107","0.0.0.0","0.0.0.0" AT+CGPADDR= +CGPADDR: 1,"10.69.211.11" AT+CEREG? +CEREG: 0,1 AT#SCFG=1,1,300,90,600,50 AT#SGACT=1,1 #SGACT: 10.69.211.11 AT#SGACT? #SGACT: 1,1 AT#SD=1,1,10510,modules.telit.com,0,0,1 AT#SSEND=1 > data sent_ SRING: 1 AT#SH=1 15 of 23 Reproduction forbidden without Telit Communications PLC written authorization – All Rights Reserved...
  • Page 16: Full Tcp Script

    Full TCP script AT+CFUN=1 // Full functionality AT+COPS=2 // Disable networkj registration AT+CGDCONT=1,"IP",”<APN>” // Set <cid>=1 with APN AT+COPS=0 // Enable network registration with automatic selection AT#SCFG=1,1,300,90,600,50 // Socket Configuration (see AT command manual for the details of the command) AT#SGACT=1,1 // Internal modem process (expect to receive: ERROR) AT+CEREG?
  • Page 17 AT+CGCONTRDP= +CGCONTRDP: 1,5,"ibox.tim.it.mnc001.mcc222.gprs","10.69.211.11.255.0.0.0","10.69.211.12","213.230.134. 107","213.230.134.107","0.0.0.0","0.0.0.0" AT+CGPADDR= +CGPADDR: 1,"10.69.211.11" AT+CEREG? +CEREG: 0,1 AT#SCFG=1,1,300,90,600,50 AT#SGACT=1,1 #SGACT: 10.69.211.11 AT#SGACT? #SGACT: 1,1 AT#SD=1,0,10510,”modules.telit.com”,0,0,1 AT#SSEND=1 > data sent_ SRING: 1 AT#SH=1 17 of 23 Reproduction forbidden without Telit Communications PLC written authorization – All Rights Reserved...
  • Page 18: Psm/Edrx

    PSM/eDRX For detailed description how PSM works, refer to the dedicate Applicatone Note. Below there is a simple script that shows how to enter and exit from the PSM mode. AT+COPS? +COPS: 0,0,"Telstra Mobile",8 AT+CPSMS? +CPSMS: 0,,,"01100000","00000000" // PSM disabled AT+CPSMS=1,,,"10100011","00100100"...
  • Page 19 AT#RFSTS #RFSTS: "505 01",9410,-103,-72,- 13.0,20c6,A8,,64,3,0,"7F0D40B","505013421612017","Telstra Mobile",3,28,720,3240 AT#MONI #MONI: Telstra Mobile RSRP:-103 RSRQ:-11 TAC:20C6 Id:7F0D40B EARFCN:9410 PWR:- 78dbm DRX:64 // T3412 and T3324 values will be exchanged // and negotiated during attach or TAU procedure // to "force negotiation" with the network you can // de-register and register the module or // de-attach - attach AT+CGATT=0 // or COPS=2...
  • Page 20 This is a simple script that shows how enable the use of eDRX: AT+CPIN? +CPIN: READY +CEREG: 1,,"0000",8 // network registration unsolicited result code: module is EPS // registered and connected to CAT M1 network AT+CEDRXS=2,4,"0001" // enable the use of eDRX and enable the unsolicited result code // in this example the proposal is to have eDRX set to 10,24 sec.
  • Page 21: Psm/Edrx Timer

    PSM/eDRX Timer Tptw Power Saving Mode(PSM) User TeDRX Data T3324 T3412 (TAU Timer) 21 of 23 Reproduction forbidden without Telit Communications PLC written authorization – All Rights Reserved...
  • Page 22: Document History

    Document History Revision Date Changes First registered issue 2018-02-14 2018-03-01 Updated Applicability Table Document restyling §4: updated PSM and added new eDRX script 22 of 23 Reproduction forbidden without Telit Communications PLC written authorization – All Rights Reserved...
  • Page 23 Mod. XXXX...

Table of Contents