Show Posts
|
|
Pages: 1 2 [3] 4 5 ... 12
|
|
31
|
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 
|
|
|
|
|
34
|
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.
|
|
|
|
|
38
|
Using Arduino / Networking, Protocols, and Devices / Re: usb bluetooth dongel and arduino nano
|
on: February 03, 2013, 11:48:56 am
|
|
Connect your bt dongle to pc , open BlueSoleil and scan for supported services...If you find serial service , you can open it and convert it for your arduino project.Another solution is to connect with usb shield and arduino.But better buy a bluetooth shield for arduino.I suggest HC-07 work very well for me.
|
|
|
|
|
42
|
Using Arduino / Networking, Protocols, and Devices / Control your arduino with a simple call!!!
|
on: February 03, 2013, 08:49:02 am
|
I create Detect call Bluetooth , an android application for receive incoming call from another cellphone and send via bluetooth to arduino or other device with bluetooth serial connection service.With this application android converted to modem for control devices with incoming call or you can use for show the incoming call to LCD screen for example handsfree incoming call viewer for car,motorcycle,bike,home project or you can connect heart with red leds for look incoming call from your girlfriend.You need connect a bluetooth shield with arduino and pair with your android.If you load the sketch from my site www.power7.net and setup admin number , android send "1" and the led of your arduno must turn on.You can download it from Google Play Android Market https://play.google.com/store/apps/details?id=detect.call.bluetooth
|
|
|
|
|