Store

SparkFun

· MPN: SEN-24540

$104.72 |
In stock at supplier
No reviews yet

Forget ultrasonic and infrared sensors; the SparkFun Qwiic Pulsed Coherent Radar Sensor - Acconeer XM125 brings powerful 60 GHz radar technology to your pr...

Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

Forget ultrasonic and infrared sensors; the SparkFun Qwiic Pulsed Coherent Radar Sensor - Acconeer XM125 brings powerful 60 GHz radar technology to your projects. This sensor isn't limited to surface detection; it can see through walls, cabinets, and even pockets (depending on the material), making it perfect for unique applications. Measure distances with millimeter precision, detect motion, the speed of an object, or even gestures!

The XM125 boasts an impressive range of up to 20 meters, allowing you to create long-range sensing projects. The actual measurable distance is dependent on the object size, shape, dielectric properties, and lens (e.g. water level measurements up to 20 meters with lens utilization, human presence detection up to 7 meters with lens-free utilization). Despite its power, the sensor has remarkably low in power consumption, which is ideal for battery-powered applications. The real magic lies in the sensor's ability to do more than measure distance; the XM125 can differentiate between stationary objects and moving targets using pulsed coherent radar. This means you can sense an object's presence and how fast something is moving!

We've included a USB type-C connector, ESD protection diodes on the USB data lines, and a CH340C USB-to-serial converter to connect the XM125 directly to your computer's COM port. Power is regulated down for the XM125 with the AP2112K 3.3V/600mA and RT9080 1.8V/600mA voltage regulators. Buttons for reset and boot are included when resetting the module or setting the board into bootloader mode. Utilizing our handy Qwiic system, no soldering is required to connect it to the rest of your system. However, we still have broken out 0.1in.-spaced pins if you prefer a breadboard.

We've written an Arduino library when the I2C presence or distance detection firmware is loaded onto the XM125 module. With the I2C presence detection firmware, you can sense when an object is moving in an environment and how far away it is from the sensor. You can detect slow and fast movements with the inter-presence and intra-presence scores, respectively. The I2C distance detection firmware is similar to the presence detector by providing distance measurements. However, distance detection will provide information when it detects objects within range. The distance detection firmware can also adjust the sensor's threshold and sensitivity. The read range can also be configured to a certain distance away with either firmware.

Acconeer has also developed a visualization tool written in Python that demonstrates data collection in real time. The Acconeer Exploration Tool is an incredible resource, especially when starting out with the XM125 module to debug and explore the sensor's capabilities. This allows you to fine-tune the sensor for your application. For example, it will graph distance or presence sensing, giving you a count of the number of sweeps, which communication port data is being sent through, and much more. It will also guide you to the optimal sensor settings and help you fine-tune the data processing for your final product implementation. The tool supports Windows and Linux and requires Python version 3.8 or later. This tool is available through their GitHub Repository. Head on over and take a look!

With the SparkFun Qwiic Pulsed Coherent Radar Sensor, a world of new project possibilities opens up. Imagine creating presence detection systems for smart homes and security applications, parking space occupancy detection, gesture recognition interfaces for unique user control, level measurement (for example, in tanks or waste containers), through-wall imaging systems for search and rescue, or even advanced robotics with object avoidance and navigation.

Note: Due to the higher frequencies, pulsed coherent radar sensors may be regulated in certain countries. Be sure to check local regulations before use.


The SparkFun Qwiic Connect System is an ecosystem of I2C sensors, actuators, shields and cables that make prototyping faster and less prone to error. All Qwiic-enabled boards use a common 1mm pitch, 4-pin JST connector. This reduces the amount of required PCB space, and polarized connections mean you can’t hook it up wrong.


Features:

  • 1x USB Type C Connector
  • ESD Protection Diodes for USB Data Lines
  • CH340C USB-to-Serial Converter
  • Voltage: 5V or 3.3V but all logic is 3.3V
  • AP2112K 3.3V/600mA Voltage Regulator
  • RT9080 1.8V/600mA Voltage Regulator
  • Acconeer XM125 Module
    • A121
      • 60GHz Pulsed Coherent Radar (PCR)
      • Integrated Baseband, RF Front-End and Antenna in Package
      • Detect Distance, Speed, Motion, and Objects up to 20 Meters** Away
      • Millimeter Precise Readings
      • Low Power Consumption
    • STMicroelectronics STM32L431CBY6
      • 32-bit Arm® Cortex® M4 MCU
      • Clock Speed: 80 MHz
      • Flash: 128kB
      • RAM: 68kB
  • 2x Horizontal Qwiic Connectors
  • Built-in I2C 2.2kΩ Pull-Up Resistors
  • I2C Address: (0x52, Default)
  • 2x5 SWD Header Footprint
  • Buttons
    • Reset
    • Boot
  • LED
    • Power
  • Jumpers
    • USB Shield (SHLD)
    • Power LED (LED)
    • I2C Pull-Up Resistors (I2C)
    • Wake Up (WU)
    • I2C Address (ADDR)*
  • Board Dimensions: 1.0" x 2.0" (25.4mm x 50.8mm)
  • Weight: 6.35g

*Note: Selectable I2C address to be implemented in the future.

**Note: The actual measurable distance is dependent on the object size, shape, dielectric properties, and lens (e.g. water level measurements up to 20 meters with lens utilization, human presence detection up to 7 meters with lens-free utilization).

Documents:

SparkFun Resources

Acconeer Resources

Videos

Jargon buster

Plain-language definitions for the technical terms used above.

AP2112K
AP2112K is a small voltage regulator chip that provides a stable 3.3V supply for electronics on the board. The regulator rating matters when checking input voltage range and how much current the board can supply or use.
Bootloader
Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
COM port
A COM port is the way many computers present a USB-connected serial device to software. It matters because it lets you configure or read the board from a computer using serial terminal tools or navigation software.
ESD protection
ESD protection helps protect electronics from damage caused by static electricity discharges. It is useful on development boards because cables, sensors and modules are often plugged and unplugged during prototyping.
LED
A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
PCB
A printed circuit board is a rigid board with copper tracks that connect electronic parts without loose wires. For this kit, the PCBs also form the airplane shape, so they are both the circuit base and part of the finished model.
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.
RAM
RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
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.
Shield
An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
SWD
Serial Wire Debug is a two-wire programming and debugging interface used with many microcontrollers. It matters if you need low-level access to program, recover or debug the processor board connected to this carrier.
USB Type-C
A reversible USB connector used for power and data on many modern devices. On this kit it indicates an alternate 5V power input, which may be useful for setup or charging without the solar panel.

XM125 Datasheet

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

Download PDF

A121 Datasheet

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

Download PDF

SparkFun XM125 Breakout Schematic

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

Download PDF

Hardware Integration Guideline for A111 and A121 PCR Sensors

User Guide · 3.1 MB · Click any page to view full size

Download PDF

A121 Presence Detector User Guide

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

Download PDF

I2C Presence Detector User Guide

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

Download PDF

A121 Distance Detector User Guide

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

Download PDF

I2C Distance Detector User Guide

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

Download PDF

XM125 Software User Guide

User Guide · 1.1 MB · Click any page to view full size

Download PDF

Supplier page — sparkfun.com

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

Download PDF

Related Tutorials

Free guides on learn.littlebird.com.au

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.