[poll] Home Automation Project [explained]
Hi Everybody.. Can anyone explain the full operation of the project home automation over internet... i need crystal clear working of circuit..
nIVAS
check the first post.. if anything extra.. ask me..
i.e; for instance , what happens when a command is given from transmitter side.. how does MC receives it.. how it is decoded.. what will MC do with program burned inside it while receiving a command????
nIVAS
When command is sent from transmitter side.. it is sent to software first (HAserver.exe) and then the sent string is transferred to controller via serial or RS232 communication, This is how MC receive the command.
The commands are decoded in strfunc.c file and are converted to a number.. the returned numeric value is using switch case select the function to perform in main function. this everything is inside the controller HAserver is just an interface between controller and the user...
then how will it produce signal to activate the output switches.. what type of switch must be used at output port of MC along with Power line(220v)...
nIVAS
The signal is simple TTL singnal.. high 5V and low 0V. The o/ps are active low.. i.e. low signal activate the switch and high deactivate it.
To connect 220V power appliances.. you need to make use an interface either a relay or an optocoupler. you can make use of the famous ULN2003 to drive the relays of high voltages.
why the LCD is used.. ? then which file should i burn in MC....?? what r that c programs and what should i do with it..
Plz help me out to find answers for the above questions bcoz i m not a electrical or electronic student.. i just loved this project.. so i need to do that .. so help me..nIVAS
LCD is used to display messages sent from user side.. its just an addon in the project.. like user want to give message to family members. he just have to logon to the server and leave a message.. New message indicator glows and inform that new message arrived..
The C program is the code of Microcontroller.. when you compile these C codes you get hex file which you need to burn on to the controller. you can make use of the hex file provided inside the archive if you do not have a compiler. There is not really any change needed to make in this project so you can directly use the hex file.
we are planning to add and extended feature of manual switching i.e controlling the devices using a net connection as well using a manual switch.Is it possible using a 89C51 micro controller.
Thanking you in anticipation.
Efforts shall be appreciated.
Kindly mail me the details at [email protected]
where ru getting problems in seeing files
here every one can download if he is member on this forum
ur also a member dear then where u get problem