No trigger seen!

I typically avoid using “high” or “low” trigger, since that means the trigger can happen on an idle trigger line.
You can typically tell if your trigger is okay by the power trace you collect - if you can see the same shapes, but they don’t line up, you can usually fix it by post processing. If every power trace you collect looks completely different, your trigger probably isn’t good.

scope.arm() basically tells the capture end to start looking for a trigger. Once it sees that trigger, it starts collecting samples (determined by scope.adc.samples) and, once it’s done collecting those samples, we transfer the samples from the board to the PC.

Alex