The Analog Parts 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.

The “Boring” Robot

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.

A Crash Course on Linux (Just The Good Parts)

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!

Setting Up a LAMP Server

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.

Plasma Arc Microphones

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.

Digilent Pmods: Power Pmods

It’s been awhile since we last had some specific focus on Pmods, so I decided that we should get back to our favorite blog series (or at least my favorite). This week we’re going to check out some of the Pmods that occasionally get overlooked– the power Pmods. These Pmods include screw terminal modules, transistor modules, and power monitors.

Playing with Lighting in a Faraday Suit

Have you ever wanted to shoot lightning bolts out of your hands like the Sith do in Star Wars? Have you ever wanted to be immune to lightning strikes? These things sound impossible, but they actually aren’t. Specially designed suits are capable of making you immune to high voltages by redirecting the flow of current around you.

900 LED Display

So, who’s excited about ECEDHA? We here at Digilent wanted something big and flashy to amaze everyone, so we put this together. We carry weatherproof strips of the WS2812 addressable LEDs in 1m lengths with 30 LEDs on each strip, so what better way to grab your attention than to build a display with 30 strips!

Plasma Arc Speakers: How They Work

In science fiction, plasma-based technology is often included because it is perceived as futuristic and exotic. Referring to plasma as exotic is understandable, but the technology behind its creation is less so. Since the invention of electric circuits, it has been possible to easily create and control plasma using high voltages. It is pretty common knowledge that high voltages ionize the air producing plasma arcs. What is not-so-common knowledge is the fact that these arcs of plasma can be used to play music.

How I2C Interface Functions?

Inter-integrated-circuit, more commonly known as I²C (generally pronounced I-squared-C), is a communication style originally developed by Phillips Semiconductor (now NXP Semiconductor). Its design allows multiple components to be able to talk to each other on the same data line, making it widely used in a variety of systems, including Pmods. As a fan of Pmods, I’m in favor of learning how you can communicate with them and get them what you want to do. Let’s find out more.