{"id":645,"date":"2026-02-15T21:32:04","date_gmt":"2026-02-15T21:32:04","guid":{"rendered":"https:\/\/lushprojects.com\/blog\/?p=645"},"modified":"2026-02-15T21:32:04","modified_gmt":"2026-02-15T21:32:04","slug":"cheap-logic-analyzers-2026","status":"publish","type":"post","link":"http:\/\/lushprojects.com\/blog\/2026\/02\/cheap-logic-analyzers-2026\/","title":{"rendered":"Cheap as Chips Logic Analyzers in 2026"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-6-1024x683.png\" alt=\"A pick your player screen with the logic analyzers described in the article and a tray of chips.\" class=\"wp-image-656\" srcset=\"http:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-6-1024x683.png 1024w, http:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-6-600x400.png 600w, http:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-6-768x512.png 768w, http:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-6.png 1536w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The first logic analyzers I used were behemoths from the old-style HP. They were physically daunting, brutally expensive, and massively complex. Now you can get PC-based logic analyzers from eBay and Aliexpress for a few quid which still offer amazing capabilities.<\/p>\n\n\n\n<p>I recently killed my Saleae 8 clone when a visible spark jumped to the probe while I was connecting it to the test circuit (never a good sign). Looking for a replacement I found a couple of new options. Here are my thoughts on some of the cheapest logic analyzers you can buy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Saleae 8 Clones<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"225\" height=\"225\" src=\"https:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-1.png\" alt=\"A Saleae 8 Clone\" class=\"wp-image-647\" srcset=\"http:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-1.png 225w, http:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-1-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" \/><\/figure><\/div>\n\n\n<p>There are lots of these around and they are very cheap indeed (&lt;\u00a310 for two). At that price it wasn\u2019t a tragedy when mine got zapped. They provide eight digital inputs and don\u2019t store any data locally &#8211; they just stream it back to the host PC over USB. With no memory limits in the device you can make very long captures and they can still achieve a very respectable 24MS\/s in Pulseview.\u00a0<\/p>\n\n\n\n<p>These are excellent value for money and they are still my go-to solution for most use-cases.<\/p>\n\n\n\n<p>I prefer Pulseview from the <a href=\"https:\/\/sigrok.org\/wiki\/Main_Page\">Sigrok<\/a> project over the Saleae software, but one thing to know about Pulseview is that the official Release version (0.4.2) seems frozen in time. The nightly version is much better and has useful new features.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Gusmanb Logic Analyzer<\/strong><\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-4.png\" alt=\"GusmanB Logic Analyzer hardware\" class=\"wp-image-651\" width=\"468\" height=\"408\" srcset=\"http:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-4.png 936w, http:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-4-482x420.png 482w, http:\/\/lushprojects.com\/blog\/wp-content\/uploads\/image-4-768x669.png 768w\" sizes=\"(max-width: 468px) 100vw, 468px\" \/><\/figure><\/div>\n\n\n<p>The <a href=\"https:\/\/github.com\/gusmanb\/logicanalyzer\">Gusmanb Logic Analyzer<\/a> (hereafter \u201cGusmanb\u201d) is the new option that caught my eye. It is an open source project consisting of a simple hardware module and a PC application. The v2 hardware is a Pi Pico 2 frontended by level-shifters. The PC application is new but can use Pulseview decoders.<\/p>\n\n\n\n<p>The hardware has a switch to select between 5V, 3.3V or user-defined logic levels. There are 24 inputs, but multiple units can be daisy-chained to provide more inputs (something I haven\u2019t tested). What is different from the Saleae clones is that the real-time data collection is stored on the Pi Pico 2 and then transferred to the host after the collection has happened. This limits the amount of data you can collect on each capture to what will fit in the Pi Pico 2\u2019s RAM but allows high sample rates.<\/p>\n\n\n\n<p>With the default firmware the hardware can capture at a configurable rate of up to 100MS\/s in normal mode or a fixed rate of 200MS\/s in \u201cblast\u201d mode. There is also a \u201cturbo\u201d version of the firmware which overvolts and overclocks the Pi Pico 2, I assume to achieve higher sample rates (I haven\u2019t tested this).<\/p>\n\n\n\n<p>The memory-bound capture size feels like a limitation but this is somewhat offset by the ability to flexibly configure triggers (again I haven\u2019t tested this) and the ability to automatically retrigger to capture multiple events.<\/p>\n\n\n\n<p>The PC application is OK, but the user experience and capabilities can feel a little inconvenient and immature compared to Pulseview. Being able to use the Pulseview decoders is a big plus though &#8211; it provides immediate access to all the popular protocols.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Gusmanb with Pulseview\/Sigrok Firmware<\/strong><\/h2>\n\n\n\n<p>Pulseview has recently added its <a href=\"https:\/\/github.com\/pico-coder\/sigrok-pico\">own support for using a Pi Pico as a capture device<\/a> (you need the nightly version to enable this).The Pulseview firmware can work both using local capture (limited by memory) and streaming mode (limited by USB bandwidth). That is potentially a very flexible solution. The interesting thing for me is that the Gusmanb hardware should be compatible with the Pulseview Pi Pico firmware so you should be able to choose which system to go with by changing the firmware image.<\/p>\n\n\n\n<p>The Pulseview Pi Pico firmware mainly targets the original Pi Pico (using the RP2040). The <a href=\"https:\/\/github.com\/pico-coder\/sigrok-pico\">main repo<\/a> does contain a version that claims to support Pi Pico 2 (using the RP2350) but that didn\u2019t work in my testing. If you run into the same problem you can try <a href=\"https:\/\/github.com\/c1570\/sigrok-rp2350\">this fork<\/a> of the Pulseview firmware which did work with my Gusmanb hardware even though there isn\u2019t any visible reason to explain why one works and the other didn\u2019t.<\/p>\n\n\n\n<p>In this combination you do need to be aware of the performance limits which are <a href=\"https:\/\/github.com\/pico-coder\/sigrok-pico\/blob\/main\/AnalyzerDetails.md\">detailed in the repo<\/a>. You may also need to work around some buggy behaviour of the Pulseview serial driver (again see <a href=\"https:\/\/github.com\/pico-coder\/sigrok-pico\/blob\/main\/GettingStarted.md\">notes in the repo<\/a>).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>The Saleae 8 Clones are great value for money and work well for most of my embedded use-cases. I think that will continue to be my primary option.<\/p>\n\n\n\n<p>The Gusmanb project is an interesting new solution and an impressive achievement for a one-man DIY project. It has some well thought-out features like the selectable logic voltage which I really like. I see it as a useful tool for when I need more than 8 channels or want proper control over the logic levels being used. For retro-computing where you have big parallel buses this could be particularly relevant. The biggest gotcha is the memory limit and you might need to carefully specify triggers to capture what you want. Hopefully we\u2019ll see more development of the PC application either by the original author or other contributors.<\/p>\n\n\n\n<p>Using the Gusmanb hardware with Puleview\/Sigrok firmware does seem to be a workable option though with the performance limits I don\u2019t see it is a good solution for my use cases.<\/p>\n\n\n\n<p>There are a lot of RP2350 boards with extra PSRAM. If anybody wants a project idea those might offer interesting capabilities for large, fast, captures with suitable firmware.<\/p>\n\n\n\n<p>All these options are cheaper than a fish supper and for that you get a logic analyser which is more than good enough for embedded and retro use cases. I find that incredible!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The first logic analyzers I used were behemoths from the old-style HP. They were physically daunting, brutally expensive, and massively complex. Now you can get PC-based logic analyzers from eBay and Aliexpress for a few quid which still offer amazing capabilities. I recently killed my Saleae 8 clone when a visible spark jumped to the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"http:\/\/lushprojects.com\/blog\/wp-json\/wp\/v2\/posts\/645"}],"collection":[{"href":"http:\/\/lushprojects.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/lushprojects.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/lushprojects.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/lushprojects.com\/blog\/wp-json\/wp\/v2\/comments?post=645"}],"version-history":[{"count":9,"href":"http:\/\/lushprojects.com\/blog\/wp-json\/wp\/v2\/posts\/645\/revisions"}],"predecessor-version":[{"id":660,"href":"http:\/\/lushprojects.com\/blog\/wp-json\/wp\/v2\/posts\/645\/revisions\/660"}],"wp:attachment":[{"href":"http:\/\/lushprojects.com\/blog\/wp-json\/wp\/v2\/media?parent=645"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/lushprojects.com\/blog\/wp-json\/wp\/v2\/categories?post=645"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/lushprojects.com\/blog\/wp-json\/wp\/v2\/tags?post=645"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}