This Arduino sketch implements a SUMP protocol compatible logic analyzer. This implementation is compatible with the standard SUMP client as well as an alternative OLS client. More recently support ...
A simple Python-based logic analyzer that utilizes an Arduino (ATmega328P) as the source, or any other chip as long as it sends data in the same format and rate. It is intended for hobbiest who ...
We often see “logic analyzer” projects which are little more than microcontrollers reading data as fast as they can, sending it to a PC, and then plotting the results. Depending on how fast the ...