LTE-M Instellingen voor de Quectel BG96

  • 28 August 2018
  • 5 reacties
  • 4091 keer bekeken

Reputatie 7
Badge +11
  • Allesweter
  • 3490 reacties
De Quectel BG96 moet correct worden ingesteld voor gebruik van het LTE-M netwerk van KPN. Hiervoor kunnen volgende commando’s worden gebruikt:

code:
/* Set band configuration to 900 Mhz for GSM (1), band 20/800 Mhz for CAT-M1/NB-IoT (80000) */
AT+QCFG="band",1,80000,80000,1

/* Set iot-operation mode to LTE-M (0) only */
AT+QCFG="iotopmode",0,1

/* Set scan-sequence to LTE-M (02) only */
AT+QCFG="nwscanseq",020202,1

/* Set scan-mode to LTE (3) only */
AT+QCFG="nwscanmode",3,1


Vervolgens wordt een verbinding opgezet naar een APN. Welke APN kan worden gebruikt wordt bepaald in het leverproces van de SIM-kaart.

code:
/* Configure PDP Context 1 */
at+cgdcont=1,"IP","ltem.internet.m2m","0.0.0.0",0,0,0,0

code:
/* Query PDP context status */
at+cgact?
at+cgact?
+CGACT: 1,0

code:
/* Activate PDP context id 1 */
at+cgact=1,1
at+cgact=1,1
OK

5 reacties

Klopt het dat het commando om de actuele tijd op te vragen AT+QLTS niet ondersteund wordt door KPN?
Ik krijg nl geen response op dit commando?
Reputatie 7
Badge +11
Hallo @Cor61, welkom op het Zakelijk KPN Forum! :)

Uw aanname is correct. KPN ondersteunt deze functie niet.
Omdat LTE-M toegang geeft tot internet, kan de tijd ook via internet opgevraagd worden. Is dat misschien een optie voor u?
Ja, dat is een optie.
We gaan dat implementeren.
Bedankt voor de reactie.

Groet,
Cor Maas
Reputatie 7
Badge +11
Graag gedaan. Veel succes, hopelijk werkt dat voldoende! 🙂
would the code be the same if the equipment is roaming in different country using KPN Lte-M SIM?

/ * Set band configuration to 900 Mhz for GSM (1), band 20/800 Mhz for CAT-M1 / NB-IoT (80000) * /
AT + QCFG = "band", 1,80000,80000.1

/ * Set iot-operation mode to LTE-M (0) only * /
AT + QCFG = "iotopmode", 0.1

/ * Set scan sequence to LTE-M (02) only * /
AT + QCFG = "nwscanseq", 020202, 1

/ * Set scan mode to LTE (3) only * /
AT + QCFG = "nwscanmode", 3.1

Reageer