A flexible Arduino SUMP Logic Analyzer Library
Recently, when I started to research the topic of Logic Analyzers, I found the incredible PulseView Project. However, I did not want to invest in additional hardware but just use one of my favorite microprocessors (ESP32, Raspberry Pico) as capturing device. There are quite a few logic analyzer projects with a similar goal: gillham/logic_analyzer gamblor21/rp2040-logic-analyzer EUA/ESP32_LogicAnalyzer Ebiroll/esp32_sigrok However all of them are geared for one specific architecture and therefore are not portable. I wanted to Read more…