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.