Building An Infrared Remote To Control Triacs

AI Thread Summary
The discussion revolves around building an infrared remote to control triacs for a remote control power bar. The initial design utilized push button switches to toggle a 4013 flip-flop, which triggers a MOC3011 optoisolator to manage AC voltages. The user aims to modify the setup so that the infrared remote sends clock pulses to the 4013, allowing for both remote and manual control. Current challenges include lacking a programming board for the 14-pin PIC and uncertainty about writing in PICBasic. The conversation suggests exploring existing interface circuits for IR remote controls compatible with PIC or Arduino platforms.
Lancelot59
Messages
640
Reaction score
1
Hey there PF!

I'm currently working on building an Infrared Remote to control a series of triacs. The objective is to create a "remote control power bar". The original plan was to use push button switches to toggle the Q lead of a 4013, each of which houses two switching circuits.

Q and NOT-Q toggle when CP receives a clock pulse. R is a reset so I can turn all of the circuits off at once.

The 4013 triggers a MOC3011, which isolates the 4013 from the large AC voltages/currents. Inside inside the 3011 is a LED and a photo-transistor. The LED gets turned on when Q goes high and in turn activated the photo-transistor. In turn the IC triggers a triac.

What I want to do is design the setup to work with either the touch-switches or be triggered by an infrared controlled setup.

Here is a schematic of the original circuit. I've crossed out the touch switches at the top because they didn't work properly. Now there is pair of resistors, a capacitor, and a schmit trigger that generate the clock pulse.

scan.jpg


What I'm thinking of doing is having the infrared remote send a clock pulse to the 4013 instead of directly triggering the MOC3011. That way I can still use physical switches if the remote fails.

I found this schematic on the internet:

tx.GIF

rx.GIF


The IC ULN2830 is a typo apparently, I think it's supposed to be 2803, which makes it a bunch of darlington pairs. I figure I can eliminate that and program the PIC to generate a clock pulse and trigger the 3014

Current Problems:
1. I don't have a programming board for the 14 pin PIC
2. I don't know how to write in PICBasic

Actually the same site that schematic is from (HERE) has some code for the transmitter and reciever, but I don't know how to modify it to do what I want.

Does anyone here have past experience with this?
 

Attachments

  • scan.jpg
    scan.jpg
    10.2 KB · Views: 421
  • tx.GIF
    tx.GIF
    22.2 KB · Views: 664
Last edited:
Engineering news on Phys.org
I would use a PIC or an Arduino to do the control. It's worth learning more about it and putting the tools together for this and future projects, IMO.

You can still use an IR remote control to control the project, if that seems to be the best ergonomic choice here. Have you looked to see if there is an interface circuit for IR remote controls for the PIC or Arduino?
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top