Hi,
I would like to know how to set the service to NB-IOT Cat NB1,
and how then to set the UL subcarrier spacing to 3,75 KHz,
and how to fix the power to 23 dBm, not to 20 dBm, even in power save mode.
Thanks,
BR
Hi,
I would like to know how to set the service to NB-IOT Cat NB1,
and how then to set the UL subcarrier spacing to 3,75 KHz,
and how to fix the power to 23 dBm, not to 20 dBm, even in power save mode.
Thanks,
BR
Hi!
Setting the system mode can be done in your application or through an AT command.
Application:
CONFIG_LTE_NETWORK_MODE_NB_IOT
AT Commands:
AT%XSYSTEMMODE=0,1,0,2
3.75 kHz bandwidth isn't supported in any LTE protocol. The lowest bandwidth supported with NB-IoT is 5 MHz. and the lowest bandwidth support by the nRF9160 SiP with NB-IoT is 10 MHz, on band 13.
For the transmission power, the closest thing we have is %XRFTEST. This is only for RF testing though, and doesn't work after %XPRODDONE is sent to the modem, indicating that the production is complete.
Best regards,
Heidi
Thanks, I mean how to set the UL subcarrier spacing to 3,75 KHz or 15 KHz. I would like also to know for which subcarrier spacing value the modem uses more current consumption, and for which one we need more data usage to send the same data.
Hi, I still don't have an answer regarding the UL Carrier spacing.
But here's a more thorough answer regarding fixing the power.
TX Power can't be "fixed" to anything. Not to 20dBm, not to 23dBm. A power class 3 device (which the nRF9160 is) has maximum power of 23 dBm, and that power is used only when operation according to 3GPP spec requires that.
A typical case is when a device far from eNB. Fixed power is not allowed because having one device "yell" very loudly near the eNB would prevent the eNB from hearing the other far-away devices. That's why there is automatic Tx power control required in LTE devices. It also obviously optimizes battery life.
A Power class 5 device would have a max power of 20dBm but we don't support that.
PSM does not affect maximum TX powers.
Thanks a lot for the information. I will wait for the information about how to set the UL subcarrier spacing to 3,75 KHz, or 15 KHz, and which value leads to more current consumption and more data usage. It would be really great and informative if you can push for that answer
So the user cannot set the UL subcarrier spacing. It's set by the network and signaled in the random access response.
Would you still like me to find out which one leads to more current consumption and data usage?