Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/red-scorp/rp2040-picoprobe
RP2040-based minimalistic debug probe board
https://github.com/red-scorp/rp2040-picoprobe
debug diy kicad pico picoprobe probe rp2040
Last synced: 10 days ago
JSON representation
RP2040-based minimalistic debug probe board
- Host: GitHub
- URL: https://github.com/red-scorp/rp2040-picoprobe
- Owner: red-scorp
- Created: 2024-01-06T22:22:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-09T12:25:27.000Z (11 months ago)
- Last Synced: 2024-11-10T23:06:43.250Z (2 months ago)
- Topics: debug, diy, kicad, pico, picoprobe, probe, rp2040
- Homepage:
- Size: 6.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
```
______ ______ ______ ______ _____ ______
| __ \ __ \__ | | | || |
| < __/ __| -- |__ | -- |
|___|__|___| |______|______| |__||______|
______ __ ______ __
| __ \__|.----.-----.| __ \.----.-----.| |--.-----.
| __/ || __| _ || __/| _| _ || _ | -__|
|___| |__||____|_____||___| |__| |_____||_____|_____|
```# RP2040-PicoProbe Project
The **RP2040-PicoProbe** project aims to create even smaller version of RP2040-DebugProbe.
## RP2040-PicoProbe Board
The **RP2040-PicoProbe** board is a 4-layer design intended to accommodate the popular Raspberry Pi RP2040 MCU with all required component to function identically to Raspberry Pi Debug Probe.
This board features target debug connector and PC host micro-USB connector.The board is pin-compatible with Raspberry Pi Debug Probe and can be used with the same picoprobe SW.
Preview:
![RP2040-PicoProbe Front preview](img/Front.png)
![RP2040-PicoProbe Back preview](img/Back.png)
![RP2040-PicoProbe Side View preview](img/SideView.png)You can view the [Schematics in PDF format](doc/RP2040-PicoProbe.pdf) for detailed information.
STEP 3D file is available [with pins](doc/RP2040-PicoProbe.step).
Features:
- Very small form-factor of about 28x13mm, about 37x13mm with pins.
- Raspberry Pi RP2040 MCU as a heart of the board.
- 2x8 2.54mm SWD/UART/Power connector for programming and debugging.
- Micro USB connector for power and communication.
- Several LEDs to indicate power and status.
- Castellated holes connector for main MCU debugging.
- BOOTSEL button to enter the bootloader mode for flashing new picoprobe SW.
- Pin-compatible with Raspberry Pi Debug Probe.
- Double-sided assembly.CAM files, as well as the BOM and CPL files for JLCPCB, are available.
## Version History
### v1.0b1
![v1.0b1 board preview](img/v1.0b1.png)
Initial release for testing purposes.
## Links
- [Raspberry Pi RP2040 information page](https://www.raspberrypi.com/documentation/microcontrollers/rp2040.html).
- [Raspberry Pi Debug Probe information page](https://www.raspberrypi.com/documentation/microcontrollers/debug-probe.html).
- [Picoprobe SW for the board](https://github.com/raspberrypi/picoprobe).## How to Help
Your contributions as code, resources, or finances are welcome! Please contact me directly via email at [email protected] or through my [GitHub profile](https://github.com/red-scorp).
If you'd like to make a financial contribution, you can donate via [PayPal](http://paypal.me/redscorp) or [Ko-Fi](http://ko-fi.com/redscorp). Your support is greatly appreciated.
Thanks in advance!