Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(info) The actual value of your devices connection statistics is shown in the Lobaro platform under "Device Properties".

(warning) For "unstable" network coverage Lobaro does can not guarantee the correct function of the cellular uplinks and battery runtimes under all conditions. Please consider a different location for the particular device.

...

Source: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fref_at_commands%2FREF%2Fat_commands%2Fmob_termination_ctrl_status%2Fproc_cesq_set.html

Geo Location Lookup

There are multiple ways to trace where a mobile device is.

In General the following information is required and transmitted in the device status packets:

image2020-9-16_13-42-26.pngImage Added

  • TAC → lac (dezimal), 0xcb20 = 52000
    • Tracking Area Code (TAC) sometimes called Location Area Code (LAC)
  • CI → cid (dezimal), 0x299A605 = 43623941
    • Cell ID (CID / CID)

Here are some resources to use:

ResourceDescription

https://www.cellmapper.net/

Lookup Cells

(warning)  Account needed - not for commercial use

platform.eNodeB.towerID (based on CI )

        var ci = parseInt("01DD4E02",16);
        var towerID =parseInt(ci/256,10); → z.B. 122190

Image Added


https://my.unwiredlabs.com/dashboard/login

LTE Location API

Account required

Image Added


LTE network error codes

Newer firmware of Lobaro products report potential ESM (EPS Session Management) and EMM (EPS Mobility Management) errors in their status uploads.

...

ParameterBeschreibungValues
conMode

regRegistration
  • 1 = Home Network
  • 5 = Roaming
tacTracking Area Code
ciCell ID
psmPower Safe mode IntervallPSM Activity Timer (T3324)

See for info:

tauLong-Periodic TAU Timer (Extended T3412)tauTracking Area Update
SNRSignal to Noise Ratio

Integrated Circuit Card Identifier (ICCID)

Please see: https://help.1nce.com/dev-hub/docs/sim-cards-knowledge

NB-IoT / LTE-M Bands

Each Lobaro hardware only supports a subset of bands. 

Operators might change bands without prior notice. 


BandUplink (TX)Downlink (RX)BandwidthDuplex-ModeUsed by
B31710-1785 MHz 1805-1880MHz75 MHz

B8

880 - 915 MHz

925 - 960 MHz

25 MHz

HD-FDD

Telekom

B20

832 - 862 MHz

791 - 821 MHz

30 MHz

HD-FDD

Vodafone

The NB-IoT Bands selected for Europe are B3 (1800 MHz), B8 (900 MHz) and B20 (800 MHz). B8 and B20 are supported by all Lobaro devices, B3 might be available on recent variants too.

Known issues

Remote Update for Modem Firmware not possible (relevant until today)

...