AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

SparkFun

· MPN: WRL-26060

$216.35 |
In stock at supplier
No reviews yet

This development board is designed to make building a LoRaWAN® IoT end node much less fiddly. It combines Digi X-ON™ onboarding with the SparkFun Qwiic ecosy...

Stock availability

Available with leadtime
23 available
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

This development board is designed to make building a LoRaWAN® IoT end node much less fiddly. It combines Digi X-ON™ onboarding with the SparkFun Qwiic ecosystem, so you can connect supported Qwiic sensors and get data moving to the cloud quickly.

The board ships with firmware installed that can connect to Digi X-ON, detect an attached sensor and post data to the X-ON cloud. Configuration is handled over a serial console connection, making it suitable for rapid evaluation and early prototypes.

For custom projects, firmware development is primarily supported in the Arduino environment using Digi’s Arduino XBee® library. The pre-installed application is open source, and the RP2350 microprocessor also supports development environments including Arduino, MicroPython and the Raspberry Pi Pico SDK.

The Digi XBee® LR module for LoRaWAN® is connected directly to a serial port on the RP2350, allowing control of the LoRaWAN® module via Digi’s development library. The module uses LoRa™ modulation for Non-Line-of-Sight two-way communications in long-range and high-noise RF environments.

Features:

  • Digi X-ON setup: Supports rapid creation and deployment of a LoRaWAN® IoT sensor.
  • Digital data block: Register the IoT Node – LoRaWAN® board quickly using the digital data block on the module.
  • Qwiic sensor support: Add a supported Qwiic sensor to the Node board.
  • Pre-installed firmware: Automatically connects to Digi X-ON.
  • Sensor detection: Detects an attached sensor.
  • Cloud posting: Posts data to the X-ON cloud.
  • Serial configuration: Configured via a serial console connection.
  • Custom firmware: Full software customization and development are supported.
  • Arduino development: Firmware development is performed primarily in the Arduino environment.
  • Digi library support: Enabled by an Arduino XBee® library from Digi.
  • Open-source application: The pre-installed application is open source and readily available.
  • Development environments: Supports Arduino, micropython, and the Raspberry Pi pico SDK.
  • Flash: 16 MB of flash.
  • PSRAM: 8 MB PSRAM.
  • Qwiic connector: Qwiic connector.
  • LiPo charging: On-board Lithium Ion (LiPo) battery charging.
  • Fuel gauge: Fuel gauge circuits.
  • microSD: microSD card.
  • I/O: A variety of IO pins.
  • Indicators and input: RGB LED and user button.
  • LoRa modulation: Uses LoRa™ modulation for Non-Line-of-Sight (NLOS) two-way communications.
  • RF environments: Designed for long-range and high-noise RF environments.
  • X-ON activation: Each module is pre-activated on Digi's X-ON cloud platform.

Specifications:

  • Microcontroller: Raspberry Pi Foundation's RP2350A Microcontroller
  • GPIO Pins: 15 Multifunctional GPIO Pins
  • PWM: Up to eight 2-channel PWMs
  • UART: Up to two UARTs
  • I2C: Up to two I2C buses
  • SPI: Up to two SPI buses
  • QSPI Flash Memory: 16MB QSPI Flash Memory
  • PSRAM Memory: 8MB PSRAM Memory
  • LoRaWAN module: Digi's XBee LR Module
  • Transceiver: LoRaWAN® Transceiver
  • Modular certifications: FCC and IC
  • Frequency Range: SM 902 to 928 MHz, 868 to 870 MHz
  • Dimensions: 83mm x 59mm
  • USB-C Connectors: USB-C Connectors
  • USB support: USB 1.1 Host/Device support
  • USB-C connector: XBLR
  • LiPo battery connector: 2-pin JST Connector for LiPo Battery (not included)
  • Qwiic connector: 4-pin Qwiic Connector
  • LiPo Charger: LiPo Charger
  • Charger controller: MCP73831 Charger Management Controller
  • Charge rate: 500mA
  • LiPo fuel gauge: MAX17048 LiPo Fuel Gauge
  • Selection switch: XBLR/UART Selection Switch
  • PWR LED: PWR - Red 3.3V power indicator
  • CHG LED: CHG - Yellow battery charging indicator
  • Button: Boot
  • Button: Reset
  • Button: User

Pair it with a compatible LoRaWAN® gateway, antenna and supported Qwiic sensor to start prototyping connected sensor nodes.

Jargon buster

Plain-language definitions for the technical terms used above.

Flash memory
Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
GPIO
General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
I2C
I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
IoT
Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
LED
A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
LiPo
A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
LoRa
LoRa is a long-range, low-power wireless radio technology often used for telemetry, remote sensors and other links that send small amounts of data over long distances. It is distinct from Bluetooth and WiFi, so sharing a connector or pinout with LoRa hardware does not mean a device actually uses LoRa.
MAX17048
A battery fuel-gauge chip that estimates how much charge is left in a LiPo battery. It matters for portable projects because your software can monitor battery level instead of only measuring voltage.
MCP73831
A lithium battery charger chip used to safely charge a single-cell LiPo battery. It matters because it lets the board recharge a battery from USB or another input without needing a separate charger module.
microcontroller
A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
MicroPython
A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
microSD card
A microSD card is a small removable flash memory card used to store data such as audio, images, logs or program files. Its capacity and formatting (often FAT32 or exFAT) affect how much can be stored and whether the card needs preparing before use.
PWM
Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
Qwiic
Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
RF
RF means radio frequency, referring to signals used for wireless communication and other high-frequency electronics. A low-noise, stable power supply is important for RF circuits because power noise can affect signal quality and measurements.
RGB
Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
RP2350
A microcontroller chip from Raspberry Pi used as the main processor on some development boards. Knowing the board is built around an RP2350 helps you check software support, pin capabilities and whether it suits MicroPython projects.
SPI
A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
UART
UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
USB 1.1
USB 1.1 is an older USB standard with much slower data transfer than USB 2.0 and later versions. Compatibility with it allows connection to very old computers, though data-heavy tasks such as video may be limited at that speed.
USB-C
USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.

IoT Node for LoRaWAN Schematic

Schematic · 227.2 KB · Click any page to view full size

Download PDF

Digi XBee LR Datasheet

Datasheet · 704.1 KB · Click any page to view full size

Download PDF

RP2350 Datasheet

Datasheet · 7.4 MB · Click any page to view full size

Download PDF

IoT Node for LoRaWAN Graphical Datasheet

Mechanical Drawings · 2.5 MB · Click any page to view full size

Download PDF

Digi HX15 Gateway Datasheet

Datasheet · 1.3 MB · Click any page to view full size

Download PDF

Digi XBee LR User Manual

User Guide · 645.5 KB · Click any page to view full size

Download PDF

Supplier page — sparkfun.com

Supplier Description · 1.5 MB · Click any page to view full size

Download PDF

RP2350 Product Brief

Product Brief · 625.2 KB · Click any page to view full size

Download PDF

Source Code

Open-source libraries, firmware & example projects for this product

Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.