Halloween Project Inspiration
Halloween is one of my favorite holidays. Nothing beats the crisp autumn air, the crunchy leaves blanketing sidewalks, picking out the largest deformed pumpkin at the pumpkin patch, or getting …
Halloween is one of my favorite holidays. Nothing beats the crisp autumn air, the crunchy leaves blanketing sidewalks, picking out the largest deformed pumpkin at the pumpkin patch, or getting …
What are the differences between UDP and TCP?
Tommy and Sam present their homemade FPGA audio looper!
Is your inability to accurately identify coin cell batteries negatively impacting your life and affecting your loved ones? Nate is here to help!
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…
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.
What do you use to connect your Pmods to their host boards? We now have two new options, the 6-pin Pmod Cable Kit and the 12-pin Pmod Cable Kit.
The Analog Parts Kit contains a large selection of components perfect for creating a wide variety of useful circuits & devices. Featuring Analog Devices components, the kit includes transistors, resistors, capacitors, diodes, sensors, and variety of useful ICs, including op amps, converters, and regulators. Finally, the kit also comes with an assortment of lead wires, a solderless breadboard, and a screwdriver.
MPIDE comes with a nice serial monitor where you are able to print out values that your system board has measured onto your computer screen. But if you are able to print things onto your computer screen, wouldn’t it make sense if the chipKIT board also accepted and processed values that we typed into the serial monitor? It would make a lot of sense, which is probably why we can do just that. Let’s find out how.
We all know how much of a hassle it can be to safely transport your electronics, and let’s face it, the protective cases that many of our boards previously came in were flimsy, unaccommodating, and caused a great deal of stress for our customers. Well, we’ve responded to all of your feedback and I’m here to talk about our new Project Boxes!
At Digilent, we understand the evolving needs of engineering education. That’s why we’re thrilled to introduce the Analog Discovery Studio Max (ADS Max), a versatile and comprehensive electronics laboratory solution …
Introducing JupyterLab JupyterLab is a relatively new tool. It is an open-source development environment (IDE) for working with Jupyter notebooks. Notebooks are primarily used to combine program code, code results, …
The Problem: A forum member shared their set_gpio() function, which sets a single pin to a specific state (high or low). However, the function had a limitation: it unintentionally cleared …
Using a data acquisition device (DAQ) can be challenging. Often, connecting to a single channel produces a suitable measurement. Yet, DAQs seldom have a single channel; trouble usually happens when …