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-22330

$285.20 |
In stock at supplier
No reviews yet

This compact Digi XBee 3 cellular module combines the XBee ecosystem with LTE Cat 1 connectivity, 3G fallback, BLE and GNSS positioning for secure wireless I...

Stock availability

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

This compact Digi XBee 3 cellular module combines the XBee ecosystem with LTE Cat 1 connectivity, 3G fallback, BLE and GNSS positioning for secure wireless IoT devices.

It is suited to moderate-bandwidth applications such as remote monitoring, mobile devices and telemetry, particularly where data use is expected to be less than 25mb a month. This version does not include a SIM card or data plan.

The module includes MicroPython programming resources, Digi XBee Studio tools, and a free 90-day Digi Remote Manager® trial for each module, supporting remote software updates and monitoring.

Features:

  • Compact, programmable and reliable cellular module
  • BLE and end-device carrier certifications
  • XBee ecosystem with cellular functionality for data over a cellular connection
  • Global LTE CAT 1 modules ideal for moderate bandwidth and IoT-type applications (less than 25mb a month)
  • 3G fallback for better coverage, especially in mobile applications
  • Global positioning support via GNSS
  • MicroPython programming resources included
  • Tool suite included
  • Free 90-day trial subscription to the Digi Remote Manager® for each module
  • Remote software updates and monitoring
  • Digi XBee Studio expedites development, production, and deployment

Specifications:

  • Cellular Chipset: Thales PLS63-X
  • Form factor (connector footprint): Digi XBee® 20-pin through-hole
  • Antenna options: 2 U.FL: cellular diversity, 1 U.FL: GNSS; embedded Bluetooth® antenna
  • Dimensions: 30.48 mm x 43.18 mm (1.2 in x 1.7 in)
  • Operating temperature: −40 ºC to 80 ºC (−40 ºF to 176 ºF)
  • SIM size: 4FF Nano
  • Data interface: UART, SPI, USB
  • Operating modes: Transparent and API over serial, PPP over USB
  • Security: Digi TrustFence® security with secure boot and protected JTAG
  • Configuration tools: Digi XBee Studio® (local), Digi Remote Manager® (OTA)
  • Embedded programmability: MicroPython with 8 MB flash / 64 kB RAM
  • I/O: 4 ADC lines (10-bit), 13 digital I/O, I2C
  • Bluetooth: Bluetooth Low Energy (BLE)
  • Transmit power (4G LTE/3G/2G): 23 dBm / 23.5 dBm / NA
  • Receive sensitivity (4G LTE/3G/2G): 103 dBm / 110 dBm / NA
  • Supported bands: B2, B4, B5, B12, B13, B25, B26, B66, B71
  • Downlink / uplink speeds: 10 Mbps downlink, 5 Mbps uplink (USB); 921 kbps downlink and uplink (UART)
  • Duplex mode: Full-duplex
  • Supply voltage: 2.8 to 5.5 V
  • Peak transmit current: 1050 mA with Bluetooth disabled; 1090 mA with Bluetooth enabled
  • Avg transmit current: 890 mA
  • Avg receive current: 320 mA
  • FCC (USA): MCQ-XB3C2 and QIPPLS63-X
  • ISED (Canada): 1846A-XB3C2 and 7830A-PLS63X
  • PTCRB, AT&T and Verizon: Complete

A handy option for developers building cellular XBee projects that need LTE Cat 1 connectivity, GNSS positioning and embedded MicroPython support.

Jargon buster

Plain-language definitions for the technical terms used above.

4G LTE
4G LTE is a cellular data standard used for internet access over mobile networks. When a product offers 4G LTE connectivity, it can provide remote internet access where wired Ethernet or Wi-Fi is not available, given suitable coverage and a SIM or data plan.
ADC
An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
API
An API (application programming interface) is a defined set of commands or functions that lets one piece of software interact with another, such as a library, operating system, hardware driver or online service. When something offers API support, it means you can control or query it from your own code rather than only through its built-in menus or buttons.
BLE
BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
full-duplex
Full-duplex means data can be sent and received at the same time. It matters for interactive serial links where commands and responses may need to travel in both directions without taking turns.
GNSS
GNSS stands for Global Navigation Satellite System, an umbrella term for satellite positioning networks such as GPS, GLONASS, Galileo and BeiDou. Receivers use these satellites to determine position, and high-precision units can output a steady stream of serial position data.
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.
JTAG
JTAG is a hardware debugging and programming interface used to inspect and control chips at a low level. It matters for advanced development because it can help diagnose firmware problems that are hard to see through normal serial output.
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.
OTA
OTA means over-the-air updating, where a device's firmware is updated wirelessly rather than through a programming cable. This lets firmware be updated or maintained after a device is installed without a physical connection.
RAM
RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
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.
through-hole
A mounting style where the component leads pass through holes in a circuit board and are soldered on the other side. Through-hole parts are often easier to handle and solder by hand, which is useful for classroom and hobby projects.
u.FL
u.FL is a tiny snap-on antenna connector often used on compact wireless boards. A board with u.FL usually needs an external antenna, which matters if the product will be inside an enclosure or needs better antenna placement.
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.

Digi XBee 3 Global Cat 1 Datasheet

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

Download PDF

Supplier page — sparkfun.com

Supplier Description · 784.4 KB · Click any page to view full size

Download PDF
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.