Introduction to Analog Circuits with the Analog Discovery 2
Navigate the world of circuits with Analog Discovery 2 by your side.
Navigate the world of circuits with Analog Discovery 2 by your side.
Get ready for part four of the Creating and Programming our FPGA series: Generating the Bitstream and Programming the FPGA!
Kaitlyn demonstrates how to calibrate properly for the best results in this comprehensive tutorial.
This tutorial walks you through controlling a stepper motor with an FPGA.
Now we know what a state machine is. But how do we code one?
Making a robot with a ZedBoard.
A practical guide to making a digital filter for processing audio signals on the ZYBO.
Long for the knights of old, but with the technology of new? Well trifle no longer, for in preparation for NI week, Josh and I decided to create jousting robots!
We’ve posted plenty of projects before that make use of Vivado. But how do you begin using it? This Instructable provides a guide to getting started with using Xilinx’s Vivado CAD with the Digilent Nexys 4. Alex uses Verilog to create the logic design. The Digilent Intro to Verilog Project provides an introduction to logic design.
By now, you’re probably familiar with the ZYBO board. You’ve seen the ZYBOt, a tutorial for using embedded Linux with ZYBO, and how to tweet webcam photos with a ZYBO. Thanks to one intrepid Instructables user, you can now learn how to make a digital oscilloscope with a ZYBO.
If you have a computer, you may have heard of Linux. Linux is a free ad open-source operating system, where the “base” code can be used and modified by anyone. Some of Digilent’s boards (like the ZYBO) use Linux. Linux is great for programming and development, but isn’t as user-friendly as other operating systems.
In previous blog posts, we’ve programmed mainly in C. But with a blog post about classes coming up, I figured a short post about how C++ works would be helpful for everybody.
Mixed‑signal validation often starts with more tools than necessary. An oscilloscope for analog signals, a logic analyzer for digital buses, and a separate signal generator just to get known inputs …
This Mandelbrot set renderer was created by Conrad, who shared the project on GitHub (username conradSZY05). Built for the Digilent Basys 3, the design uses VHDL and Xilinx Vivado to …
Debugging modern embedded systems often requires piecing together information from multiple tools to understand both analog and digital behavior. In a recent Digilent webinar, we took a closer look at …
The Question A Digilent forum user working on a vintage computing project needed to troubleshoot hardware built around a 6502 CPU. Their goal was to extract the CPU’s address and …