Remove these ads by
Signing Up
Remove these ads by
Signing Up
Remove these ads by
Signing Up
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
but have a look at x10
I have had X-10 for about 10 years for control, but I hear different things about how long they are going to be in business. I do know that a lot of prices on X-10 equipment are skyrocketing. I lost my bridge between the 110V legs on the 220V mains, and the price is now double what I paid for it.
I was also using Dallas 1-wire tech for sensors, but they seem not to be expanding their line in ways useful to me. And they have dropped a part or two which are critical, so I was thinking about switching to I2C, XBee and Arduino.
My real question is have you ever used a latching (bistable) relay in such a circuit? If so how did it work out, or do you have an opinion on using such a relay?
Thank you again.
regards,
This is what I wanted to do for a while but didnt know how to send data out a USB.
I cannot get past step 5. I run the example but I get an error. Serial port is not valid.
I go to the terminal and type in ls - /dev/ttyUSB0
It comes back with 'ls' is not recognized as an internal or external command.
I am using windows 7 .What can I do now? I want to send data out the USB port.
My Arduino is on com 4. Thanks Clintm
thanks Lester
with no spaces and just 1 in it
does your server have php?
thanks Lester
toggling relay can be 2 things
1) someone has the url of you webpage and wrote a script to drive you crazy solution: change webpage name
2)when the relay goes on it draws to much current the arduino can't handle it and the voltage drops and the arduino resets
solution use a transistor as described in thin instructable to drive your relay
and maybe use an external power source
Thanks Lester
I've never worked with the arduino before. Any tips where and what I should by?
I want to use a utp or wifi connection and use the arduino as a webserver.
Greets from the Netherlands.
i buy all my electronics from the internet mostly ebay.com
and if u use a triac or solid state relay instead of a relais you can dim your ligts :D
greets from Belgium the dutch part :D
quick questions,
1) can i substitute these? 2N3904 for 2N2222; and 1N4007 for 1N4004.
2) is the relay you're using, 6 pin? just want to make sure.
Thanks,
Sean
2) doesn't matter
thanks for this instructable. I am a really perfect newbie due to the fact I still did not even touch an arduino.
But now I really need to use it for a small project like yours.
I also want to be able to switch on or off lights through internet.
There is just two more interesting points I need :
1) I need the arduino must be able to switch on or off more than one lamp. Following you how many lamp could I manage with the arduino connection ?
2) I need they also could be set in security mode. For me it means that each lamp could be randomly switch on or off by a webserver. For this I already use a router on which there is a webserver. Then if we can switch on/off a lamp through internet it means it received some PHP commands that can be also be used to do it by itself randomly.
Is not it ?
Sincerely thanks for your answer because I will need it soon.
Have a nice day,
Miguipda ;-)
>> easy 11 or if you make little changes as much as you want
2) PHP commands that can be also be used to do it by itself randomly.
Is not it ?
>> yes
Warm Regards
Bruce
sincerely thanks for your quick answer.
Could I ask you if you could make a schematic picture like this one shown at right on this page ?
http://bildr.org/
It could help me to more understand and also help all newbies like me.
Another little remark. I already found the circuit schema you showed here above. But for other newbies like me it could be better if they can have a larger picture when they click on it. Because with this small size picture I presume they will not be able to well understand. It is just because I was also confused I remembered I previously already saved this picture that I realized that for other people it will not be so easy.
And my last question because I still never tried to use Arduin board. I read some titles talking about Arduino where they talk about Arduino as webserver. Then as you made an introduction about the need of a webserver with PHP is it possible or to have this webserver directly on the Arduino and then be able to do your instructable application ?
Sincerely thanks and have a nice day,
Miguipda ;-)
and yes you can make an arduino webserver if you have an ethernet shield on your arduino
u can add me on skype / msn so i can take you to the whole build proces in 15 min and get it working ;)
it's just a 15 min project
i'll pm my contact information
Awesome project! It's simple but it answers a lot of questions I had regarding how to sending data to an arduino from a web page!
I have a question here. I want to do a little modification - I want to send the data to the Arduino over bluetooth. So, any idea on what should I have in my path instead of:
$serial->deviceSet("/dev/ttyUSB0");
I think this is the only change that I need to make. By the way, just FYI, I plan to use this setup for bluetooth:
http://www.instructables.com/id/Cheap-2-Way-Bluetooth-Connection-Between-Arduino-a/
Any suggestion would be a great help! As for linux, I'm be using Ubuntu.
Thanks!
But let me know if it works ;)