iotcreators.com web
    • Login
    • Search
    • forum.iotcreators.com
    • docs.iotcreators.com
    • Tags
    • Popular
    • Recent
    • Register

    IoT Creators integrated with LTE-M and GSM successfully

    Announcements
    lte-m gsm
    1
    1
    231
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Roland Baldin
      Roland Baldin iotcreators.com team last edited by Roland Baldin

      Hi guys,

      after we integrated the connectivity from Magenta Austria in the last days with IoT Creators/SCS platform succesfully I tryed with my devkit Quectel BG96 not only NB-IoT but also LTE-M and GSM - unfortunately pure LTE is not supported by the devkit.

      It worked immediatly 🙂

      With following AT commands I could connect to our Telekom network in Germany and send UDP messages to our server:

      # Set frequency band for Telekom Germany
      AT+QCFG="band",0,0,80,1					
      
      # Set our APN
      AT+CGDCONT=1,"IP","scs.telekom.tma.iot"
      
      # Use 0 for GSM  ...
      AT+COPS=1,2,"26201",0
      
      # ... or 8 for LTE-M
      AT+COPS=1,2,"26201",8
      
      # ... or 9 for NB-IoT
      AT+COPS=1,2,"26201",9              
      
      # Connect to our UDP server
      AT+QIOPEN=1,1,"UDP","172.27.131.100",15683,1001,0
      
      # Send "hello world" as hex
      AT+QISENDEX=1,"48616c6c6f20576f726c64"
      

      This is really cool !!

      Cheers, Roland

      1 Reply Last reply Reply Quote 1
      • 1 / 1
      • First post
        Last post