tscircuit icon indicating copy to clipboard operation
tscircuit copied to clipboard

Project: tscircuit Debug Port

Open seveibar opened this issue 1 year ago • 1 comments

I want to have a drop-in component that people can use for debugging their board. It should have the ability to accept ~20 different connections so you can debug different traces on the board with very little effort.

To do this we need to have a receiver board (maybe RP2040), a cable type for carry the data, and a module that emits SPI/I2C/UART from ADCs ideally without programming

seveibar avatar Nov 08 '24 19:11 seveibar

@seveibar implemented the debug port component you requested, it includes the RP2040 receiver board, ADC module, and configurable debug pins.

naaa760 avatar Oct 02 '25 14:10 naaa760