Counters using 7-segment LEDs are fun and useful projects for scoreboards and other numerical displays; here's one you can build.
Counters using 7-segment LEDs are fun and useful projects for scoreboards and other numerical displays; here's one you can build.
If you are a boat owner, I'll guess you've seen some of the prices on the chart plotters and navigation tools. Some of…
If you are a boat owner, I'll guess you've seen some of the prices on the chart plotters and navigation tools. Some of them are pretty expensive. In this article I'll show you how I deal with that.
Learn about the NES Controller's data protocol, then use this knowledge to easily integrate into an Arduino Uno.
Learn about the NES Controller's data protocol, then use this knowledge to easily integrate into an Arduino Uno.
In this article, we teach C-BISCUIT how to do important life things, such as booting into our OS of choice, and…
In this article, we teach C-BISCUIT how to do important life things, such as booting into our OS of choice, and connecting to the Wi-Fi it'll come to know as the gateway to knowledge.
Part One in this two-article series focuses on the hardware setup and on using a pulse-width-modulated signal to control a servo.
Part One in this two-article series focuses on the hardware setup and on using a pulse-width-modulated signal to control a servo.
Build a generator-powered LED headlight for a longboard for very cheap.
Build a generator-powered LED headlight for a longboard for very cheap.
Learn how to build a device which senses when your computer monitor is physically rotated, and automatically tells your…
Learn how to build a device which senses when your computer monitor is physically rotated, and automatically tells your computer to rotate the display accordingly.
This article provides additional details related to code development, hardware configuration, and the OLED interface.
This article provides additional details related to code development, hardware configuration, and the OLED interface.
Learn about basic procedures and techniques for creating your own projects with Atmel’s SAM4S Xplained Pro development platform.
Learn about basic procedures and techniques for creating your own projects with Atmel’s SAM4S Xplained Pro development platform.
In this article, we will look at two variations on the basic BJT current-buffering circuit.
In this article, we will look at two variations on the basic BJT current-buffering circuit.
Will your linear regulator function properly under all possible operating conditions? To find out, you need to understand…
Will your linear regulator function properly under all possible operating conditions? To find out, you need to understand power dissipation and thermal resistance.
Over-voltage and over-current protection circuit for use with the C-BISCUIT platform's main computer, the Wandboard.
Over-voltage and over-current protection circuit for use with the C-BISCUIT platform's main computer, the Wandboard.
In this article, we will use a simple, proven tuning procedure to find effective values for proportional, integral, and…
In this article, we will use a simple, proven tuning procedure to find effective values for proportional, integral, and derivative gain.
Readers will learn how to wire a standard 16x2 LCD (liquid crystal display) to a Raspberry Pi to display messages.
Readers will learn how to wire a standard 16x2 LCD (liquid crystal display) to a Raspberry Pi to display messages.
No I2C interface with that sensor? No problem. Program a PIC chip as an I2C slave device for custom sensor and I/O…
No I2C interface with that sensor? No problem. Program a PIC chip as an I2C slave device for custom sensor and I/O interfacing. Here, we use three DHT22 sensors on a single I2C interface.
We will explore how P, I, and D gain influences system performance, and in the process we will find a gain configuration…
We will explore how P, I, and D gain influences system performance, and in the process we will find a gain configuration that works well for our temperature controller.
Design and theory behind the 5V-3A buck regulator based on the LM25575 to be used in the C-BISCUIT robot project.
Design and theory behind the 5V-3A buck regulator based on the LM25575 to be used in the C-BISCUIT robot project.
With USB communications and a Scilab graphical user interface, we can really see what the PID controller is doing.
With USB communications and a Scilab graphical user interface, we can really see what the PID controller is doing.
We will implement a basic PID (proportional–integral–derivative) controller in firmware and observe the results using…
We will implement a basic PID (proportional–integral–derivative) controller in firmware and observe the results using an oscope and LEDs.
While the C-BISCUIT project is far from complete, it's already come a long way, seeing numerous ideas and design goals in…
While the C-BISCUIT project is far from complete, it's already come a long way, seeing numerous ideas and design goals in the process. This article will discuss some of these.