> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# PicoProbe PCB kit

**Type:** Product page · **SKU:** CE09158 · **Brand:** [Pimoroni](https://core-electronics.com.au/brands/pimoroni-australia) · **GTIN:** 769894021866
**Page:** https://core-electronics.com.au/picoprobe-pcb-kit.html ([markdown](https://core-electronics.com.au/picoprobe-pcb-kit.html.md))

Turn your Raspberry Pi Pico into a debug probe This PCB is designed to turn a Pico into a nice debug probe using the PicoProbe software. The kit provides...

## Pricing

- **Price:** $22.70 (inc GST) — $20.64 AUD, exc GST
- **Quantity discounts:** 10+ $19.81 (exc GST) · 25+ $19.19 (exc GST)

## Availability & dispatch

- Out of stock — the product page offers email notification when it returns.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=CE09158:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/CE09158:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

Turn your Raspberry Pi Pico into a debug probe

This PCB is designed to turn a Pico into a nice debug probe using the PicoProbe software.

The kit provides everything you need to turn a Raspberry Pi Pico into a debug probe ([Raspberry Pi Pico](https://core-electronics.com.au/raspberry-pi-pico.html) not included):

- The Picoprobe-PCB
- 1x cortex-M SWD 10pin header
- 1x cortex-M SWD 10pin ribon cable
- 1x 6 pin male header
- 1x 6 pin female header

**Mounting options**There are two ways to mount a Raspberry Pi Pico on the Picoprobe-PCB. You can either solder it directly for a slim/compact result (right), or use header to be able to re-use the Pico on other projects (left).

**Install the Picoprobe software**1. Either get the picoprobe .uf2 binary from the release [here](https://github.com/Fabien-Chouteau/picoprobe-pcb/releases/tag/v1.0) or compile it yourself from sources [here](https://github.com/raspberrypi/picoprobe).
2. Hold the BOOTSEL button on the Pico, then connect to your computer using a micro USB cable.
3. Drag and drop the UF2 file on to the RPI-RP2 drive.
4. You should be good to go.

**Plug the picoprobe SWD pin to the Pico that you want to debug**

**Build Raspberry Pi's openocd**

`$ sudo apt install automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev$ git clone https://github.com/raspberrypi/openocd.git --branch picoprobe --depth=1 --no-single-branch$ cd openocd$ ./bootstrap$ ./configure --enable-picoprobe$ make -j4`

**Run openocd**

`$ ./src/openocd -s tcl -f interface/picoprobe.cfg -f target/rp2040.cfg`

**Debug!**

Now that openocd is connected, you can start debugging with GDB for instance.

`$ arm-eabi-none-gdb(gdb) target extended-remote :3333`

**Case**Kyle ([@AandKP](https://twitter.com/AandKP)) designed a case for the PicoProbe PCB. You can find it on [Thingiverse](https://www.thingiverse.com/thing:5320582).

**Documentation**- [Source Code](https://github.com/Fabien-Chouteau/picoprobe-pcb)
- [Design Files](https://github.com/Fabien-Chouteau/picoprobe-pcb/tree/main/production/rev-1.0)

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/C/E/CE09158-1.jpg)
