Arduino Home Automation
Loading...
15,634
Loading...
Uploader Comments (caca047)
see all
All Comments (22)
-
mute button we meet again
-
@caca047 oh crap, that's embarrassing! haha I lost the link and was so happy when I found this video yesterday that I forgot to even think it was the same xD I'll try to remember it this time ;) Thanks again!
-
majstore ovo je super napravljeno ja isto mislim malo se igrat sa tim arduinom ,imaš gdje možda shemu i kak napravit to ,mene zanima isto neki sistem za kontrolu kuče i svega ostalog
-
is that a relay card on the right? with the led? great work man!
Loading...
Where'd you get the LCD? I've been looking for a 20x4 with dark background and white text!
HampusSandberg 2 months ago
@HampusSandberg
I answered you before 10 months :-)
zyscom.pl
caca047 2 months ago
hello good job is it possible to have the description of your project sources and Schematic. you have a website? thank you
olivierdelolivierdel 2 months ago
@olivierdelolivierdel A lot of things I have found on arduino forum, try google "Arduino + Web Control + Relays = Home Automation" I am not a good programmer, but I know better electronics. Unfortunately I have no schematic. For relay board I used ULN2803 and 12V mini relays. ULN2803 have TTL inputs and Arduino is directly connected to the inputs, see datasheet. I have no website or blog but if you want, you can contact me on mail so I can send you source code...
caca047 2 months ago
Hi,
Do you possibly have a link with Arduino libraries for that 20x4 LCD?
COROVICD 7 months ago
@COROVICD This is the standard LiquidCrystal lib, you need only define in the void setup { } size of LCD.
lcd.begin(20, 4);
caca047 7 months ago