Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
Official Raspberry Pi Debug Probe — image 1
Hover to zoom

1 / 4 · Click to enlarge

Raspberry Pi

Official Raspberry Pi Debug Probe

26+ bought in past month
AI Summary
Raspberry Pi Add on Boards (HAT) for everyday users

The Official Raspberry Pi Debug Probe by Raspberry Pi is a mid-range raspberry pi add on boards (hat) designed for everyday users. It features USB bus power: 5V, up to 500mA and Operating Voltage: 2.7V to 5.25V.

₹1,569
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹1,569
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 16 Aug30 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

USB bus power: 5V, up to 500mA
Operating Voltage: 2.7V to 5.25V
Firmware: Raspberry Pi Picoprobe open-source firmware, which can be updated over USB
OS Supports: Windows, Mac OS X, and Linux (with appropriate drivers)
Supported: with the CMSIS-DAP standard
Shipping Weight: 0.03 kg

Ideal For

Everyday convenience
Share:
SKU: robu-1492445Category: Raspberry Pi Add on Boards (HAT)

About This Product

The Official Raspberry Pi Debug Probe by Raspberry Pi is a mid-range raspberry pi add on boards (hat) designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • USB bus power: 5V, up to 500mA
  • Operating Voltage: 2.7V to 5.25V — works with standard household power
  • Firmware: Raspberry Pi Picoprobe open-source firmware, which can be updated over USB
  • OS Supports: Windows, Mac OS X, and Linux (with appropriate drivers) — compatible with modern devices
  • Supported: with the CMSIS-DAP standard — compatible with modern devices
  • Shipping Weight: 0.03 kg
  • Shipping Dimensions: 6 × 5 × 3 cm

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

The New Launched  Raspberry Pi Debug Probe is an inexpensive, all-in-one USB-to-serial debug and UART bridge. It provides the necessary hardware and cabling to support “plug and play” debugging of Raspberry Pi Pico and other microcontrollers- and microprocessor-based platforms. The Raspberry Pi Debug Probe provides both a processor serial debug interface (by default this is the ARM Serial Wire Debug interface) and an industry-standard UART interface. Both interfaces use a 3-pin debug connector, as specified in the Raspberry Pi 3-pin debug connector specification. The Raspberry Pi Debug Probe is provided as a kit, containing the probe hardware in a plastic case, and a set of cables: a USB cable, and three different types of debug cables to cover the vast majority of use cases. While it has been designed primarily for use with Raspberry Pi debug targets, the Debug Probe provides standard CMSIS-DAP debug and UART interfaces over USB; it can therefore be used to debug other targets, or simply as a cost-effective USB-to-UART cable. The Raspberry Pi Debug Probe is based on the Raspberry Pi Pico hardware design and runs the open-source Raspberry Pi Picoprobe software [picoprobe]. Updating the firmware is accomplished in the same way as on a Raspberry Pi Pico, so it is straightforward to keep the unit up to date with the latest Picoprobe firmware or to use custom firmware.

Note: Actual product may vary in terms of cables color.


Features:

  1. All-in-one USB-to-serial debug and UART bridge
  2. Both interfaces use a 3-pin debug connector
  3. Open-source Raspberry Pi Picoprobe software
  4. Three different types of debug cables to cover the vast majority of use cases
  5. plug and play” debugging of Raspberry Pi Pico and other microcontrollers- and microprocessor-based platforms.

  For Technical Details about the product go through the datasheet in the attachments


Package Includes:

1 x Official Raspberry Pi Debug Probe    

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.