EYE on NPI - Digilent Digital Discovery episode artwork

EPISODE · Sep 3, 2020 · 15 MIN

EYE on NPI - Digilent Digital Discovery

from Adafruit Industries · host Adafruit Industries

This week's EYE on NPI is all about discovering new things - the Digilent Digital Discovery with High-speed adapter bundle (https://www.digikey.com/en/product-highlight/d/digilent/digital-discovery-with-high-speed-adapter-bundle). The Digilent Digital Discovery™ is a combined logic analyzer and pattern generator instrument that was created to be the ultimate embedded development companion. Digital Discovery was designed to optimize channels, speed, and portability. A small form factor facilitates easy storage and provides a whole suite of advanced features to allow you to debug, visualize, and simulate digital signals for most embedded projects. Digital inputs and outputs can be connected to a circuit using simple wire probes or breadboard wires; alternatively, the Digital Discovery High Speed Adapter and impedance-matched probes can be used to connect and utilize the inputs and outputs for more advanced projects. We're big fans of the affordable and powerful Digilent Analog Discovery (https://www.adafruit.com/product/4652) so when this logic-analyzer version popped up on https://digikey.com/new we snapped it up to check out. The specifications of what you get, for the price, are pretty amazing: 32-channel digital logic analyzer (1.2…3.3V CMOS, 8 channels at 800MS/s*, 16 channels at 400MS/s*, and 32 channels at 200MS/s) Digital Bus Analyzers (SPI, I²C, UART, CAN, Parallel) 16-channel pattern generator (1.2…3.3V CMOS, 100MS/s) 16-channel virtual digital I/O including buttons, switches, and LEDs – perfect for logic training applications A programmable power supply of 1.2…3.3V/100mA. The same voltage supplies the Logic Analyzer input buffers and the Pattern Generator input/output buffers, for keeping the logic level compatibility with the circuit under test. In particular, 32 channels of 200 MS/s logic analyzer input is rare to see in a sub-$1000 logic analyzer. 8 channels of 800 MS/s is also incredible, if you need that kind of speed, it's very hard to find an affordable analyzer. The wide/fast rates means this analyzer would be great for analyzing wide 8/16/24/32 address/data busses that normally you wouldn't have enough pins for. You could also check on fast protocols that normally aren't logic-analyzer friendly like RGB matrix and parallel TFT displays. Inside is a Xilinx SPARTAN FPGA and some memory for buffering signals. Like many logic analyzers, the Digital Discovery connects over USB and uses free desktop software for communication. The software in this case is called Waveforms, and is available for Mac, Windows, and Linux including Raspberry Pi (https://store.digilentinc.com/waveforms-download-only/). The same software is used for the Analog Discovery, so if you've got one of those, it'll be familiar. The software is powerful and has a lot of options and capabilities, so we definitely recommend going through some of the tutorials available on Digilent's site, like this nice walk-through on analyzing an old-school NES controller - here's a hint, it uses a serial latch! (https://blog.digilentinc.com/nes-controller-digital-discovery-waveforms/). What I use logic analyzers for is usually decoding I2C and SPI transfers while writing drivers. So I was happy to see a range of built in analyzers such as I2C, UART, CAN, even HDMI! To test it out, I connected the analyzer up to a BNO080 sensor I'm working on. I enabled I2C datalogging on the two initial pins. You can see the data stream with decoded hex values and read/write flags on initial addresses. You can also open up the events tab to see the data as a list with timestamps. The event data (or even the raw pulses) can then be exported to a spreadsheet. There's also a powerful scripting system. You can perform analysis, read data and decode protocols. (https://blog.digilentinc.com/decoding-vga-on-the-digital-discovery/) There's also a logic waveform generator you can script as a simulator for devices. (https://reference.digilentinc.com/learn/instrumentation/tutorials/hd44780_digital_discoverystart) We're pretty confident saying that for the price, this is the fastest, most powerful, capable and customizable logic analyzer you can get. And for students, it's super affordable and easy to store. Pair this up with an Analog Discovery for a full EE lab without giving up tons of desk space. Pick up a Digital Discovery from Digi-Key today at https://www.digikey.com/short/zfhz4r . You can pick up the version with high speed probe kit, or, if you aren't planning on using over 200 MS/s, the affordable basic version is at https://www.digikey.com/short/zfh997

This week's EYE on NPI is all about discovering new things - the Digilent Digital Discovery with High-speed adapter bundle (https://www.digikey.com/en/product-highlight/d/digilent/digital-discovery-with-high-speed-adapter-bundle). The Digilent Digital Discovery™ is a combined logic analyzer and pattern generator instrument that was created to be the ultimate embedded development companion. Digital Discovery was designed to optimize channels, speed, and portability. A small form factor facilitates easy storage and provides a whole suite of advanced features to allow you to debug, visualize, and simulate digital signals for most embedded projects. Digital inputs and outputs can be connected to a circuit using simple wire probes or breadboard wires; alternatively, the Digital Discovery High Speed Adapter and impedance-matched probes can be used to connect and utilize the inputs and outputs for more advanced projects. We're big fans of the affordable and powerful Digilent Analog Discovery (https://www.adafruit.com/product/4652) so when this logic-analyzer version popped up on https://digikey.com/new we snapped it up to check out. The specifications of what you get, for the price, are pretty amazing: 32-channel digital logic analyzer (1.2…3.3V CMOS, 8 channels at 800MS/s*, 16 channels at 400MS/s*, and 32 channels at 200MS/s) Digital Bus Analyzers (SPI, I²C, UART, CAN, Parallel) 16-channel pattern generator (1.2…3.3V CMOS, 100MS/s) 16-channel virtual digital I/O including buttons, switches, and LEDs – perfect for logic training applications A programmable power supply of 1.2…3.3V/100mA. The same voltage supplies the Logic Analyzer input buffers and the Pattern Generator input/output buffers, for keeping the logic level compatibility with the circuit under test. In particular, 32 channels of 200 MS/s logic analyzer input is rare to see in a sub-$1000 logic analyzer. 8 channels of 800 MS/s is also incredible, if you need that kind of speed, it's very hard to find an affordable analyzer. The wide/fast rates means this analyzer would be great for analyzing wide 8/16/24/32 address/data busses that normally you wouldn't have enough pins for. You could also check on fast protocols that normally aren't logic-analyzer friendly like RGB matrix and parallel TFT displays. Inside is a Xilinx SPARTAN FPGA and some memory for buffering signals. Like many logic analyzers, the Digital Discovery connects over USB and uses free desktop software for communication. The software in this case is called Waveforms, and is available for Mac, Windows, and Linux including Raspberry Pi (https://store.digilentinc.com/waveforms-download-only/). The same software is used for the Analog Discovery, so if you've got one of those, it'll be familiar. The software is powerful and has a lot of options and capabilities, so we definitely recommend going through some of the tutorials available on Digilent's site, like this nice walk-through on analyzing an old-school NES controller - here's a hint, it uses a serial latch! (https://blog.digilentinc.com/nes-controller-digital-discovery-waveforms/). What I use logic analyzers for is usually decoding I2C and SPI transfers while writing drivers. So I was happy to see a range of built in analyzers such as I2C, UART, CAN, even HDMI! To test it out, I connected the analyzer up to a BNO080 sensor I'm working on. I enabled I2C datalogging on the two initial pins. You can see the data stream with decoded hex values and read/write flags on initial addresses. You can also open up the events tab to see the data as a list with timestamps. The event data (or even the raw pulses) can then be exported to a spreadsheet. There's also a powerful scripting system. You can perform analysis, read data and decode protocols. (https://blog.digilentinc.com/decoding-vga-on-the-digital-discovery/) There's also a logic waveform generator you can script as a simulator for devices. (https://reference.digilentinc.com/learn/instrumentation/tutorials/hd44780_digital_discoverystart) We're pretty confident saying that for the price, this is the fastest, most powerful, capable and customizable logic analyzer you can get. And for students, it's super affordable and easy to store. Pair this up with an Analog Discovery for a full EE lab without giving up tons of desk space. Pick up a Digital Discovery from Digi-Key today at https://www.digikey.com/short/zfhz4r . You can pick up the version with high speed probe kit, or, if you aren't planning on using over 200 MS/s, the affordable basic version is at https://www.digikey.com/short/zfh997

NOW PLAYING

EYE on NPI - Digilent Digital Discovery

0:00 15:26

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

API Intersection Stoplight Building a successful API requires more than just coding. It starts with collaborative design, focuses on creating a great developer experience, and ends with getting your company on board, maintaining consistency, and maximizing your API’s profitability.In the API Intersection, you’ll learn from experienced API practitioners who transformed their organizations, and get tangible advice to build quality APIs with collaborative API-first design.Jason Harmon brings over a decade of industry-recognized REST API experience to discuss topics around API design, governance, identity/auth versioning, and more.They’ll answer listener questions, and discuss best practices on API design (definition, modeling, grammar), Governance (multi-team design, reviewing new API’s), Platform Transformation (culture, internal education, versioning) and more.They’ll also chat with experienced API practitioners from a wide array of industries to draw out practical takeaways and insights you can use.H TV Podcast Industries Chris Jones, Derek O'Neill and John Harrison. TV Podcast Industries TV Podcast Industries is a podcast that provides discussions and reviews of various TV shows, including recent popular series like Alien Earth, The Sandman, The Last of Us, The Boys, and Daredevil Born Again. They also cover shows such as Ironheart, Star Trek: Picard, The Rings of Power, and many more, spanning both Marvel and DC universes, as well as other genres. Heart to Heart Podcast One on One / Next Level Studios In the Heart to Heart Podcast, we talk to some of our favorite & most interesting people in the entertainment industry so you can feel empowered and learn that even in the most challenging of industries, where there’s a will there’s a way.Whether you’re an actor, a writer, a casting director, a talent rep, or just someone interested in the behind the scene happenings of the entertainment industry, this podcast will have something for you. NOW, this isn’t just another How To podcast for actors. Plenty of those shows already exist. In Heart to Heart, every guest will share stories inspired by their sometimes winding path to success on their own terms. Revisionist History Pushkin Industries Revisionist History is Malcolm Gladwell's journey through the overlooked and the misunderstood. Every episode re-examines something from the past—an event, a person, an idea, even a song—and asks whether we got it right the first time. From Pushkin Industries. Because sometimes the past deserves a second chance.To get early access to ad-free episodes and extra content, subscribe to Pushkin+ in Apple Podcasts or at pushkin.fm/plus.iHeartMedia is the exclusive podcast partner of Pushkin Industries.

Frequently Asked Questions

How long is this episode of Adafruit Industries?

This episode is 15 minutes long.

When was this Adafruit Industries episode published?

This episode was published on September 3, 2020.

What is this episode about?

This week's EYE on NPI is all about discovering new things - the Digilent Digital Discovery with High-speed adapter bundle (https://www.digikey.com/en/product-highlight/d/digilent/digital-discovery-with-high-speed-adapter-bundle). The Digilent...

Can I download this Adafruit Industries episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!