Driving ChipWhisperer-Lite supply mode from laptop

Hi everyone,

I was wondering if you know a tip to drive CW1173 card from the pc directly (not to be forced to unplug then plug the board manually).

Thanks by advance !

If you’re looking to power cycle the device programmatically, then a controllable USB hub would probably work for you. We have one we use internally that can be controlled from Python. There also seems to be a C library for controlling USB hubs + a list of compatible ones here: https://github.com/mvp/uhubctl

Alex