We will implement a basic PID (proportional–integral–derivative) controller in firmware and observe the results using an oscope and LEDs.
We will implement a basic PID (proportional–integral–derivative) controller in firmware and observe the results using an oscope and LEDs.
Learn how to read electrical signals and data from an analog device using the Step Response technique in Part 5 of the…
Learn how to read electrical signals and data from an analog device using the Step Response technique in Part 5 of the Building Raspberry Pi Controllers series.
Some rules of thumb for using significant digits and mitigating error propagation.
Some rules of thumb for using significant digits and mitigating error propagation.
This project explains how to isolate signals to eliminate ground loops in electronic systems.
This project explains how to isolate signals to eliminate ground loops in electronic systems.
Gather data via USB from a BH1745NUC optical sensor and then display color characteristics and illuminance values.
Gather data via USB from a BH1745NUC optical sensor and then display color characteristics and illuminance values.
Learn how to collect and process RGB data generated by the BH1745NUC color sensor IC.
Learn how to collect and process RGB data generated by the BH1745NUC color sensor IC.
Display colors by precisely controlling the intensity of red, green, and blue LEDs.
Display colors by precisely controlling the intensity of red, green, and blue LEDs.
A signal that does not repeat itself after a specific interval of time is called an aperiodic signal. By applying a…
A signal that does not repeat itself after a specific interval of time is called an aperiodic signal. By applying a limiting process, the signal can be expressed as a continuous sum (or integral) of everlasting exponentials.
Learn how to measure distances up to 20 ft with a sonar sensor on an Arduino!
Learn how to measure distances up to 20 ft with a sonar sensor on an Arduino!
Learn how to translate the output of a photosensor into an illuminance measurement.
Learn how to translate the output of a photosensor into an illuminance measurement.
To simplify Boolean functions (or switching functions), one might use the Karnaugh map method when there are not that…
To simplify Boolean functions (or switching functions), one might use the Karnaugh map method when there are not that many variables used. However, if a greater amount of variables are used or if several Boolean functions need simplification, using a computer is ideal. The Quine-McCluskey procedure presents a systematic approach that can easily be programmed into a computer for digital simplification.
In this continuing series of Building Raspberry Pi Controllers, you'll learn how to build a object detection control…
In this continuing series of Building Raspberry Pi Controllers, you'll learn how to build a object detection control circuit for operating a small DC motor using a photocell.
LabVIEW is a graphical language targeted for equipment monitoring and control. Not using statements, it is programmed…
LabVIEW is a graphical language targeted for equipment monitoring and control. Not using statements, it is programmed using graphic controls. Here's a great intro to this fantastic language.
The intuitive, step-by-step procedure presented in this article will help you to successfully perform reflow soldering in…
The intuitive, step-by-step procedure presented in this article will help you to successfully perform reflow soldering in your toaster oven.
Use Python's scientific toolbox to determine the natural response of a real thermal system and plot the results for…
Use Python's scientific toolbox to determine the natural response of a real thermal system and plot the results for visualization and further analysis.
With the help of a DIY thermocouple measurement system, you can use a cheap toaster oven to accurately reproduce a…
With the help of a DIY thermocouple measurement system, you can use a cheap toaster oven to accurately reproduce a reflow-soldering temperature profile.
The transient response of a negative-feedback amplifier can help us to understand the nature of stability and convey…
The transient response of a negative-feedback amplifier can help us to understand the nature of stability and convey useful information about the stability characteristics of a particular circuit.
Take a few minutes to characterize a light dependent resistor (LDR) and you can build a simple and reasonably accurate…
Take a few minutes to characterize a light dependent resistor (LDR) and you can build a simple and reasonably accurate light meter can be built using an LDR and an Arduino.
This article will show you a handy alternative approach to assessing stability via open-loop gain and the feedback factor.
This article will show you a handy alternative approach to assessing stability via open-loop gain and the feedback factor.
How an op amp works with LTspice simulation. We left off last time finishing up how the input stage of an op-amp works.…
How an op amp works with LTspice simulation. We left off last time finishing up how the input stage of an op-amp works. The next important stage is made up by transistors Q3, Q4, Q5, Q6, and Q7.