All About Circuits

Latest Relays Articles and Videos

Categories

DIY Arduino-Based Sous-Vide Machine

DIY Arduino-Based Sous-Vide Machine

Learn how to build your own sous-vide machine. Say goodbye to overcooked steak!


Projects Dec 13, 2016 by Cezar Chirila
Raspberry Pi Object Detection Cat Toy

Raspberry Pi Object Detection Cat Toy

This object detection toy will keep your cat's head spinning for hours!


Projects Nov 07, 2016 by Ryan Jones
Teardown Tuesday: IoT Power Outlet

Teardown Tuesday: IoT Power Outlet

Today demand for IoT devices is rapidly growing. What are inside of an IoT power strip? Find out in this teardown!


News Jul 12, 2016 by Alex Udanis
Build a Desktop Industrial Automation Trainer

Build a Desktop Industrial Automation Trainer

In this project, the reader will learn how to build and program a desktop industrial automation trainer for experimentation in robotics, motor, and process control system concepts on their workbench.


Projects Apr 21, 2016 by Don Wilcher
Teardown Tuesday: IoT Garage Door Opener

Teardown Tuesday: IoT Garage Door Opener

In this week’s Teardown Tuesday we are going to take a look at an accessory that will allow you to connect your garage door opener to the internet, the Garageio!


News Apr 05, 2016 by Alex Udanis
Controlling a Toaster Oven with a PICAXE - Part 2

Controlling a Toaster Oven with a PICAXE - Part 2

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 Guide to the Applications of Hall Effect and Reed Switch Sensors

A Guide to the Applications of Hall Effect and Reed Switch Sensors

In the systems where custom sensors are required, it's imperative that the designer quantifies the environmental, mechanical, electrical, and magnetic parameters of the entire system so that a sensor which meets those operating conditions can be selected.


Low-Cost Programmable Logic Controllers for the Frugal Engineer

Low-Cost Programmable Logic Controllers for the Frugal Engineer

Typical PLCs are very expensive, but never fear: cheaper versions exist!


News Dec 28, 2015 by Alex Udanis
Make Your Switch Sound Activated

Make Your Switch Sound Activated

In this article, we'll build a sound-activated switch that can be opened and closed with a double clap.


Projects Dec 21, 2015 by Tim Youngblood
Download Your First Program Using ARM mbed and KEIL MDK V5

Download Your First Program Using ARM mbed and KEIL MDK V5

The FRDM-K64F is a development platform which utilises the MK64FN1M0VLL12 microcontroller. This tutorial includes how to download a simple blinky example onto the FRDM-K64F using the ARM mbed online IDE and KEIL MDK. Details of the GPIO module configuration are included.


Projects Dec 17, 2015 by Elliott Smith
Control Your AC Mains with a Microcontroller

Control Your AC Mains with a Microcontroller

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.


Projects Nov 09, 2015 by Patrick Lloyd
How to Use a Rotary Encoder in an MCU-Based Project

How to Use a Rotary Encoder in an MCU-Based Project

Learn how to use a rotary encoder in an Arduino project. Rotary encoders are electromechanical, electro-optical or electro-magnetic devices which convert rotational motion into digital or analog information.


Projects Nov 01, 2015 by Tim Youngblood
Writing PICAXE BASIC Code - Part 3

Writing PICAXE BASIC Code - Part 3

Part 3 introduces the if...then, endif, gosub, and return PICAXE BASIC commands. It is the third article in a multi-part series on writing PICAXE code.


Switch Bounce and How to Deal with It

Switch Bounce and How to Deal with It

In this article I will discuss what switch bounce is and some ways to deal with it. First I will take you through the theory, and later I will show you some ways to handle it in both hardware and in software.


Transformer Isolation

Transformer Isolation

An in-depth look at transformer isolation. Electrical isolation is necessary to protect circuits, equipment, and people from shocks and short circuits, as well as to make accurate measurements. Isolation transformers are one way to go.


How to Use the Arduino’s Digital I/O

How to Use the Arduino’s Digital I/O

The digital inputs and outputs (digital I/O) on the Arduino are what allow you to connect sensors, actuators, and other ICs to the Arduino . Learning how to use the inputs and outputs will allow you to use the Arduino to do some really useful things, such as reading switch inputs, lighting indicators, and controlling relay outputs.


Projects Jun 05, 2015 by Tim Youngblood