Soldering surface mount components by hand can be done, but reflow soldering in an oven is much quicker and produces more consistent results. Building a…
Soldering surface mount components by hand can be done, but reflow soldering in an oven is much quicker and produces more consistent results. Building a microprocessor controlled reflow oven is well within the abilities and budget of many hobbyists.
A toaster oven can do more than just make toast; guided by a PICAXE microcontroller, it can make a sweet reflow soldering station.
A toaster oven can do more than just make toast; guided by a PICAXE microcontroller, it can make a sweet reflow soldering station.
This is the beginning of a multi-part, multi-author series on how to build your own robotics platform called C-BISCUIT,…
This is the beginning of a multi-part, multi-author series on how to build your own robotics platform called C-BISCUIT, an acronym for Collaborative Bot with Integrated System Core, Unmanned Interactivity, and Telemetry -- based on the Wandboard Quad computer.
Tips and techniques for incorporating EFM8 microcontrollers into your custom hardware.
Tips and techniques for incorporating EFM8 microcontrollers into your custom hardware.
Galvanic isolation is a way to isolate functional sections of electrical systems to prevent current flow. A brief…
Galvanic isolation is a way to isolate functional sections of electrical systems to prevent current flow. A brief explanation of differing methods to create galvanic isolation.
Firmware architecture and example code for an I2C interface based on the Silicon Labs SMBus peripheral.
Firmware architecture and example code for an I2C interface based on the Silicon Labs SMBus peripheral.
Learn how to design an I2C interface using the Silicon Labs SMBus peripheral.
Learn how to design an I2C interface using the Silicon Labs SMBus peripheral.
Understand the I2C protocol in the context of firmware design and make your projects seamless.
Understand the I2C protocol in the context of firmware design and make your projects seamless.
This article covers information essential for understanding and designing the hardware needed for an I2C bus.
This article covers information essential for understanding and designing the hardware needed for an I2C bus.
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.
This article covers the essential characteristics and prominent advantages of the Inter–Integrated Circuit (aka I2C)…
This article covers the essential characteristics and prominent advantages of the Inter–Integrated Circuit (aka I2C) serial-communications protocol.
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.
There are all sorts of batteries out there- this short overview will help you find the right one!
There are all sorts of batteries out there- this short overview will help you find the right one!
The buck converter is a ubiquitous DC-DC converter that efficiently converts a high voltage to a low voltage efficiently.…
The buck converter is a ubiquitous DC-DC converter that efficiently converts a high voltage to a low voltage efficiently. Efficient power conversion extends battery life, reduces heat, and allows for smaller gadgets to be built. The buck converter can be used in lots of cool applications.
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.
Nothing on TV tonight? Control an Arduino with any infrared remote control, including the one you use to command your television.
Nothing on TV tonight? Control an Arduino with any infrared remote control, including the one you use to command your television.
An overview of how the concepts of electron flow and the role of individual circuit components can be related to the flow…
An overview of how the concepts of electron flow and the role of individual circuit components can be related to the flow of fluid in pipe networks. The analogy between hydraulics and electricity is a useful tool for teaching and for those who are struggling to understand how circuits work.
Learn how to put together your own toaster oven controller with a handful of inexpensive, through-hole parts. The…
Learn how to put together your own toaster oven controller with a handful of inexpensive, through-hole parts. The emphasis is on safety, low price, and minimal modification of the toaster oven.
NAND and NOR gates are widely known to be universal logic gates, meaning that any other logic gate be made from NAND or…
NAND and NOR gates are widely known to be universal logic gates, meaning that any other logic gate be made from NAND or NOR gates. This article discusses other universal logic gates.
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.