Integration Manual
Table Of Contents
- Document Information
- Contents
- 1 System description
- 1.1 Overview
- 1.2 Architecture
- 1.3 Pin-out
- 1.4 Operating modes
- 1.5 Power management
- 1.6 System functions
- 1.7 RF connection
- 1.8 (U)SIM interface
- 1.9 Serial communication
- 1.9.1 Serial interfaces configuration
- 1.9.2 Asynchronous serial interface (UART)
- 1.9.2.1 UART features
- 1.9.2.2 UART signal behavior
- 1.9.2.3 UART and power-saving
- 1.9.2.4 UART application circuits
- Providing the full RS-232 functionality (using the complete V.24 link)
- Providing the TxD, RxD, RTS, CTS and DTR lines only (not using the complete V.24 link)
- Providing the TxD, RxD, RTS and CTS lines only (not using the complete V.24 link)
- Providing the TxD and RxD lines only (not using the complete V24 link)
- Additional considerations
- 1.9.3 USB interface
- 1.9.4 SPI interface
- 1.9.5 MUX protocol (3GPP TS 27.010)
- 1.10 DDC (I2C) interface
- 1.11 Audio Interface
- 1.12 General Purpose Input/Output (GPIO)
- 1.13 Reserved pins (RSVD)
- 1.14 Schematic for LISA-U2 module integration
- 1.15 Approvals
- 1.15.1 European Conformance CE mark
- 1.15.2 US Federal Communications Commission notice
- 1.15.3 Innovation, Science, Economic Development Canada notice
- 1.15.4 Australian Regulatory Compliance Mark
- 1.15.5 ICASA Certification
- 1.15.6 KCC Certification
- 1.15.7 ANATEL Certification
- 1.15.8 CCC Certification
- 1.15.9 Giteki Certification
- 2 Design-In
- 3 Features description
- 3.1 Network indication
- 3.2 Antenna detection
- 3.3 Jamming Detection
- 3.4 TCP/IP and UDP/IP
- 3.5 FTP
- 3.6 HTTP
- 3.7 SSL/TLS
- 3.8 Dual stack IPv4/IPv6
- 3.9 AssistNow clients and GNSS integration
- 3.10 Hybrid positioning and CellLocate®
- 3.11 Control Plane Aiding / Location Services (LCS)
- 3.12 Firmware update Over AT (FOAT)
- 3.13 Firmware update Over the Air (FOTA)
- 3.14 In-Band modem (eCall / ERA-GLONASS)
- 3.15 SIM Access Profile (SAP)
- 3.16 Smart Temperature Management
- 3.17 Bearer Independent Protocol
- 3.18 Multi-Level Precedence and Pre-emption Service
- 3.19 Network Friendly Mode
- 3.20 Power saving
- 4 Handling and soldering
- 5 Product Testing
- Appendix
- A Migration from LISA-U1 to LISA-U2 series
- A.1 Checklist for migration
- A.2 Software migration
- A.2.1 Software migration from LISA-U1 series to LISA-U2 series modules
- A.3 Hardware migration
- A.3.1 Hardware migration from LISA-U1 series to LISA-U2 series modules
- A.3.2 Pin-out comparison LISA-U1 series vs. LISA-U2 series
- A.3.3 Layout comparison LISA-U1 series vs. LISA-U2 series
- B Glossary
- Related documents
- Revision history
- Contact
LISA-U2 series - System Integration Manual
UBX-13001118 - R25 System description Page 15 of 182
1.4 Operating modes
LISA-U2 series modules have several operating modes. The operating modes are defined in Table 4
and described in details in Table 5, providing general guidelines for operation.
General Status
Operating Mode
Definition
Power-down
Not-Powered Mode
VCC supply not present or below operating range: module is switched off.
Power-Off Mode
VCC supply within operating range and module is switched off.
Normal Operation
Idle mode
Module processor core runs with 32 kHz as the reference oscillator.
Active mode
Module processor core runs with 26 MHz as the reference oscillator.
Connected mode
Voice or data call enabled and processor core runs with 26 MHz as the
reference oscillator.
Table 4: Module operating modes definition
Operating
Mode
Description
Transition between operating modes
Not-Powered
Module is switched off.
Application interfaces are not
accessible.
Internal RTC timer operates only if a
valid voltage is applied to V_BCKP pin.
When VCC supply is removed, the module enters not-powered mode.
When in not-powered mode, the module cannot be switched on by a
low pulse on PWR_ON input, by a rising edge on RESET_N input, or by
a preset RTC alarm.
When in not-powered mode, the module can be switched on by
applying VCC supply (see 1.6.1) so that the module switches from not-
powered to active mode.
Power-Off
Module is switched off: normal
shutdown by an appropriate power-off
event (see 1.6.2).
Application interfaces are not
accessible.
Only the internal RTC timer in
operation.
When the module is switched off by an appropriate power-off event
(see 1.6.2), the module enters power-off mode from active mode.
When in power-off mode, the module can be switched on by a low
pulse on PWR_ON input, by a rising edge on RESET_N input, or by a
preset RTC alarm (see 1.6.1): module switches from power-off to
active mode.
When VCC supply is removed, the module switches from power-off
mode to not-powered mode.
Idle
Application interfaces are disabled: the
module does not accept data signals
from an external device connected to
the module.
The module automatically enters idle
mode whenever possible if power
saving is enabled by AT+UPSV (see
u-blox AT Commands Manual [2]),
reducing current consumption (see
1.5.3.3).
If HW flow control is enabled (default
setting) and AT+UPSV=1 or
AT+UPSV=3 has been set, the UART
CTS line indicates when the UART is
enabled (see 1.9.2.2, 1.9.2.3).
If HW flow control is disabled by
AT&K0, the UART CTS line is fixed to
ON state (see 1.9.2.2).
Power saving configuration is not
enabled by default: it can be enabled by
AT+UPSV (see the u-blox AT
Commands Manual [2]).
The module automatically switches from active mode to idle mode
whenever possible if power saving is enabled (see 1.5.3.3, 1.9.2.3,
1.9.3.2, 1.9.4.2 and the u-blox AT Commands Manual [2], AT+UPSV).
The module wakes up from idle mode to active mode for these events:
Automatic periodic monitoring of the paging channel for the paging
block reception according to network conditions (see 1.5.3.3, 1.9.2.3)
Automatic periodic enable of the UART interface to receive and send
data, if AT+UPSV=1 has been set (see 1.9.2.3)
RTC alarm occurs (see the u-blox AT Commands Manual [2],
AT+CALA)
Data received on UART interface, if HW flow control has been
disabled by AT&K0 and AT+UPSV=1 has been set (see 1.9.2.3)
RTS input set ON by the DTE if HW flow control has been disabled by
AT&K0 and AT+UPSV=2 has been set (see 1.9.2.3)
DTR input set ON by DTE if AT+UPSV=3 has been set (see 1.9.2.3)
USB detection, applying 5 V (typical) to VUSB_DET input (see 1.9.3)
The connected USB host forces a remote wakeup of the module as a
USB device (see 1.9.3)
The connected SPI master indicates by the SPI_MRDY input signal
that it is ready for transmission or reception (see 1.9.4)
The connected u-blox GNSS receiver indicates by the GPIO3 pin that
it is ready to send data (see 1.10, 1.12)