free 8051 Microcontroller Projects AVR PIC Microcontroller Projects Tutorials Ebooks Libraries, interfacing tutorials, lcd tutorial, stepper motor, dc motor 8051 assembly language programming electronics and communication ECE CSE pdf ebooks library BE final year project ideas Embedded systems

 
8051 microcontroller 8051 microcontroller
Forums

8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes :: Forums :: Project Development :: Project Doubts
 
<< Previous thread | Next thread >>
[poll] Home Automation Project [explained]
Go to page  [1] 2
Moderators: Ajay, Junied , abbas1707, Arun Kumar V, pdi33, Shailesh NAYAK, ۞ TPS ۞, shyam, sashijoseph
Author Post
Ajay
Wed Sep 20 2006, 04:22AM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3753
Thanked 696 times in 655 posts
Is this information useful?
Yes

NO

here is the explaination of the circuit of home automation.

the whole circuit is devided into four sections.
A. Control and Display Section
B. PC Interface Section
C. Appliance Section
D. Power Supply section

Power Supply Section: This section will provide the power to the circuit, in this i have used two ICs one is LM7805 and other LM7812. LM7805 will provide the 5V to the controller and other components. LM7812 is for extenstion purpose, if someone want to use a 12V relay then he/she can use this 12V supply.

Control and Display section: This section contain mainly two components. Microcontroller and LCD. Microcontroller is used for all the controlling purpose, ofcouse its the brain of the project. LCD is used for display the messages which are being sent over internet.
There is provision of sending message from internet terminal from where user login.
so on reciever side.. user can see messages pressing keys. there are three keys provided. one is to open/close message, second is next message and third is previous message.

PC Interface Section: In this section there is one main IC used which is very common MAX232 for RS232 interface between PC and controller. so its basically provides Serial communication.

Appliance Section: This section provides interface with Appliances to control maximum of 8 devices. i have connected LEDs to show each appliance. if LED is on that means appliance is ON. if LED is off, means appliance is off. so if you want you can replace these LEDs with relays for 220V appliance conection.

anymore quaries please reply to the post.
regards,
ajay bhargav



www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


Rajendra
Fri Sep 29 2006, 04:25AM
 User Offline
Registered Member #113
Joined: Fri Sep 29 2006, 03:57AM

Posts: 1
Thanked 0 times in 0 post
Thats a very nice Idea...And which type of communiation control is there for remote operation of the devices...I mean simple dial-up or TCP/IP?


Rajendra
Back to top


Ajay
Fri Sep 29 2006, 04:28AM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3753
Thanked 696 times in 655 posts
it doesnt matter how you connect to internet.. the only thing matter is what application you use to connect to the board. so i am using Telnet for the remote terminal login. hope you have worked on it.

www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


deepika
Fri Dec 22 2006, 05:25AM
 User Offline
Registered Member #273
Joined: Fri Dec 22 2006, 05:02AM

Posts: 1
Thanked 0 times in 0 post
ok.will the status of led's be known to the user on transmitter side?
Back to top


Ajay
Thu Dec 28 2006, 12:37PM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3753
Thanked 696 times in 655 posts
yes, there is a command "stat" for the same. see the help file for command information.

www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


Matt
Thu Feb 22 2007, 12:51PM
 User Offline
Registered Member #155
Joined: Mon Oct 16 2006, 09:46AM

Posts: 8
Thanked 0 times in 0 posts
I have a question about the HA project. I was able to get the CLI project to work. Now I am trying the HA project. I am unable to get any response with the HA.hex flashed to the microcontroller. Essentially I have the circuit wired up like the CLI project. I do not have the LCD or the buttons hooked up. Could that be the reason it does not work? I am able to connect to the server but I do not get any response from the microcontroller.
Back to top


Ajay
Thu Feb 22 2007, 01:59PM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3753
Thanked 696 times in 655 posts
it will not work with all the components because it initializes LCD during the init part.
So without LCD it will not work.. better connect just an LCD thats all! and ofcourse with serial

www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


Matt
Tue Feb 27 2007, 10:48AM
 User Offline
Registered Member #155
Joined: Mon Oct 16 2006, 09:46AM

Posts: 8
Thanked 0 times in 0 posts
I want to remove the LCD from the HA project. I was wondering if you would be willing to look at the altered code to see if it is correct? I can email you the code if you would like.
Back to top


Ajay
Tue Feb 27 2007, 11:23AM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3753
Thanked 696 times in 655 posts
Matt wrote ...
I want to remove the LCD from the HA project. I was wondering if you would be willing to look at the altered code to see if it is correct? I can email you the code if you would like.


Hi matt... can you please crate a new topic.. for your doubt?
it will be easy for u and me.. to help! and its better not to make this thread too big as.. the first reply in the thread is important.
So, create a new thread, attach your modified files with the thread
I will wait


www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


nIVAS
Thu Jan 03 2008, 02:31AM
 User Offline
Registered Member #4139
Joined: Mon Sep 24 2007, 10:30PM

Posts: 1
Thanked 0 times in 0 post
Hi Everybody.. Can anyone explain the full operation of the project home automation over internet... i need crystal clear working of circuit.. 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???? 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)...

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..


regards,
Nivas
Back to top


Go to page  [1] 2  

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System

8051 Microcontroller Projects 8051 AVR tutorials PIC microcontroller, 8051 assembly language programming electronics and communication ECE CSE pdf ebooks library BE final year project ideas Embedded systems