tscircuit
tscircuit copied to clipboard
Project: tscircuit Debug Port
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 implemented the debug port component you requested, it includes the RP2040 receiver board, ADC module, and configurable debug pins.