Arduino-based logic analyzer

alkopop79's icon

Hi,

I've been trying to create a logic analyser/scope to sniff logic signal in digital circuits. The Arduino-part works fine and I managed to visualise signal with the multislider object. However I cannot zoom in and out in multislider. I've also tried the graph~ object but that seems to be to slow and CPU hungry. Is there any other way yo visualise logic signals?

leafcutter's icon

Maybe put them into an audio buffer and use the zoom / scroll abilities of the waveform~ object.

alkopop79's icon

That's an idea! Will try it, thanks!