Gravity: LoRaWAN Node Module (EU868)

SKU: DFR1115-868

The Gravity: LoRaWAN Node Module (EU868) is a dual-mode, long-distance wireless communication solution for outdoor IoT applications, designed for the EU868 frequency band with kilometer-range transmission capabilities and flexible configuration options for seamless integration into various IoT projects.

Overview of Gravity: LoRaWAN Node Module (EU868)
  • Docs
  • Tech Specs
  • 1. Example for LoRa Communication-Transmit-Receive Application

    This article offers a detailed guide on implementing LoRa communication using ESP32 and LoRaWAN node modules, covering hardware and software setup, wiring diagrams, sample code for data transmission between nodes, and achieving successful communication results.

    2. Example for LoRa Communication-One-to-Many Communication

    This article provides a detailed example of implementing LoRa's 'Single Transmit, Multiple Receive' communication mode, including hardware and software setup, wiring diagrams, and sample code for successful data transmission.

    3. Example for LoRa Communication-Two-to-One Communication

    This article explains a two-to-one communication setup using LoRa technology with FireBeetle ESP32 and LoRaWAN modules, including preparation, wiring, coding, and results.

    4. Example for LoRa Communication-Data Relay Application

    The article offers a comprehensive guide on implementing data relay in LoRa communication using three nodes A, B, and C to extend the communication range beyond direct data transmission.

    5. Example for LoRaWAN Communication-OTAA Network Joining

    This article demonstrates how to set up and join a LoRaWAN network using the OTAA method, featuring hardware preparation with FireBeetle 2 ESP32-E and Gravity LoRaWAN Node Module. It provides comprehensive wiring diagrams and sample Arduino code for sending and receiving data within the network.

    6. Example for LoRaWAN Communication-ABP Network Joining

    The article offers a detailed guide on setting up LoRaWAN communication through ABP Network Joining, covering hardware and software preparations, wiring, and sample Arduino codes for effective IoT data transmission.

    Reference

    This reference article offers a comprehensive overview of the API library for configuring LoRaWAN settings on Arduino-compatible devices, covering functions such as setting frequency, bandwidth, data rate, and more, alongside product compatibility details.

    Specification

    Basic Parameters

    Power Supply Voltage DC 3.3V~5V
    Communication Mode I2C/UART
    Power/Communication Interface PH2.0-4P
    Mounting Hole Diameter 3.0mm
    Mounting Hole Spacing 35mm
    Product Dimensions 42x62mm
    Net Weight 10g

    LoRa Parameters

    RF Chip SX1262
    Operating Frequency 868MHz
    Supported Regions Europe and other regions using the EU868 band
    Modulation Method LoRa modulation
    Spreading Factor 7~12
    Maximum Transmit Power +16dBm
    Receiver Sensitivity -137dBm (SF=12/BW=125kHz)

    Pinout

    DFR1115-868-pinout

    Name Full Name Function
    T/D UART_TX/I2C_SDA UART transmit pin (TX) / I2C data line (SDA)
    R/C UART_RX/I2C_SCL UART receive pin (RX) / I2C clock line (SCL)
    - DGND Digital ground, connects to the GND of the host controller
    + VCC PPower supply input, DC 3.3V~5V (must match the host system voltage level)
    PWR Power Red power indicator, remains on when power is supplied
    ACT Active Green status indicator:
    1. Blinks for 1 second when transmitting a network join request.
    2. Remains on for 5 seconds when the network join is successful.
    3. Blinks for 300ms during data transmission or reception.

    The DIP switch defaults to I2C mode and can switch between I2C and UART. Restart the module after switching.

    Was this article helpful?

    TOP