# sandeepmistry/arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.

Repository: https://github.com/sandeepmistry/arduino-LoRa
Canonical: https://ross.abutalabs.com/products/arduino-lora
Language: C++
License: MIT
License Family: permissive
Last push: 2024-06-12T22:46:32+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3665, "days_push": 812, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1920, forks 665 (observed 2026-08-28T04:05:55.150467+00:00)

## What it is
An Arduino library for sending and receiving data over LoRa radios using Semtech SX1276/77/78/79-based modules. It provides a simple API for configuring frequency, pins, and packet transmission/reception on compatible hardware.

## Use cases
- send sensor data over long range with LoRa radios
- build an Arduino LoRa transmitter or receiver
- communicate between Arduino boards using RFM95W modules
- use a Dragino LoRa shield with Arduino
- receive LoRa packets with interrupt callbacks
- prototype low-power long-range IoT communication

## When to choose
- you use Semtech SX127x-based modules like RFM95W or Dragino shields with Arduino
- you want a simple, well-documented API for raw LoRa packet communication
- you need a lightweight library installable via the Arduino IDE Library Manager

## When to avoid
- you need LoRaWAN protocol support with network join and OTAA/ABP
- you use an Arduino MKR WAN 1300 and rely on receive callbacks, which are unsupported
- your project targets non-Semtech LoRa chipsets

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, networking, embedded
- domain: iot, embedded-systems, hardware
- platform: embedded, iot, cpp
- tags: lora, arduino, radio, sx127x, wireless, long-range-communication

## Member repositories
- sandeepmistry/arduino-LoRa (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:55.150467+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:09:49.487836+00:00, confidence not recorded.
  - readme: https://github.com/sandeepmistry/arduino-LoRa (fetched 2026-08-28T04:05:55.150467+00:00, sha 5c3c5990e3d3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
