Safety First! Switching 120vac loads with a microcontroller

Inside Rib

Outside Rib

Ribtu1C

Rob writes in…

I’ve seen quite a few hacks related to controlling appliances, lights, etc over the years and just wanted to share a little info so that everyone has access to a cheap way to do it relatively safely. By trade I work in the building controls/integration industry and as a result I use these relays at work and at home(chicken coop control,light,etc)quite a bit.

The interface between your microcontroller of choice and the relay is a simple 555 relay driver circuit. I have included the pdf that inspired me to do it this way. The relay I use is the RIBTU1C. The reason I prefer this relay is that the coil will run on 9VC @ 20mA and the contacts will switch 10A @ 120VAC. Total cost for the RIB and a 555 is under $15 if you shop around. In addition the RIB has a partition inside the box between the line and control sides. There’s also room for a Radio Shack breadboard in there!

PDF here.


Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards

Join Adafruit on Mastodon

Adafruit is on Mastodon, join in! adafruit.com/mastodon

Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.

Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 9/4/2024 Featuring Raspberry Pi Pico 2 – RP2350! @adafruit

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: Diving into the Raspberry Pi RP2350, Python Survey Results and more! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — IoT Vulnerability Disclosure, Decorative Dorm Lights, and more!

Maker Business – Adafruit Daily — A look at Boeing’s supply chain and manufacturing process

Electronics – Adafruit Daily — Function Generator Outputs

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !



4 Comments

  1. I love seeing the ways different people solve problems.

    I’m also working on a small project for switching 120VAC right now.

    I’m using a S102S01 Triac Output SSR. It’s rated at 8A, and operates on a forward current of 20mA at 1.2-1.4VDC. DigiKey is out of these (but they have the S202S01 rated for 220VAC), but Mouser, Arrow and Onlinecomponents.com all have them in stock. These SSRs are under $5.

    I’m then using a small power transformer, rectifier, regulator, etc to power the AVR I’m using as the controller. I’ll be hooking up a DS18B20 (from Adafruit) and using this device to regulate a freezer (that was going to be trashed) that we’re using as a frige here in Afghanistan.

    I’ll have to document the build when we’re done.

  2. *fridge

  3. Maybe I am a little slow, but I don’t actually see a 555 in the pic, actually I think I see a transistor. There looks to be a small black box like thing the the bottom left of the relay but it doesn’t look like a 555.

  4. Nice article. I am curious why not using a triac as Inventorjack described above? Also, if you prefer using a relay, how about using a MOSFET to drive the relay. It consumes almost no current and can sink a large amount of current.

Sorry, the comment form is closed at this time.