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

Go to page  [1] 2
Moderators: Ajay, Junied , abbas1707, Arun Kumar V, pdi33, Shailesh NAYAK, ۞ TPS ۞, shyam, sashijoseph
Author Post
abbas1707
Mon Jul 30 2007, 01:58PM

 User Offline
Registered Member #383
Joined: Thu Jan 25 2007, 08:07AM

Posts: 414
Thanked 66 times in 52 posts
hi rickey!
i want to make a project for my summer vacations..i am interested in the project " controlling appliances with Infrared" using 8051. i have some knowledge of it , but i know that u can guide me in a better way..
i want to learn it step by step..and i hope u will help me doing this!!
so plzzzzz help me!! and kindly tell me the first step(starting 1)..
w8ing 4 u reply!!



A Thousand Miles Journey Starts With a Single Step.
Back to top

controlling appliances with Infrared using 8051   IR based project   IR transmitter   IR receiver   


Ajay
Mon Jul 30 2007, 03:07PM
Rickey's World Admin

 User Offline

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

Posts: 3681
Thanked 685 times in 647 posts
for IR project, you must start with sending data via IR. For this.. you need... an IR transmitter and IR receiver. IR transmitter is of course IR LED and receiver is TSOP1738 (used widely).

Now as TSOP1738 works on 38Khz frequency. So you need to make a circuit with the help of 555 Timer IC to generate a 38Khz square wave. Then the wave will be modulated corresponding to the data we want to send. and on the receiver side, TSOP will take care of everything (demodulation).

you can search in google regarding 555 IC if you need info. Once you are done with sending and receiving data, making a remote control for you appliances is piece of cake.

There is an IR project there in our download area. you can take it as reference (for hardware design only).

[ Edited Mon Jul 30 2007, 03:11PM ]

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

controlling appliances with Infrared using 8051   IR based project   IR transmitter   IR receiver   



This post has been thanked 1 time
 hussein 
abbas1707
Tue Jul 31 2007, 06:39AM

 User Offline
Registered Member #383
Joined: Thu Jan 25 2007, 08:07AM

Posts: 414
Thanked 66 times in 52 posts
we have to generate pulses of 38kHz, so why to use 555 ic ? we can generate it using 8051. what do u say!!??

A Thousand Miles Journey Starts With a Single Step.
Back to top


Ajay
Tue Jul 31 2007, 07:04AM
Rickey's World Admin

 User Offline

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

Posts: 3681
Thanked 685 times in 647 posts
yes you can do that too.. but it just reduce the load from the IC. and you can be sure of accuracy when u use separate hardware. 555 can generate square wave when used in astable mode.

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


zerisha
Thu Sep 20 2007, 10:01PM
 User Offline
Registered Member #4039
Joined: Tue Sep 18 2007, 02:31AM

Posts: 7
Thanked 0 times in 0 posts
Why don't u use commercial remote control as transmitter? just built the receiver.
I have done with project like this but using PIC16C84A. U can control 10 equipment what u want.

Now i want to make same project with same function but using AT89C2051, becauce this IC more cheaper than PIC.

Ajay, source code on http://www.8052.com/codelib/rc5-decoding.asm is it ur code?
this code can control up to 8 device isn't it? is it toggle or momentary? what address of remote do u use? can i use 89C2051 ?

Sorry for many question...
Thanks..

Back to top


Ajay
Fri Sep 21 2007, 12:28AM
Rickey's World Admin

 User Offline

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

Posts: 3681
Thanked 685 times in 647 posts
yes that is my code i need to make little changes to make a simple project on it like you can control 8-devices. I am making schematic for this.. soon i will be posting the code along with the schematic..

Also a separate RC5 Library and PC control project (to control your mouse pointer with your TV remote). I am already using PC remote in my daily life now... it made my work really simple.

I will be posting everything soon

Regarding your questions.. yes you can use 2051.. code is really small and please make sure its for 11.0592MHz clock.. this is very important because RC5 is very time critical protocol!

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


zerisha
Sun Sep 23 2007, 03:35PM
 User Offline
Registered Member #4039
Joined: Tue Sep 18 2007, 02:31AM

Posts: 7
Thanked 0 times in 0 posts
Yes please post ur code and schematic...
I want to built another IR Remote Control.
Back to top


Ajay
Sun Sep 23 2007, 08:49PM
Rickey's World Admin

 User Offline

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

Posts: 3681
Thanked 685 times in 647 posts
I already posted it in the download section

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


zerisha
Tue Sep 25 2007, 06:05PM
 User Offline
Registered Member #4039
Joined: Tue Sep 18 2007, 02:31AM

Posts: 7
Thanked 0 times in 0 posts
As my comment at download section, i have to compile the asm code, but there is many error. Please post the hex code.. Can it modified, to add RC5 acknoledge using LED on one of pin IC ? (It will blink if we press RC)
Back to top


Ajay
Tue Sep 25 2007, 07:48PM
Rickey's World Admin

 User Offline

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

Posts: 3681
Thanked 685 times in 647 posts
hmm.. you can add.. after the valid check is done..
In the code after label valid1

i compiled the same program.. also using it.. no errors so far. can you please tell me what errors you are getting..

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


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