Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/red-scorp/rp2040-microprobe
RP2040-based minimalistic debug probe board
https://github.com/red-scorp/rp2040-microprobe
debug diy jtag kicad picoprobe probe rp2040
Last synced: about 2 months ago
JSON representation
RP2040-based minimalistic debug probe board
- Host: GitHub
- URL: https://github.com/red-scorp/rp2040-microprobe
- Owner: red-scorp
- Created: 2023-12-20T08:30:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-08T21:28:13.000Z (12 months ago)
- Last Synced: 2024-05-02T04:28:30.037Z (8 months ago)
- Topics: debug, diy, jtag, kicad, picoprobe, probe, rp2040
- Homepage:
- Size: 4.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
```
___ ___ ___ ___ _ ___
| |_) | |_) ) ) / / \ /_| | / / \
|_| \ |_| /_/_ \_\_/ |_| \_\_/
_ _ __ ___ ___ ___ ___ ___ ___ ____
| |\/| | | / /` | |_) / / \ | |_) | |_) / / \ | |_) | |_
|_| | |_| \_\_, |_| \ \_\_/ |_| |_| \ \_\_/ |_|_) |_|__
```# RP2040-MicroProbe Project
The **RP2040-MicroProbe** project aims to create smaller version of RP2040-DebugProbe.
## RP2040-MicroProbe Board
The **RP2040-MicroProbe** 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 JTAG connector and PC host micro-USB connector. It also has a SWD connector and UART connector for the main MCU debugging. The board is pin-compatible with Raspberry Pi Debug Probe and can be used with the same picoprobe SW.
Preview:
![RP2040-MicroProbe Front preview](img/Front.png)
![RP2040-MicroProbe Back preview](img/Back.png)
![RP2040-MicroProbe Side View preview](img/SideView.png)You can view the [Schematics in PDF format](doc/RP2040-MicroProbe.pdf) for detailed information.
STEP 3D file is available [with pins](doc/RP2040-MicroProbe.step).
Features:
- Very small form-factor of about 40x18mm.
- Raspberry Pi RP2040 MCU as a heart of the board.
- 2x5 1.27mm JTAG connector for programming and debugging.
- 1x8 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.
- Extra TARGET_RESET line connected to GPIO10 for target MCU reset over JTAG.
- Flat bottom side for easy mounting as a daughter board.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!