element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Digilent, a National Instruments Company
  • Products
  • Manufacturers
  • Digilent, a National Instruments Company
  • More
  • Cancel
Digilent, a National Instruments Company
Blog Debugging Embedded Systems
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Digilent, a National Instruments Company to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: quinn.sullivan
  • Date Created: 29 Jul 2017 12:45 AM Date Created
  • Views 1283 views
  • Likes 6 likes
  • Comments 1 comment
  • logic analyzer
  • waveforms
  • script editor
  • portable
  • power supply
  • microsoft windows
  • waveforms 2015
  • mac os
  • test and instrumentation
  • usb
  • digital discovery
  • digilent
  • 32 channel
  • protocol analyzer
  • instrumentation
  • benchtop
  • pattern generator
  • high speed
  • 800 mss
  • 5v
  • software
  • linux
Related
Recommended

Debugging Embedded Systems

quinn.sullivan
quinn.sullivan
29 Jul 2017

As a student or professional engineer it is important to pay attention to where your resources are being allocated. Time spent traveling to and from laboratories fixing minor embedded systems project issues is often disregarded for the sake of project completion, but can be avoided altogether with the right benchtop tools. One recently released solution is the Digital DiscoveryDigital Discovery, a portable logic analyzer, digital pattern generator and protocol analyzer. This hardware can help engineers shorten project timelines and extend financial resources as a high-speed tool for debugging digital signal projects on-the-go or from the comfort of home. In this blog post I will cover important resources provided by the creators of the Digital Discovery and show you how to get this device up and running with your embedded projects in no time.

 

image

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Introduction to the Digital Discovery

Earlier this year Digilent released the Digital Discovery as an addition to their Instrumentation line. The Digital Discovery shares the same form factor as the popular Analog Discovery 2Analog Discovery 2, with significant improvements in digital signal monitoring capabilities. Compatible with the free WaveForms 2015 software toolset (offered for most Digilent Instrumentation devices), the Digital Discovery provides users with six tools ideal for digital signal analysis. Removing the analog specific tools allowed the hardware engineers to increase the number of channels and sample rates available, while using the same Xilinx Spartan 6 FPGA found on the Analog Discovery 2. With a selectable logic high level, 32 possible channels and up to 800 MS/s*, this new hardware provides greater flexibility to users working on any digital signal design project.

 

*Note: Increased sampling rates can only be achieved while using the High Speed AdapterHigh Speed Adapter and Logic ProbesLogic Probes.

 

image

 

Installing WaveForms 2015

One of the best features of this new hardware is the current documentation and easy setup. This documentation is easy to find on the Digital Discovery’s product page under the “Support Materials” menu. Clicking on the “Resource Center” button redirects users to Digilent’s Digital Discovery documentation page where readers can find additional product information, reference manuals, technical support, and (in my opinion the most important) “Getting Started” button.

 

Clicking on the “Getting Started” button presents three different guides for setting up WaveForms 2015 with Windows, Linux, and MAC operating systems. After choosing your operating system, you are redirected to a tutorial that covers everything from software installation to taking your first measurement. The installation process takes only a couple of minutes and then you are ready to connect your device and explore the six tools in the navigation bar (found on the left side of the screen).

 


imageimage

 

Getting Started with the Digital Discovery

With WaveForms 2015 up and running, you can quickly begin debugging embedded projects from your desk. Simply connect your device to your computer and select “DDiscovery” (followed by your serial number) from the device manager. With your device now open in WaveForms, you are ready to use any of the available tools to take your first digital measurement!

 

Whether you have some experience or you are still learning about portable instrumentation devices, you can find detailed tutorials explaining how to use each tool offered in WaveForms on the Digilent documentation website. Without a specific project in mind, users can also refer to community projects listed under the “Example Projects” section. One project by Instructables member Brmarcum does an excellent job of showing readers how the Digital Discovery is used to monitor a 7-segment display circuit. This project includes detailed descriptions and clear photos that demonstrate the circuit build and how to connect your Digital Discovery. Brmarcum describes how pins 0-10 are connected and used with the logic analyzer tool to monitor the digital signals and draw project conclusions.

 

Another excellent project steps through how the Digital Discovery and High Speed Adapter are used to decode a VGA signal from an FPGA. In this project, Instructables member Commanderfranz uses this device to check whether the VGA signals are being sent correctly and how they affect the final image. Again, pictures and detailed instructions for setting up the Digital Discovery probes are provided to help readers replicate the project at home.

 

 

image

 

Additional Resources and Projects

When starting with the Digital Discovery users can find a handful of free resources like the projects summarized above on the Digilent documentation website. Device users who experience difficulty can also find technical support on the Digilent Forum from community members who offer helpful project suggestions or solutions. Whether you’re an embedded developer looking to troubleshoot designs or a student progressing through upper level coursework, the Digital Discovery is a great new tool to help with digital signal projects.

 

You can also look forward to the arrival of useful resources and additional support as the upcoming element14 RoadTesters review their experience!

  • Sign in to reply
  • DAB
    DAB over 8 years ago

    Impressive little device.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube