If you need a reason to be an Element 14 member, let me suggest their Road Test program. Companies partner with Element14 to get people to try out their gear. A couple of years ago I got a new microcontroller board. This week I received a new test instrument. Here’s my hands-on Picoscope 2204 review.

The scope is bus powered. With the BNCs and type-B USB connector, it is slightly larger than an external USB hard drive. There is not much weight to the device. It does not feel cheap, just lighter than I expected.

Getting the scope up and running is a breeze. Pico Tech included a CD (or DVD?) to install the software, but I could not find my drive to check it out. Software downloads from Pico Tech’s website work great. It looks like you can even download the software and use it in “Demo mode” if you are curious how it works–without purchasing anything.

Note. Like many of these non-typical USB devices, install the software and drivers BEFORE you plug it in. This step will almost always save headaches.

SSD1306 OLED Screen with an Arduino

At the Bay Area Electronics Flea Market, I picked up some small OLED displays. These screens have an I2C interface and use the SSD1306 controller. To test out the scope, I decided to snoop the I2C bus between the OLED and an Arduino. On the Arduino side, I used the U8G2 library. It comes with some good examples to generate I2C traffic, along with cute displays.

For my tests, I used the “Hello World” example. My initial hypothesis was that I would be able to see the ASCII text of “Hello World.” Let’s see the I2C transmissions.

hello world OLED ssd1306

Screenshot for PicoScope 2204 Review

It took me a bit to figure out how to navigate the software. However, that is always the case with test equipment. What I look for in quality software is a consistent User Experience (UX).

For the most part, PicoScope 6 delivers. My biggest gripe is that icons do not have text subtitles. (I have the same problem with KiCad.) At least the icons used in PicoScope 6 better indicate what they do. However, before you know what they do, you either have to click or wait for the tooltip. I would rather have user toggle-able subtitles.

I2C Capture and Decode

Full Picoscope 2204 UI
Here is a single I2C packet with the default setup. This acquisition is based on the time per division. So you only see a single packet. When I setup the decoder to look at “all packets,” the same one kept showing up. I know there is more going on in the bus, but how to see it?

Single Packet Decode Picoscope 2204

Well with such a limited amount of acquisition memory and no way to manually set the sample rate, I felt stuck. Then I remembered that the Picoscope supported a streaming mode.

I wish the memory depth were deeper than just 8 kilosamples. While you do not need 100 MHz of analog bandwidth for an I2C signal, you do need a reasonable amount acquisition memory since the bit rate tends to be relatively slow.

PicoScope 2204 Streaming Mode

This feature is where the UX let me down. The 2204’s Tech Specs show a USB streaming mode. In fact, my PicoScope 2204 review almost ended because I couldn’t fully “debug” my device. Nowhere in the software could I find an option to enable it. Finally, a Google search got me to an article on their website. It turns out the mode is called “Slow Sampling Transition” in the software.

PicoScope 6 slow sampling transition dialog

The option “collection time” determines the time base setting when samples stream over USB to the PC. This feature enables larger acquisition depths than the hardware supports. In the case of a slow signal like I2C, this is ideal. You can get a (relatively) high sample rate with a reasonably long memory depth.

I just wish “USB Streaming Mode” was called, “USB Streaming Mode.”

Full I2C SSD1306 Hello World Capture

Once I got past this oddity, I was able to see an entire I2C transfer. (The example code has a 2-second delay between transmissions, so it is relatively easy to see a full I2C transaction.)

Now what you might notice is that the ASCII data does not show anything that looks like “Hello World.” The U8G2 library is not transmitting the ASCII letters. I think it is either an encoded font or the actual bitmap data to display. Pretty cool, huh?

PicoScope 2204 Modes

One aspect I did not expect to discover in my quick PicoScope 2204 review was its trigger modes. My exception was just a simple edge trigger. Finding pulse width, window, and even a logic trigger available made for a pleasant surprise. When I write the full review, I’ll give trigger modes a deeper look.

PicoScope 6 Measurements

PicoScope 6 Measurements
The measurements seem to be limited to only 2 at once. This is puzzling to me. On PC-based scopes, this should be left up to the user. If adding too many measurements slows the software down, then the user can deal with it. One, somewhat advanced, feature I did like is the gating function. Instead of cursors PicoScope 6 has “rulers.” Gated measurements only occur between the user defined cursors, sorry, rulers. Another option I liked is the option to select between 10-90% or 20-80% thresholds.

Measurement Thresholds

(In my Top Of the pACQ talk, I discuss why.) It would be good to see discrete values available. On the upside, the software defaults to 20-80%. I really wish more scopes would do that, especially when targeted at digital applications.

Full review

Of course, this is more of a hands-on than a full PicoScope 2204 review. These were just a few of the things I liked (and didn’t like). Overall I am positive about the capabilities of the hardware and the software. For my full review, check-out my post on element14.

Full PicoScope 2204A Review on element14
Author

Fan of making things beep, blink and fly. Created AddOhms. Stream on Twitch. Video Host on element14 Presents and writing for Hackster.IO. Call sign KN6FGY.

4 Comments

  1. Hi James, I spotted that the gnd connection for the channels is connected to the USB gnd. I was wondering if that was any kind of limitation?

  2. Hello
    Thanks for that.
    I had to pay for my second Pico 2200 series scope (2205A), but I don’t get to evaluate.
    I like these devices, despite the anti- USB scope comments you see from time to time. I had a 2-channel, very expensive, Tektronix digital scope and frankly, it was rubbish compared to Pico. I don’t need to work at high frequencies and 25-MHz (10 with yours) is quite adequate.
    Easy to set up, loads of features like the decoding, pulse counting.
    Yes, I was surprised by the weight and need a bit of double-sided tape to keep it in place.
    The new one has much better probes (ground especially).
    I run Picoscope on Win !0 without a problem, but a Linux (Ubuntu 12.10) PC was a different story. Would not install and can only assume that with the Linux version issued in May 2016, 12.10 is just too old.
    A newer PC with Ubuntu 16.04 LTS installed without a problem.
    Very pleased and if you have work on a tight budget, recommend.

    • Ahh, I totally forgot to mention the probes. Yes, the probes are very nice for such a low price scope.

Write A Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.