Building a smart switch uses standard components but enables a more customizable IoT product.

John Blyler

April 26, 2021

5 Min Read
AdobeStock_202743985_1540-800.jpeg
Adobe Stock

It seems like everything has gotten smarter, thanks to the evolution of embedded technology and the proliferation of IoT platforms. Even the humble switch is now more intelligent.

Smart switches are often used as replacements for traditional built-in switches. Naturally, a user can still physically turn lights or devices on and off with a smart switch, but these switches can also be controlled by the user’s voice – via an audio assistant like Amazon’s Echo or Google Home – or with an application on a smartphone.

There are several good reasons for using a smart switch. One is that a smart switch is often easier and more convenient than using a regular switch, which requires someone to find and physically flip the switch. This task becomes more difficult in the dark and within new surroundings.

Smart switches are also more flexible than a smart bulb, which is an internet-capable LED light bulb that allows lighting to be controlled and customized remotely. However, whereas a smart switch could be controlled by anyone using a voice assistance device, a smart bulb typically requires a smartphone-based application with a password. The latter would be cumbersome for babysitters and guests who visit a user’s home.

Another benefit of smart switches connected to popular platforms like Echo is that switches can be grouped together to easily illuminate specific areas in a home or factory. Controlling groups of smart switches can also be handy to schedule when the lights come on and off, e.g., during a vacation away from home. Naturally, smart switches can be used in conjunction with light-dimming mechanisms and motion-detection sensors.

Related:How to Build a Better Automotive Radar System

Build a Better (Smart) Switch

Depending on system requirements and operational needs, it may be better to make your own smart switch rather than buy an existing one off-the-shelf. A quick search on Google or Amazon reveals a surprising number of commercial-off-the-shelf (COTS) smart switch providers. Less common are examples of how to design a smart switch to enable a better product, which is the focus of this article.

There are four basic parts to any smart switch design:

  1. A voice-to-text-to-action device like the Amazon Echo or a smartphone application,

  2. A microprocessor-based platform, such as a Raspberry Pi,

  3. Relays

  4. Input-output (I/O) devices, mainly to interact with the Amazon Echo and Raspberry Pi

Build-a-smart-switch.png

The Amazon Echo, Google Home, or similar voice assistant ecosystems enable natural language-activated, web-based queries that can be used to activate smart devices in the home, office, automobile, or almost anywhere a wireless Internet signal can reach. The voice assistant ecosystem is a voice-to-text-to-action device. For example, the Echo accepts an audio voice command from a user, records the audio, and uploads the snippet to Amazon’s cloud servers. Those servers translate the audio into text and then determine (via software tables) the best way for Alexa to respond or initiate a specific action.

Related:How to Build a Better In-Vehicle Connectivity System

Next, the translated voice command actions feed into a processor-based platform, such as the Raspberry Pi. This is the brain of the operation that understands the commands and sends out the appropriate signals to control the relays for the smart switches.

Relays are electric switches that use electromagnetism to convert small electrical input into a high-current output. The low voltage electrical inputs activate electromagnets to either form or break existing high-current circuits. Relays form the foundation of modern electronic equipment in industrial and consumer markets.

On a side note, many of today’s component relay vendors include “smart” relays in their product offerings. In industrial applications, these relays are often connected to legacy automation interface and network protocol systems from Modbus, and BACnet, to Zigbee, Wi-Fi, and cellular.

One example is the Zelio Logic smart relay from Schneider Electric. These relays are designed to be used in small automated systems, such as the automation of product, assembly, and packaging machines to the control of lighting installations and air conditioning systems – to name just a few applications.

These types of compact smart relays are typically used for simple automated systems with up to twenty I/Os. If required, the relays can be fitted with I/O extensions and a module for communication on the Modbus networks to increase the number of I/Os and ease of programming the devices.

Let’s return to our Arduino-based smart switch. The relay doesn’t need to be a smart one, as in the Zelio Logic above. Instead, a simple relay board with hardware and software interfaces to the Arduino platform will be fine, such as the ESP-8266 relay board. Another approach would be to have a bank of simple relays to control many devices, such as the JBtek 8 Channel Relay Module, also for the Raspberry Pi. This relay board can be used to control any standard 110V wall socket outlet.

71vQsQBr-mL._AC_SL1500_.jpg

The relay board is then connected directly to a wall outlet to control whatever devices are plugged into the outlet, from lights and music speakers to household appliances.

In order to make responding to certain Echo commands more manageable, the user might include a touchscreen display in this design. Also, a wireless keyboard will make for easier programming on the Arduino.

71dSbBDm0PL._AC_SL1100_.jpg

John Blyler is a Design News senior editor, covering the electronics and advanced manufacturing spaces. With a BS in Engineering Physics and an MS in Electrical Engineering, he has years of hardware-software-network systems experience as an editor and engineer within the advanced manufacturing, IoT and semiconductor industries. John has co-authored books related to system engineering and electronics for IEEE, Wiley, and Elsevier.

About the Author(s)

John Blyler

John Blyler is a former Design News senior editor, covering the electronics and advanced manufacturing spaces. With a BS in Engineering Physics and an MS in Electrical Engineering, he has years of hardware-software-network systems experience as an engineer and editor within the advanced manufacturing, IoT and semiconductor industries. John has co-authored books related to RF design, system engineering and electronics for IEEE, Wiley, and Elsevier. John currently serves as a standard’s editor for Accellera-IEEE. He has been an affiliate professor at Portland State Univ and a lecturer at UC-Irvine.

Sign up for the Design News Daily newsletter.

You May Also Like