Ezurio partnered with Metirionic, specialists in advanced signal processing algorithms, optimization, and engineering services to create a cutting-edge Bluetooth® Channel Sounding solution, pre-tuned and paired with Metirionic’s Advanced Ranging Stack (MARS) for the ultimate accuracy and reliability.

MARS significantly improves the signal processing of PBR and RTT channel sounding methods, using the full Channel Impulse Response (CIR). It provides high accuracy with minimal hardware and the lowest power consumption, even in challenging and reflective environments.

 Using a two-antenna solution instead of a single antenna can significantly improve Bluetooth Channel Sounding performance. The diversity offered by multiple antennas further helps reduce the impact of signal fading and multipath reflections, This results in more precise ranging, improved direction finding, and overall stronger system performance compared with a single-antenna design. Our dual-antenna solution with MARS provides up to 2x the accuracy of alternative single-antenna solutions


Product Brief

Learn More at Metirionic.com

Specifications

Additional Description
Bluetooth Channel Sounding Evaluation Kit, Module, BL54L15µ (Nordic nRF54L15), RF Trace Pin – 2 ANT Channel Sounding
Chipset (Wireless)
Nordic nRF54L15 (WLCSP 300um) SOC
OS/Software
Metirionic Advanced Ranging Stack (MARS)
Technology
Bluetooth Channel Sounding, Bluetooth 5.4, Single Mode (BLE)

Documentation

Browse Product Briefs in our Support & Documentation Center.

Browse 453-00224-K2 Documentation

Distributors

Distributor Part In Stock Region Buy
Mouser Electronics 453-00224-K2 5 North America Buy Now
Farnell 453-00224-K2 0 Europe Buy Now


FAQ

Which BL54L15, L15µ, and L10 peripherals can operate concurrently, and what are the GPIO pin mapping rules?

On the nRF54L15 (as well as L10 and L05), peripheral instances that share the same ID and base address (e.g., SPIM00, SPIS00, TWIM00, UARTE00, all mapped to the same ID) cannot be used simultaneously. You must disable one peripheral before enabling another on that same ID, specifically clearing the peripheral's ENABLE register.

Here is a breakdown of simultaneous usage, restrictions, and shared resources based on the nRF54L15 architecture:

Peripherals That Cannot Be Used Simultaneously

  • Shared Instance ID Peripherals: Peripherals with the same ID, such as SPI00, SPIM00, SPIS00, TWI00, TWIM00, TWIS00, and UARTE00 (collectively 00), are mutually exclusive. Only one can be active at a time.
  • Pin-Colliding Peripherals: If two peripherals are assigned to the same GPIO pin through the PSEL register, they cannot operate simultaneously.
  • QSPI/SPIM00 Limitations: While sQSPI (soft QSPI) and SPIM00 can often coexist, they cannot share the same pins, and on some configurations, the QSPI CSN pin is shared with the SPIM CSN, preventing simultaneous operation.
  • Radio and High-Speed Peripherals: While high-speed UARTE (up to 4 Mbps) and SPIM (up to 32 MHz) can run simultaneously with other peripherals, extreme bus traffic may impact real-time performance.

Peripherals That Can Be Used Simultaneously

  • Different Instances: You can run multiple instances of similar peripherals simultaneously if they have different IDs (e.g., UARTE20 and UARTE00 can run at the same time, as they are in different power domains).
  • Dedicated Peripherals: Peripherals with unique IDs in the address map (e.g., QSPI and ADC, or Timers and PWM) can generally be used at the same time.
  • VPR Core (FLPR) and Main CPU: The FLPR (Fast Lightweight Peripheral Processor) can handle specific peripherals (like I2C/SPI) in parallel with the main ARM Cortex-M33 processor.
  • DPPI (Distributed Programmable Peripheral Interconnect): You can connect events and tasks between multiple independent peripherals without CPU intervention.

Key Limitations and Rules

  • Power Domains: Peripherals with numeric IDs starting with 2 (e.g., UARTE20) are in the Peripheral domain (16 MHz), while those with 0 (e.g., UARTE00) are in the MCU domain (128 MHz). Mixing them generally allows for concurrent operation.
  • P2 Port Conflict: The Peripheral domain uses dedicated GPIO Port 2 (P2). If multiple peripherals are assigned to the same P2 pins, they will conflict.
  • Switching Rule: To switch between two peripherals sharing an ID:
    • Disable the previously used peripheral.
    • Disable any DPPI channel connections.
    • Clear all bits in the INTEN register.
    • Configure the new peripheral. 

GPIO Pin Mapping