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.
Most wireless tools are built for one job. A dedicated spectrum analyzer monitors frequencies. A GPS receiver locks onto satellites. A protocol tester checks a specific wireless standard. Each device …
How SDR Works: Understanding the Mechanics of the SDR Signal Chain Software-defined radio (SDR) has transformed the way engineers, researchers, and students interact with wireless systems. Instead of relying on …
What Is SDR (Software Defined Radio)? Software Defined Radio (SDR) is a radio communication system that performs many traditional radio functions in software instead of dedicated hardware circuits. Tasks such …
Most students do not struggle with equations. They struggle with understanding what those equations actually do. In many learning environments, students define a system, run a process, and then interpret …