how can i save a sattelite or tv remote control on a microco

honeymoon6002 wrote:
whenever a satellite or tv remote control button is pushed down, a
specific frequency is created. how can i save a binary number relative
to the frequency created, on a microcontroller?
I believe you are over-thinking the problem.
This has been done hundreds of times before.
http://www.google.com/search?q=Remote-control+Learning-remote&num=100
 
On Wed, 09 Jan 2008 04:21:57 -0800, honeymoon6002 wrote:

whenever a satellite or tv remote control button is pushed down, a
specific frequency is created. how can i save a binary number relative
to the frequency created, on a microcontroller?
Not a specific frequency, but a bit pattern. Look at

www.ee.washington.edu/circuit_archive/text/ircodes.txt

for some of the protocols. In general, the bit stream modulates a
subcarrier, around 40 KHz, which modulates the infrafred. There are
inexpensive modules containing a photodiode, a demodulator and a standard
ttl-level serial interface. Look at places like Digi-Key.
 
H

honeymoon6002

Guest
whenever a satellite or tv remote control button is pushed down, a
specific frequency is created. how can i save a binary number relative
to the frequency created, on a microcontroller?
 

Welcome to EDABoard.com

Sponsor

Back
Top