Safety First! Switching 120vac loads with a microcontroller
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!
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!
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much 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
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.
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.
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.
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.
*fridge
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.
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.