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

    listening port

    Hardware
    ublox udp
    2
    7
    217
    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.
    • T
      trick2011 last edited by

      Hello,

      i’m trying to configure a listening port. in Ublox Sara N310. the device receives data only on send. how to make the device to collect data automatically?

      AT+CFUN=0
      AT+CGDCONT=1,"IP","cdp.iot.t-mobile.nl"
      AT+CSCLK=0
      AT+CPSMS=0
      AT+CEDRXS=1,5,"0010","0010"
      AT+NVSETPM=0
      AT+UBANDSEL=900,800
      AT+CFUN=1
      AT+COPS=0                           
      AT+UPSDA=0,3
      AT+USOCR=17
      AT+UDCONF=5,1,250
      AT+USOCO=1,"172.27.131.100",15683
      AT+USOLI=1,1182
      AT+USODL=1
      
      1 Reply Last reply Reply Quote 0
      • M
        MarcoPeli iotcreators.com team last edited by

        hi @trick2011 , i see that you have edrx enabled (or it seems so, i am not completely familiar with your modem). in this case, to send data to the device you can use our edrx api explained here https://docs.iotcreators.com/reference/send-base64-edrx-downlink-message , so that you don’t need to send data in order to receive.

        Hope this helps!

        BR
        Marco

        T 1 Reply Last reply Reply Quote 0
        • T
          trick2011 @MarcoPeli last edited by

          @MarcoPeli I get the “msg”: “Accepted”, “code”: 1002 from the web api. but nothing on the device. any suggestion?

          1 Reply Last reply Reply Quote 0
          • M
            MarcoPeli iotcreators.com team last edited by MarcoPeli

            ji @trick2011 , that means that our api is properly working. please verify on your device that edrx is enabled. Also, edrx is not supported everywhere, where is the device located?

            T 1 Reply Last reply Reply Quote 0
            • T
              trick2011 @MarcoPeli last edited by

              @MarcoPeli
              in the netherlands,

              1 Reply Last reply Reply Quote 0
              • M
                MarcoPeli iotcreators.com team last edited by

                hi @trick2011, edrx is supported in the netherlands, i know that under roaming with vodafone libertel it works perfectly

                M 1 Reply Last reply Reply Quote 0
                • M
                  MarcoPeli iotcreators.com team @MarcoPeli last edited by

                  @trick2011 , to help you troubleshoot your problem, you can also refer to our docs here that explains eDRX: https://docs.iotcreators.com/docs/nb-iot-network-information, and also here on the official gsma website you can find infos about the edrx parameters in europe https://www.gsma.com/iot/mobile-iot/roaming/ . Also, to be able to send data to your device through eDRX, you will need to send at least one payload from the device to our platform, because the mobile network needs to know the ip address of your device in order to correctly forward the message through eDRX.
                  Hope this helps!

                  BR
                  Marco

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