Some people asked about the logic analyzer I demo'd tonight. Here are some links:
This looks like the equivalent of the one I have. There are many clones, the key search terms are 24MHz 8 channel. https://www.ebay.com/itm/116940952718 Here's another one: https://www.ebay.com/itm/800473820058 Here are more on aliexpress. https://www.aliexpress.us/w/wholesale-24mhz-8ch-logic-analyzer.html If you want to buy from the US, there is another one that is sold (and maybe even manufactured) by a friend of mine in Eugene. https://1bitsquared.com/products/bitmagic-basic?variant=8593559355439 All of these should be functionally equivalent. The software I used is called pulseview: https://sigrok.org/wiki/Downloads And the version I demo'd is this, specifically: https://sigrok.org/download/binary/pulseview/pulseview-NIGHTLY-x86_64-debug.AppImage You need to install two udev rule files in /etc/udev/rules.d/, which are hard to find on the sigrok website because of abuse by LLM scrapers, but they are available from the github repo. https://raw.githubusercontent.com/sigrokproject/libsigrok/refs/heads/master/contrib/60-libsigrok.rules https://raw.githubusercontent.com/sigrokproject/libsigrok/refs/heads/master/contrib/61-libsigrok-plugdev.rules You also need to add yourself to the plugdev group in /etc/group and /etc/gshadow. Let me know if you have any trouble. -- Russell Senior [email protected]
