LoRa Module Symbol
Definition: The LoRa Module symbol represents a long-range, low-power wireless transceiver module based on Semtech's LoRa (Long Range) chirp-spread-spectrum modulation — typically an SX1276/SX1278 chip on a PCB breakout — used in circuit diagrams to indicate a sub-GHz IoT radio link between nodes and a gateway.
Also known as: LoRa transceiver, SX1276 module, RFM95 module, LoRaWAN radio, long-range RF module, chirp spread spectrum radio.
What the LoRa Module symbol means
The LoRa Module symbol denotes an RF transceiver subsystem that uses Semtech's LoRa modulation — a chirp spread-spectrum (CSS) technique — to achieve transmission ranges of 2–15 km in open environments while consuming only micro-amperes in sleep and milliamps during transmission. The module connects to a host microcontroller via SPI (MOSI, MISO, NSS/CS, SCK) and requires a 3.3 V supply and GND.
In schematic diagrams the LoRa module symbol marks the wireless interface of an IoT sensor node or gateway. It indicates that data packets can be sent to a LoRaWAN network server (via a concentrator gateway) or in peer-to-peer mode directly between two nodes, enabling long-range battery-powered sensor applications without cellular infrastructure.
How to identify the LoRa Module symbol
The symbol is drawn as a rectangular block labelled 'LoRa Module' or with the specific module identifier (e.g. 'SX1276', 'RFM95W', 'Ra-02'). Five key pins appear: VCC (3.3 V supply) at the top, GND at the bottom, and three SPI pins on the right — MOSI (master-out slave-in), MISO (master-in slave-out), and NSS (chip select, active low). SCK (SPI clock) and additional control pins (RST, DIO0–DIO5) may also be shown. An antenna symbol or connector is typically shown connected to the RF output pin.
Function in a circuit
The LoRa module transmits and receives data by spreading each bit across a wide bandwidth using a chirp (linearly frequency-swept) signal. The spreading factor (SF7–SF12) trades data rate for range: SF7 gives the highest rate (approx. 5.5 kbps at 125 kHz BW) while SF12 provides the longest range at the cost of throughput (approx. 250 bps). The host MCU configures the module over SPI, queues data payloads, and monitors interrupt pins (DIO0) for transmission-complete and receive-ready events. Operating frequencies are 433 MHz, 868 MHz (EU), or 915 MHz (US/AU) depending on the module variant.
Standards: IEC vs ANSI
| IEC 60617 | IEC 60617 does not define a dedicated symbol for a LoRa module; it is represented as a general radio transceiver functional block per IEC 60617-02 (binary logic elements) or as a labelled rectangular block in system-level diagrams. |
|---|---|
| ANSI/IEEE 315 | ANSI Y32.2 / IEEE 315-1975 provides no dedicated LoRa symbol; the module is represented as a labelled functional block with antenna notation per IEEE 315-1975 Section 15 (signal paths and transmission). |
| Key difference | Both IEC and ANSI treat the LoRa module as a labelled functional block; symbol appearance is determined by the EDA tool or schematic style rather than a formal standard difference. |
Terminals / pins
| Pin | Name |
|---|---|
| vcc | VCC |
| gnd | GND |
| mosi | MOSI |
| miso | MISO |
| nss | NSS |
Typical values
Operating frequency: 137–1020 MHz (SX1276). Spreading factor: SF6–SF12. Bandwidth: 7.8–500 kHz. Max output power: +20 dBm (100 mW). Receiver sensitivity: −148 dBm at SF12, 125 kHz BW. Supply voltage: 3.3 V (1.8–3.7 V for SX1276). Active TX current: 120 mA at +20 dBm. Sleep current: 0.2 µA.
Where the LoRa Module symbol is used
- Agricultural IoT sensor nodes transmitting soil moisture, temperature, and weather data over several kilometres to a farm gateway
- Smart city infrastructure: parking sensors, waste-bin fill-level monitors, and street-light control over LoRaWAN networks
- Asset tracking and logistics with GPS + LoRa combining location and long-range reporting
- Building automation systems where wired installation is impractical (historic buildings, temporary structures)
- Water and gas utility metering over wide-area LoRaWAN networks without cellular contracts
- Search-and-rescue or hiking safety devices sending GPS beacons over peer-to-peer LoRa links
Example
In a remote weather station, the LoRa module symbol shows VCC connected to a 3.3 V regulator output, GND to common ground, and MOSI/MISO/NSS/SCK connected to the SPI bus of an Arduino Pro Mini. The Arduino reads a BME280 sensor and calls the LoRa.send() function to transmit a 20-byte payload at SF10, 125 kHz BW on 868 MHz. A LoRaWAN gateway located 5 km away receives the packet and forwards it to a cloud dashboard via the internet.
Key facts
- The LoRa Module symbol represents a sub-GHz wireless transceiver using Semtech's chirp spread-spectrum (CSS) modulation, capable of 2–15 km range at very low power.
- The SX1276 is the most common LoRa IC; the RFM95W (HopeRF) and Ra-02 (AI-Thinker) are popular breakout modules built on the SX1276.
- LoRa modules communicate with a host MCU via SPI using five signals: MOSI, MISO, NSS (chip select), SCK (clock), and optionally RST and DIO interrupt pins.
- Spreading factors SF7–SF12 control the range/rate trade-off: SF7 delivers approximately 5.5 kbps over shorter distances; SF12 achieves maximum range (−148 dBm sensitivity) at approximately 250 bps.
- LoRaWAN is the MAC layer protocol built on LoRa that enables network-server-managed multi-node IoT deployments with OTAA or ABP device activation.
- Regional frequency plans for LoRa: 868 MHz in Europe (ETSI EN 300 220), 915 MHz in North America and Australia, 433 MHz for global licence-exempt use.
- At SF12 and +20 dBm output, a 100 mAh coin cell can sustain a LoRa node sending one packet per hour for several years due to the very low duty cycle.
Frequently asked questions
What does the LoRa module symbol mean in a circuit diagram?
The LoRa module symbol represents a long-range, low-power wireless transceiver that uses Semtech's chirp spread-spectrum (LoRa) modulation to send and receive data over sub-GHz frequencies (typically 433, 868, or 915 MHz). It indicates that the circuit node can communicate wirelessly over distances of 2–15 km with very low power consumption.
What do the pins on the LoRa module symbol mean?
The key pins are VCC (3.3 V supply), GND (ground), MOSI (SPI data from MCU to module), MISO (SPI data from module to MCU), and NSS (SPI chip select, active low). Additional pins include SCK (SPI clock), RST (hardware reset), and DIO0–DIO5 (interrupt lines signalling TX-done, RX-done, and other events).
What is the difference between LoRa and LoRaWAN?
LoRa is the physical-layer (PHY) modulation technique — the chirp spread-spectrum radio waveform. LoRaWAN is the MAC-layer network protocol that runs on top of LoRa, defining how devices join a network, how packets are addressed and acknowledged, and how gateways forward data to a network server. A LoRa module can operate in LoRaWAN mode or in simple peer-to-peer mode without a network server.
What spreading factor should I use for a LoRa link?
Use the lowest spreading factor that provides a reliable link (SF7 for short range, SF12 for maximum range). SF7 gives the fastest data rate (approximately 5.5 kbps) and shortest air time, reducing battery use and channel occupation. SF12 achieves the highest sensitivity (−148 dBm) for very long-range links but reduces throughput to approximately 250 bps and increases air time by a factor of 32 compared to SF7.
What voltage does a LoRa module require?
Most LoRa modules based on the SX1276 (such as the RFM95W) require a 3.3 V supply. The SX1276 itself operates from 1.8–3.7 V. These modules are not 5 V tolerant on their SPI pins, so level shifting is required when interfacing with a 5 V Arduino Uno. An Arduino Pro Mini at 3.3 V or an ESP32 can connect directly.
What standard defines the LoRa module symbol?
No dedicated IEC 60617 or ANSI Y32.2 / IEEE 315 symbol exists for a LoRa module. It is represented as a general labelled functional block in both standards. The LoRa radio specification is defined by Semtech's SX1276 datasheet and the LoRa Alliance's LoRaWAN specification.
What is the maximum range of a LoRa module?
Under ideal line-of-sight conditions with SF12, 125 kHz bandwidth, and +20 dBm output power, LoRa modules can reach 15 km or more in rural environments. In urban environments with obstructions, practical ranges are typically 2–5 km. The world-record LoRa link over 700 km was achieved under exceptional stratospheric balloon conditions.
Place the LoRa Module symbol on a wiring diagram or schematic in the free online circuit diagram maker — no download required.