Hello,
The iotcreators portal doesn’t show our devices. And new devices are not able to connect to NBioT network. It always been fine until yesterday after sudden stop
Hello,
The iotcreators portal doesn’t show our devices. And new devices are not able to connect to NBioT network. It always been fine until yesterday after sudden stop
@MarcoPeli I get the “msg”: “Accepted”, “code”: 1002 from the web api. but nothing on the device. any suggestion?
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
Hello,
I need to know the state of my sim card. If its still active or damaged. I have build a NB-IoT custom device where i try to establish a connection to via NB-IoT network.
Thank you
@JeroenD Eigenlijk positief om te horen dat anderen ook moeite hebben dan ben ik in ieder geval niet helemaal gek. @afzal_m ik hoor het graag als het netwerk niet functioneerde en wanneer hij het weer doet want dan kan ik verder met testen
@Inducon-Hans
That seems weird as the manual states for the socket parameter: SARA-N3 - The range goes from 1 to 8.
If I execute it on my sara-n3, I get: +CME ERROR: Operation not supported
. So I’m a bit confused.
Hebben jullie al success gehad met het ontvangen van UDP berichten op de SARA-N3? Socket openen en data versturen met USOST
gaat goed maar data terug wordt niet ontvangen.
Wij verwachten een URC +UUSORF:
voor downlink data, klopt dit?
@JeroenD Zover was ik inderdaad na dit thread gekomen en heb nu via de API de callback URL ingesteld dus hij doet nu downlinks, altough ik heb nog geen data op mijn node zien verschijnen.
@JeroenD said in Graag downlink voorbeeld door rechtstreeks de api te gebruiken:
@afzal_m Dank voor je hulp! De callback url met curl toevoegen werkt inderdaad. Het is misschien een goed idee dit beter te documenteren? Of nog beter: te veranderen dat een via de GUI toegevoegde URL ook werkt?
Getting started VII ‘Hello device’ is ook erg summier met alleen een postman voorbeeld…
Voor degenen die geinteresseerd zijn, dit is de API call die werkt:
curl -X PUT -H “Authorization: Basic xxx” -H “Content-Type: application/json” -d “{ “resourceValue” : “Hallo” }” https://iot.netwerk.t-mobile.nl/m2m/endpoints/IMEI%3a868333030xxxxxx/downlinkMsg/0/data
Met achter ‘Basic’ uiteraard je eigen Base64(username:password) ipv xxx en je eigen device IMEI. Voor de volledigheid: de downlink op je device komt pas binnen na de eerstvolgende uplink.
Dit is toch wel een beetje vervelend. Ik loop nu een jaar later tegen exact dit probleem aan. Mijn callback URL is toegevoegd via de GUI en nu kan ik geen downlink berichten versturen. De docs reppen geen woord over deze eis. De enige info hierover is een stille video.
{"msg":"Unauthorized","code":1001}
@Stefan-de-Lange super.
Raar dat https://portal.iot.t-mobile.nl/projects alleen nog verwijst naar de verkeerde site.
De docs website https://docs.iot.t-mobile.nl/docs is niet beschikbaar. Dit is niet heel praktisch gezien ik op zoek ben naar informatie om met CoAP te verbinden.
@Inducon-Hans Thats great to hear, do you have the following startup and connection sequence?
+CFUN=0
+CGDCONT?
+CGDCONT=1,\"IP\",\"cdp.iot.t-mobile.nl\"
+CFUN=1
+COPS=1,2,\"20416\"
+CGACT=1,1,
+CGPADDR=
+CGDCONT?
// open UDP socket and transmit
mmh that’s odd, I would’ve thought that SODAQ would’ve had a dev board early january already.
The main difference I found between the tutorial (N2) and the N3 is the move from NSOST
to USOST
but I haven’t figured out as how to connect it to the network.
@afzal_m is there any filtering happening based on the type of module that is trying to connect?
best regards Tarick
@afzal_m did you find any information? I will be attending the hello world next friday so it would be awesome if the information to connect my sara n3 will be known then to the organizers so they can help me.
When will there be certification and support for the ublox SARA-N3? I’m trying to connect it to the network but the how-to is set up for N2 features that cannot be used for the N3.