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…
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.
We polled a bunch of designers and engineers to see what they were asking for this Christmas. Here's the list!
We polled a bunch of designers and engineers to see what they were asking for this Christmas. Here's the list!
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.
This article discusses style mistakes in PCB layout that can make assembly and debugging PCBs difficult. This is vital…
This article discusses style mistakes in PCB layout that can make assembly and debugging PCBs difficult. This is vital for designers!
Direct Digital Synthesis is used to generate precise analog waveforms that can quickly change frequencies. It's used in…
Direct Digital Synthesis is used to generate precise analog waveforms that can quickly change frequencies. It's used in test equipment, spread spectrum techniques and to enable frequency sweeps.
In the last installment, we built the hardware to control an AC waveform with a TRIAC as the first step in a DIY solder…
In the last installment, we built the hardware to control an AC waveform with a TRIAC as the first step in a DIY solder reflow oven. This tutorial continues the project by showing you how to set up the low-level hardware to measure temperature, read the zero-cross detector, drive the TRIAC, and print to the serial terminal using a USART.
Delve into phasor concepts and transforming a circuit with circuit analysis techniques to solve a given circuit in the…
Delve into phasor concepts and transforming a circuit with circuit analysis techniques to solve a given circuit in the frequency domain.
With this microcontroller-to-PC interface you can conveniently monitor a temperature and visualize how the temperature…
With this microcontroller-to-PC interface you can conveniently monitor a temperature and visualize how the temperature changes over time.
This article explains how to install PyVisa and MatPlotlib for Python. PyVisa connects a computer to the measurement…
This article explains how to install PyVisa and MatPlotlib for Python. PyVisa connects a computer to the measurement instruments and matplotlib helps to visualize the data collected from these instruments.
Use a laser and a photo resistor to build a laser based point-to-point communication system. The best part? It's under $10.
Use a laser and a photo resistor to build a laser based point-to-point communication system. The best part? It's under $10.
This project will show how to build a basic analog voltmeter using an Arduino Uno, LabVIEW software, and littleBits…
This project will show how to build a basic analog voltmeter using an Arduino Uno, LabVIEW software, and littleBits electronics modules.
In this article I will show you how to use the internal EEPROM of an ATMega 328P microcontroller. I will use a…
In this article I will show you how to use the internal EEPROM of an ATMega 328P microcontroller. I will use a USB-to-serial converter, and an LM35 temperature sensor. I will also give you some tips and tricks when designing a PCB.