DIY Home Automation (Arduino RF Remote Control)
Uploader Comments (Stekkkkkk)
All Comments (11)
-
Hi, I have a similar remote and I want to do the same thing. But it doesn't really work well. Could you please send me an email at heavengate@hotmail.com and I will let you know what i did, then maybe you could point it out where i did wrong. Thanks in advance.
-
What voltage does the remote work at? I have one similar and the small little battery is 12v, wouldnt i need a transistor in between the wires from the arduino to the remote so the 5v signal can control 12v remote button signals?
-
Hi, I have a question(Or for anyone that can answer it). When you say you modded the remote to simulate the button press through the arduino's digital outs; how do you accomplish that?
I guess you just remove the physical button and solder in some wires to one of the microcontroller's pin right? But like how long does the HIGH signal have to stay high to simulate a button press? Also, is there a term for this type of mod or method so I can google it and learn more??
Awesome setup btw!
-
Could you do an update of how it worked out. would be awesome!
-
He Stekkkkk,
Ik heb een vraagje....hoe heb je de draden op de print plaat van de zender gesoldeerd.
-
That's really smart :) Good luck!
Nice setup! :)
I made a program that communicated thru the printerport to a PLC (one that controls the light thru impulses). From there I could dim, turn on/off the light + open the door :)
Made a program on my phone (Win mobile) and program on my computer that communicated thru TCP/IP with the server control app
n2thee 2 years ago
Thx!
At the moment I'm reverse-engineering the remote protocol so I can use a bare 433mhz transmitter instead of routing the whole remote. That would make endless available receiver support. The receiver is just a remote controlled relais, so it can be used to switch anything you can imagine.
Stekkkkkk 2 years ago
wow, good luck on that :-)
Are you using a 433 MHz reciever to fetch what it's sending?
n2thee 2 years ago
Thx!
No; I looked up the parts used in the transmitter.
I'm currently experimenting with it. If I can't get it to work this way, I'll hook it up to the IC that's on the transmitter board. That's guaranteed succes;)
But I prefer to use a bare transmitter as then I can use it for other protocols too (X10 for example) so I can also control thermostats / dimmers / etc.
The kit I use here contains 1 433MHz transmitter / 3 433MHz receivers.
Buying these kits also is cheaper then buying loose parts;)
Stekkkkkk 2 years ago
Hey,
You could use a bluetooth / ethernet shield?
I think that's the most suitable solution.
Stekkkkkk 3 years ago