iotcreators.com web
    • Login
    • Search
    • forum.iotcreators.com
    • docs.iotcreators.com
    • Tags
    • Popular
    • Recent
    • Register
    1. Home
    2. Tags
    3. t-mobile nl
    Log in to post
    • All categories
    • P

      ATT URL error
      iotcreators.com portal & API • t-mobile nl netherlands allthingstalk application-url nb-iot api • • paulvha

      7
      0
      Votes
      7
      Posts
      98
      Views

      Roland Baldin

      If you save the URL the platform sends a request with an empty body to the URL to test it. If the URL doesn‘t exist or returns a code different than 200 you can not save the URL.

      Regards, Roland

    • R

      Data from another node
      General discussion & other topics • nb-iot t-mobile nl • • rhalflex

      11
      0
      Votes
      11
      Posts
      170
      Views

      R

      And we got 1 more at 23:47 : 232c504c414e54312c3230303731363033343330352c303030302e302c2d30303030302c2c303030302e302c303030302e302c3030303030302c2d30303031302c2c2c2c2c2c2c2c2c2c3b232c504c414e54312c3230303731363033343930372c303030302e302c2d30303030302c2c303030302e302c303030302e302c3030303030302c2d30303031302c2c2c2c2c2c2c2c2c2c

    • G

      Not able to connect BG96
      iotcreators.com portal & API • t-mobile nl quectel at command api • • gmeuleman

      8
      0
      Votes
      8
      Posts
      214
      Views

      afzal_m

      Unfortunately it didn’t work out, what we tried yesterday. Please follow this topic for new updates.

    • P

      message not arriving
      iotcreators.com portal & API • t-mobile nl registration device ublox at command • • paulvha

      8
      0
      Votes
      8
      Posts
      102
      Views

      afzal_m

      Unfortunately it didn’t work out, what we tried yesterday. Please follow this topic for new updates.

    • J

      Add subscriptions via api
      iotcreators.com portal & API • t-mobile nl api device registration postman documentation • • JeroenD

      16
      0
      Votes
      16
      Posts
      235
      Views

      J

      @afzal_m said in Add subscriptions via api:

      Thanks a lot @JeroenD. Maybe you are not aware of it but last month with did a major update on the document library after two years. But we only focused on the devices part.

      In August we will update the API part as well 🙂
      @Roalnd-Baldin is already working on it.

      Nice @afzal_m 😃

    • A

      Bericht komt niet aan
      iotcreators.com portal & API • t-mobile nl nb-iot registration sim card sierrawireless devkit udp • • allard.potma

      10
      0
      Votes
      10
      Posts
      127
      Views

      afzal_m

      Unfortunately it didn’t work out, what we tried yesterday. Please follow this topic for new updates.

    • P

      Device registratie werkt niet
      iotcreators.com portal & API • t-mobile nl device registration • • paulvha

      3
      0
      Votes
      3
      Posts
      71
      Views

      P

      @afzal_m Bedankt !!

    • D

      Portal Does not forward messages
      iotcreators.com portal & API • nb-iot t-mobile nl connection protocols • • Dirkie123

      11
      0
      Votes
      11
      Posts
      198
      Views

      afzal_m

      @CFH I think we need to do some troubleshooting on our side. Can you please send us the IMEI numbers via welovemail@iotcreators.com?

      Thanks!

    • 3

      SparkFun SAMD21 Mini Breakout connection to SIM7000E break out board
      iotcreators.com portal & API • t-mobile nl nb-iot simcom arduino • • 3dotter

      1
      0
      Votes
      1
      Posts
      55
      Views

      3

      I have been looking to this post:

      https://forum.iot.t-mobile.nl/topic/310/sim7000e-accepteert-de-genoemde-commandos-niet?_=1591271570193

      I like to have it work with T-mobile NB IoT on a combination of the SparkFun SAMD21 Mini Breakout connection and the SIM7000E break out board.

      Is there anybody who has succeeded to do so with Arduino code?

      Thanks in advance for your answer.

    • T

      SARA-N3
      Hardware • hardware device t-mobile nl nb-iot network • • trick2011

      13
      0
      Votes
      13
      Posts
      424
      Views

      I

      @trick2011 I use the following sequence:

      AT+UDCONF=1,0

      AT+USOCR=17,7000
      <rx socket number>
      AT+USOCO=<socket>,“172.127.131.100”,<udp port>
      AT+USOWR=<socket>,<data length>

      <wait for @>
      <send user data>
      AT+USORF=<socket>,127 #127 is max rx length, depends on yr buffers

      +USORF: <socket>,“172.27.131.100”,15683,17,“downstream data”

      AT+USOCL=<socket> # close socket

    • M

      Would it be possible to add the Grove - Base Shield for Arduino V2 to the tuino 096
      Network & Coverage • nb-iot device hardware t-mobile nl • • Mario Goorden

      2
      0
      Votes
      2
      Posts
      68
      Views

      Roland Baldin

      Hi Mario,

      Tuino 096 is an Arduino Zero (M0) compatible board. Grove Base Shield V2.0 doesn’t support this explicitity.

      I recommand to try"ARDUINO MKR CONNECTOR CARRIER (GROVE COMPATIBLE)" instead. With this shield you can bridge from Zero/M0 to sensors with Grove connectors.

      Regards, Roland

    • J

      Downlink broken, via UDP
      iotcreators.com portal & API • t-mobile nl downlink udp api • • Jurriaan Vollebregt

      6
      0
      Votes
      6
      Posts
      121
      Views

      J

      I found the problem, I use an arduino leonardo with a dragino nbiot shield. For incomming/outgoing messages i use SoftwareSerial.h, to change the tx/rx pins to pins 10/11.

      I fixed the problem by using the normal rx/tx pins and it works. Hence the library seems to be my problem.

      Hope this helps anyone.

    • M

      Delete subscriptions via api
      iotcreators.com portal & API • t-mobile nl api postman • • Martijn Kooijman

      4
      0
      Votes
      4
      Posts
      81
      Views

      M

      @Eric-Barten I still get the extra messages delivered even after deleting all but one subscriptions. Any thoughts on how to tackle this? Could it have something to do with downlinks not arriving? for example how lomg should I wait after sending before receiving?

    • M

      Downlink
      iotcreators.com portal & API • t-mobile nl downlink api • • Martijn Kooijman

      2
      0
      Votes
      2
      Posts
      87
      Views

      E

      There is no option to query the status of a downlink message. Buffering of downlink messages may occur on different places in our solution it is hard to give an clear response to such a request due to the asynchronous nature of the protocols.

      Note: after sending an uplink message we will try to downlink all buffered messages.

    • M

      More messages than expected on application server.
      iotcreators.com portal & API • t-mobile nl nb-iot ublox at command psm power saving • • Martijn Kooijman

      43
      0
      Votes
      43
      Posts
      796
      Views

      C

      @Martijn-Kooijman I solved it by checking the return message after sending “AT+USOCR=17,7000”. Once it is contains “+USOCR: 0” in the returning string I know it is ok:
      (it takes about 5 s after a reset)
      added code:

      String check_sara=cmd("AT+USOCR=17,7000"); while ((check_sara.indexOf("+USOCR: 0",1)<0)) { delay(500); check_sara=cmd("AT+USOCR=17,7000"); Serial.println(check_sara);//just for checking }
    • C

      Arduino MKR NB1500: lukt niet om te verbinden.
      iotcreators.com portal & API • t-mobile nl arduino connection at command ublox firmware update • • Crowdsourcer

      98
      0
      Votes
      98
      Posts
      1808
      Views

      S

      @Crowdsourcer I don’t know. BQ24195 is pretty solid. Probe it if you need to.

    • S

      Returning OK from endpoint
      iotcreators.com portal & API • t-mobile nl downlink protocols • • Sopwafel

      2
      0
      Votes
      2
      Posts
      145
      Views

      S

      @sopwafel You could, but be aware of using PSM and expected latency. Your device might be sleeping again before it had the chance to receive a downlink message. I don’t know if it’s possible to use in combination with the T-Mobile CDP but you might want to take a look at LWM2M and CoAP. These protocols have acknowledgements build in.

    • afzal_m

      How can I activate my simcard?
      iotcreators.com portal & API • t-mobile nl sim card nb-iot config • • afzal_m

      1
      0
      Votes
      1
      Posts
      150
      Views

      afzal_m

      I received this question a lot these days. I still need to understand why. Is our document library (getting) too complex maybe? Please let me know 🙂

      However, if you ordered your NB-IoT simcard at iot.t-mobile.nl, I can assure you that your simcard is already active.

      We want to save you from the simcard hassle as much as possible. All our NB-IoT simcards have the same configuration. To make sure that you can simply keep one single stock for all your different use cases/projects,

      Just register the IMEI number of your module in one of your projects. Configure your module with the right settings, put your simcard in it and it should work right away.

    • R

      Can't connect to NB-IoT (T-Mobile NL)
      Network & Coverage • nb-iot t-mobile nl sim card network • • Robin Finkers

      7
      0
      Votes
      7
      Posts
      388
      Views

      R

      Okay, my problem is fixed.

      I flashed the sequans modem again and I tested my code again. But it was still not working.

      I wiggled the cable of the antenna a bit and it connected to the network!
      I think the antenna of my gpy wasn’t connected properly or the antenna cable is broken or something.

    • R

      No messages received at AllThingsTalk
      iotcreators.com portal & API • t-mobile nl allthingstalk application-url portal • • Robin Finkers

      4
      0
      Votes
      4
      Posts
      337
      Views

      R

      @eric-barten I didn’t register the device in the att assets.

      I’ve received some messages in the debug tab, but it has a delay of a day??

      Now I have registered the device with the IMEI in the assets tab and I sent some test messages but I’m currently not receiving any.

    • Cees Meijer

      Different JSON messages from the T-Mobile server
      Network & Coverage • nb-iot t-mobile nl protocols • • Cees Meijer

      5
      0
      Votes
      5
      Posts
      318
      Views

      Cees Meijer

      @eric-barten That would be nice. But what channel to use for this PM then ?

    • 1
    • 2
    • 1 / 2