Logging FPGA Pins on a Host PC
Have you ever wanted to log FPGA pins on a host PC? Well, Digilent forums user hamster has done a project showing how, which you can find here!
Have you ever wanted to log FPGA pins on a host PC? Well, Digilent forums user hamster has done a project showing how, which you can find here!
Two California hotels tested autonomous service robots over a six-month period. Reviews from their customers were overwhelmingly positive (except when aforementioned customers were intoxicated). They will be rolling out their next wave of autonomous service robots, called the Relay.
Originally, this blog post was going to be about how Linux works with its kernel and everything. That turned out to be extremely dry, and it was a jumbled mess to try to fit everything into a blog post. Just check out the Linux wiki page for all that stuff. Instead this post is going to be more about parts of Linux that people should know about. Linux is used widely for developing software and embedded systems. One example is the Zybot, partially developed by Kaitlyn and me!
How did Digilent begin? Here’s our story.
Did you ever play the game Battleship as a child? I remember finding it incredibly fun. This weekend, I found a new take on it! The version on Instructables uses a breadboard, wires, and other electrical components. It’s designed to teach children the basics of breadboarding — and to have fun, of course!
Now that we have Linux booted up on our computer, we can get programming. What happens if we want to create web pages? Well, we need to set-up our LAMP server. LAMP stands for Linux Apache MySQL PHP. This blog post goes in conjunction with a relevant Instructable about setting up our LAMP server, so just like the previous blog post about dual-booting Ubuntu, this is going to go over more of why we’re doing this. What the LAMP server will allow us to do it create a local host that will let us communicate with the Internet.
In a previous post, I talked about how plasma can be used to build high-fidelity speakers. Plasma isn’t limited to only producing sound– it can also be used to record it. Being made up of physical particles, plasma can be affected by vibrations through the air. This means it is possible to build a plasma arc microphone using the proper circuit. This application is far less common than using a plasma arc for a speaker, but research has still been done on the subject.
In the rapidly changing world of technology, the giant computers of yore are particularly befuddling to the younger generations who weren’t around concurrently with those computers. Children were shown computers from the 1970s and reacted to them.
One of our regular contributors to the forum let us know about an awesome project he worked on. He managed to use the Basys 3 with a low-cost ultrasound rangefinder.
Happy St. Patrick’s Day! If you’re wondering how to celebrate and add some green to your life, consider this — improving your solar panels with a microcontroller! This project from Hackaday uses an Arduino to harvest more energy from the panel than would otherwise be available.
Did you know you can melt metal using magnetic fields? It seems pretty crazy, but it’s possible.
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.
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 …