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

    Connect to LTE-M for U-Blox SARA R410

    iotcreators.com portal & API
    2
    2
    1551
    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.
    • E
      Eric Barten iotcreators.com team last edited by Eric Barten

      Connect to LTE-M

      //First do a reboot
      AT+CFUN=15

      ATE0

      AT+URAT=7

      AT+CEREG=3

      AT+CMEE=2

      //Set APN
      AT+CGDCONT=1,“IP”,“smartsites.t-mobile”

      //Choose Operator
      AT+COPS=1,2,“20416”

      //Show PDP Address
      AT+CGPADDR

      //Check if the device is attached to the network
      AT+CGATT?

      If the response is 1 it means attached
      +CGATT: 1

      //Setup a UDP socket
      AT+USOCR=17

      //Send some text data (put your target here)
      AT+USOST=0,“172.27.131.100”,15683,4,“Data”

      You have now successfully sent your first UDP message(s)!
      AT+USOCL=0

      1 Reply Last reply Reply Quote 0
      • A
        Alfons Geurts last edited by

        Laatste installfest succesvol met deze commando’s informatie verstuurt via LTE-M van T-Mobile via UDP naar ons ioT end-point.
        Zie ook: https://premium.nl/blogs/t-mobile-installfest-lte-m/

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