I’m trying to make a link budget overview.
From my understanding, the NB-IoT network attach procedure has different signal strength requirements compared to regular data traffic in the connected state.
Does anyone know in which 3GPP document I can find more information about the attach procedure and UE requirements?
Latest posts made by MeneerJacco
-
NB-IoT network attach - 3GPP TS?
-
Coverage Enhancement level incrementing period
I’m trying to figure out the timing schedule for the Coverage Enhanement levels of NB-IoT.
I can find online how this Coverage Enhancement level system works, but I cannot seem to find the exact timing for this process.At what time after its first try to attach will a modem decide to increase the C-E level?
In case it is modem dependent, I am using the SIM7020G. -
RE: SIM7020G unresponsiveness
They are still running, so this seems to be the (temporary) solution.
-
RE: SIM7020G unresponsiveness
Yes, getting to the right person at SIMCom took longer than we hoped.
Nevertheless, we might have a solution for our problem (stress-tests currently running).SIMCom is unclear as to why the previous batch did not have this issue, but they suggest that the trace width at the VBAT “line” to the SIM7020G modem is too narrow (0.254 instead of 1 mm) and can limit the current provided when modem is actively using the LTE antenna.
So, currently bypassing this VBAT trace (except for the reference design’s capacitors and TVS) and connecting the VBAT pins straight to the 3.6V battery.
We’ll see next monday if all our testdevices are still up and running. -
RE: SIM7020G unresponsiveness
Both batches are also booting with the same ‘active profile’.
SIM7020G: AT&V ACTIVE PROFILE E: 1 L: 0 M: 0 Q: 0 V: 1 X: 4 S0: 0 S1: 0 S2: 43 S3: 13 S4: 10 S5: 8 S6: 2 S7: 60 S8: 2 S10: 15 S12: 50 S25: 5 +CMGF: 0 +CSDH: 0 +CMEE: 0 +IFC: 0,0 +ICF: 3,3 +CNMI: 2,2,0,1,0 +CSCS: "IRA" +IPR: 0 &C: 1 &D: 2 +CGEREP: 0 +CEER: 0 +CGPIAF: 0,0,0,0 +CPSMSTATUS: 1 +CSMINS: 0 +CMUX: 0,0,0,31,10,3,30,10,2 OK
Also ending with OK instead of ERROR.
However, I have not yet looked into the meaning of every value in this status report before. Just printing this for debugging purposes if our DEBUG mode is on (extra Serial prints in the lib). -
RE: SIM7020G unresponsiveness
Thanks for the quick reply.
Unfortunately, I have already verified that slow clock is disabled in both batches, meaning the device should not enter any sleep mode on its own.SIM7020G: AT+CSCLK? +CSCLK: 0
-
SIM7020G unresponsiveness
We are currently having issues with our new batch of NB-IoT devices equipped with the SIM7020G modem (own PCB design).
With the previous batch (100 devices) we encountered no communication issues using this exact software and hardware design, however with this batch we do seem to have a problem. Both batches are running the same FW version (Revision:1910B05SIM7020G).Problem:
• Devices at some point become unresponsive to AT commands sent to the 7020G modem.
• When rebooting the modem using the PWRKEY we get responses to the first couple of AT commands, but after a while (several seconds) the modem stops responding (no AT echo and response anymore).The AT commands I am sending are:
- AT+GSV
- AT&V
- AT+GSN
- AT+COPS?
- AT+CFUN=0
Waiting up to 30 seconds for “OK” response here. - AT*MCGDEFCONT=“IP”,“cdp.iot.t-mobile.nl”
- AT+CFUN=1
- AT+CBAND=8,20
- AT+CBANDSL=0
- AT+CRESET
Short wait here for boot time. - AT+CSMINS?
Modem does not become unresponsive after a specific command, this varies. And at times, devices are not able to get responses from the modem at all on one day, but can run perfectly fine the day after.
I have tested with several batteries, with different antenna’s connected (U.FL) and by using different SIM cards. Am also not able to detect a voltage drop on the VCC when sending my data.
Anyone ever had any experience like this?
Again, I am using the same SW and HW as before… -
RE: How long will a downlink message stay in the network queue?
@roalnd-baldin Thanks for your clear answer.
Happy to hear that the message will stay in the out-queue forever. -
How long will a downlink message stay in the network queue?
I was wondering how long a downlink message will stay in the network queue.
Or are messages kept there forever, if a device never sends another uplink? -
Reading IMSI using the API
I was wondering if the IMSI number can be read using the API, as it is visible in the portal.
Or do I need to read it myself on the device and send it in the payload?