Arduino-based logic analyzer
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?
Maybe put them into an audio buffer and use the zoom / scroll abilities of the waveform~ object.
That's an idea! Will try it, thanks!