Building the Jousting Robots
Whats the only thing cooler than robots equipped with weapons?? TWO robots with weapons. Jousting.
Whats the only thing cooler than robots equipped with weapons?? TWO robots with weapons. Jousting.
Games all around! What makes a fun game for the engineer in your life? A programmable maze based on an FPGA. This Instructable was made by RedCirkle to provide a …
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!
Music is one of the more delightful aspects of being human. Listening to it provides such a thrill, but creating it — that takes real work. But what if there were a way to simplify that? Of course there is!
During the summer, gardens abound — so many people are keeping an eye out for their sun-ripened, home-grown tomatoes or for that lovely hydrangea that’s just the right shade of blue. But summers are also a very hectic time. So how do you maintain that garden and make sure it receives the care it needs? One of the projects created for the Digilent Design Contest 2015 is a smart irrigation system intended to work with an Android device to see to it your garden gets the moisture it craves.
Is your inability to accurately identify coin cell batteries negatively impacting your life and affecting your loved ones? Nate is here to help!
Noise exists all around us. But it is usually a too low a volume for us to appreciate with the human ear. What if there was a way to capture and display it in a way that was both acoustically pleasing and visually appeasing? Thanks to MirceaDabacan, there is.
Pushbuttons are an inherent source of problems inside of sensitive circuits. Ideally, we like to think that when a button is pressed it is either “pressed” or “not pressed” without any sort of funny business. Unfortunately, as pushbuttons are a mechanical component, a lack of funny business simply isn’t going to be the case.
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.
What is LabVIEW? How do I get started using it? What are some challenges a beginner might face? Miranda explains it all.
With the growth of computer science and cybernetics, the first mobile robots debuted during World War II. In the decades since, further advancements have made it possible to create a wide range of mobile robots, all with varying purposes and capabilities. But now, Instructables user MarioaraR explains how to make your very own Spy Rover with a chipKIT Wi-FIRE.
A summer message from our president, Steve Johnson.
A change in the weather has finally signaled summer’s arrival, bringing with it a revival in childhood favorites. Whether enjoying the heat with water balloon fights or devouring gigantic slices …
As smart homes are becoming more and more de rigueur, Instructables user skorpyon1992 created a timely project, the FPiDroid House. This project is still in beta testing, but has shown a lot of potential so far. By using the Nexys 3 (or any of our FPGA boards), you too could connect a lot of your devices to monitor and control your very own smart home.
I recently published an Instructable on how to use I2C in LabVIEW using LabVIEW MakerHub LINX, chipKIT WF32, and PmodGYRO as an example. Digilent sells a both LabVIEW Home Bundle and chipKIT WF32 in the LabVIEW Physical Computing Kit. In this Instructable, I go over how to read the data sheet to find what you’re looking for and how exactly to code what you find. This guide also details how to set up pull-up resistors for successful I2C communication.
As you may have surmised from Jesse’s post earlier, we have a new product, the fantastic Nexys Video! To learn more, I talked to Sam Bobrowicz, one of the people at Digilent who worked very hard to get this product released.
When perusing our site, you’ve probably noticed the section entitled programming solutions, or looked through our FPGA (field programmable gate array) boards and seen the acronym JTAG (Joint Test Action Group). …
A little while ago, you likely saw the post that I did on my Color Invaders project. It’s a lot of fun to play as is, but it was suggested that the game could be made even better if there were some sound effects included as well. I got it done with a few tweaks…
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.
I was recently inspired to try out by Hamster’s own Colour Invaders project. As the name suggests, this project is similar in design to the classic Space Invaders game or (more similarly) the Casio’s Number Invaders on the calculator. The idea behind the game is that different colored “invaders” start marching down the LED strip and you have to fire missiles that match the color of the oncoming invader. Naturally, as you successfully destroy more of the attackers, the faster they come towards your base. Here is what you need to get started.
As most of you know, we have our own Forum where anybody can go post questions and projects involving Digilent products: FPGAs, microcontrollers, any of our scopes, National Instruments products like the LabVIEW Home Bundle, Pmods, programming solutions, you name it. With this wide variety of products and an even wider variety of potential questions, the Forum can be a little daunting to navigate. This post will help first-time Digilent Forum users get the best experience out of the Digilent Forum.
We recently published a video about a simple Theremin built using the Analog Discovery and the Analog Parts Kit. A Theremin is an electronic musical instrument which essentially turns the user into a variable capacitor. The user can then adjust the frequency of the sound produced by the instrument by moving their hand in relation to an antenna. As the distance to the antenna changes, the capacitance also changes, thus changing the signal frequency. In the Theremin showcased in this video, a recycled soda can is used as the antenna.
Digilent Adept is a light-weight program that allows users to quickly load .bit files onto your FPGA chip. The Power of Adept is in its simplicity and speed.
Dharsan, a new Digilent intern, used the LabVIEW Home Bundle and the NI myRIO to create a circuit that controls the speed of a fan based on a temperature reading.
This is a continuation of previous blogs about logic gates. Earlier you read about logic gates and their functions. Then you read about how to code logic gates in Verilog, VHDL, and C. Now its time to learn about creating logic gates with transistors. After reading all of these posts you’ll have learned about logic gate theory, coding logic gates in both hardware and software, and the physical hardware design of logic gates.