Cross posting an interesting RP2040 project.
I3C Blaster is a firmware image you can flash to your Raspberry PI PICO board to let it act as USB to I3C converter. Simply add 2 pullup resistors and you are ready to go.
I3CBlaster has 3 usage schemes:
- Interactive using a terminal program like Tera-term or Putty
- From a Python program running on PC
To automate any tests, or building your own GUIs, ... A powerful feature here is, that it has an autoidentification scheme to detect the COM port number automatically. No need to struggle with which of your 20 COM ports is from the I3CBlaster device - Need I3C in your on RP2040 C projects? Also possible, just integrate the i3c_hl module and you are good to go!
Image & text from https://github.com/xyphro/I3CBlaster/