Demystifying the Linux Kernel: Diagram & Core
You’ll often hear about the “Linux kernel”, but what does that mean? Today we’re going to go about explaining what the Linux kernel is in terms that people can understand.
You’ll often hear about the “Linux kernel”, but what does that mean? Today we’re going to go about explaining what the Linux kernel is in terms that people can understand.
In one of my first circuits courses, the professor’s favorite words of advice were to “keep calm and remember KCL, KVL, and Ohm’s law.” With these three concepts, just about any electrical circuit can be analyzed and understood. Granted, things get a little more complicated when you add concepts like inductance and capacitance, but KCL, KVL, and Ohm’s law form the foundation of all circuit analysis. Brandon mentioned Ohm’s law in his blog post on how to choose a resistor for your design, so I will only be discussing KCL and KVL.
We hear words like gigabyte (GB) and terabyte thrown around a lot, but what can we actually do with that much memory? At the most basic level of computing, we have bits, which are going to be either a 1 or 0. A byte is 8 bits. We’re going to represent a byte as a dot.
This week happens to be National Library week, and although Digilent is not a library, we certainly use them! I’m not referring to public libraries, though (although I am personally a fan of them); rather, I’m talking about the C++ libraries that are widely used with our microcontrollers. Although C++ libraries are not quite the same as an IP for FPGAs, they serve a similar purpose. These libraries include a set of predefined functions that perform a specific task, such as sending and receiving a set of data over SPI, that the user can use without having to define what they do.
Back in March, we released a blog post announcing the ZYBOt. There was a set of Instructables and a video showing what the ZYBOt is all about. If you check those out, you can see that the ZYBOt is remote-controlled and has a video feed that can be displayed to a computer. The ZYBOt is a great project for people that want to dive into working with FPGAs and Linux.
Back in August, one of our interns told us why arrays aren’t actually very frightening. However, if you’re anything like me, that information might have…slipped. So I decided to take another look at arrays!
We’re going to look at integrated circuits, specifically the integrated circuit in the chipKIT MAX32.
How does Amazon improve its customer service? It uses an AI to learn user preferences (by tracking purchases) and generate recommendations. This is an AI that learns over time. And now Amazon is making one of its algorithms available for programmers and other businesses to use.
Aleph 1.0 is a remote-controlled robotic manipulator for biological or chemical probes. Its purpose is to allow scientists to safely manipulate and analyze biohazardous or toxic substances, or to simply observe or interact with small probes and/or devices that must be contained in controlled environments. Instructables user kovari_andrei provides a tutorial for doing just that. It uses the chipKIT Pro MX7, and we’re thrilled to see our products being used in such cool ways.
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!
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!
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.
We’ve got big news: Analog Discovery Studio Max (ADS Max) just won the Best Test & Measurement of the Year award at the EE Awards Asia 2025! This isn’t just …
Hello folks, Oscar Fonseca here, Product Manager for NI Academic. One of the most rewarding parts of my role is listening to educators and turning their feedback into solutions that …
Choosing the best data logger for your specific requirements can feel overwhelming. With so many types available, it’s important to focus on the features that matter most for your work—whether …
Introduction The classic electronics bench often brings to mind a large, heavy oscilloscope with a dedicated screen and complex front panel. While these instruments remain powerful, a new generation of …