Show Posts
|
|
Pages: 1 [2] 3 4 ... 11
|
|
16
|
Topics / Home Automation and Networked Objects / Re: Room control
|
on: February 21, 2013, 03:43:01 am
|
I create a full universal remote control application to control all your IR signal devices (TV,HI-Fi,BLU-RAY,A/C,Remote Lights,...) from android with this https://play.google.com/store/apps/details?id=power.remote.control for small home room automation.Android send bluetooth signal to arduino with bluetooth shield and arduino with IR led send IR signals to IR devices inside your room.You must decode IR signals from your device.For example i had decode my A/C Toyotomi and create a library IR pulses Toyotomi.Also you can control and arduino with connected relays or you can add remote control sockets or Xbee with relays and control lights,coffee maker,....robots,rc car,ip camera....This is my simple sketch for receive the bluetooth signals... http://www.power7.net/apk_file/Blue_Remote_Control_V1_0.pdeThanks.
|
|
|
|
|
17
|
Community / Exhibition / Gallery / Re: IR cake.
|
on: February 19, 2013, 08:56:36 am
|
|
Hello arduino friend.Very nice project,idea.For receive IR signals use IR receiver and arduino with led,dc motor?What remote control use?
|
|
|
|
|
20
|
Topics / Home Automation and Networked Objects / Re: Room control
|
on: February 13, 2013, 04:42:01 am
|
|
OR gate mean if a=on and b=off the device is on if a=off and b=on the device is on if a=off and b=off the device is off if a=on and b=on the device is on
a,b is your switches parallels...remote and not remote...
|
|
|
|
|
26
|
Topics / Home Automation and Networked Objects / Re: Room control
|
on: February 13, 2013, 03:57:10 am
|
|
Another way is socket/plug with IR remote control.You can decode IR signals from remote control and send it from arduino with an IR led.More easy and safe way no relays,no cables....AC 220 Volt is danger!!!If you think is difficult decode IR signals connect directly remote control with arduino.First the safe and your life and after your project.Inside arduino sketch you can put extra code for TV,Hi-fi,A/C and with bluetooth shield you can make all in one remote control for all your devices from android smartphone!No wires,no cables.
User ----> Android+Bluetooth------->Bluetooth shield+Arduino+IR led----->Send IR signals devices ( small local home automation )
|
|
|
|
|
27
|
Topics / Home Automation and Networked Objects / Remote control web page for arduino and ethernet card
|
on: February 12, 2013, 03:40:45 pm
|
Hello arduino friends.I create a project for control Air Condition (A/C) from web browser local or from anywhere in the world.For example you can start your home A/C from your office or opposite, before returning from a trip for set up the ideal temperature...I decode my remote control IR signals and create IR library signals.I use an IR led for transmit signal connected at digital pin and a temperature sensor connected at analog pin.You can add and humidity sensor,PIR sensors,Laser sensors,Light sensors (LDR)...Another way is an universal remote control connected with arduino from digital output via transistor as switch with on/off button or other buttons.Also you can add mosfets and relays for other devices without IR signals for example electric infrared heating panels.The user interface is a simple html page inside SD card for show a virtual remote control for A/C.You can send me suggestions and ideas for improvement of the website graphics (virtual remote control image) and extension of the code for controlling other devices.Thanks. http://www.power7.net/arduinoethernet.html 
|
|
|
|
|
30
|
Community / Exhibition / Gallery / Control Arduino from Android
|
on: February 04, 2013, 10:27:25 am
|
|
Hello arduino friends.I have create many applications for arduino and android. For example you can control your arduino from web browser,or with sms,or with simple call or with android timer...with android as mobile modem via bluetooth or usb connection. I have upload my android apps for arduino to Google Play Android Market.Thanks.
|
|
|
|
|