Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Controlling VCR or DVD recorder using an SMS!

Status
Not open for further replies.

jumpjack

Member level 1
Joined
Feb 20, 2008
Messages
41
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,575
griffin sound to ir converter

I think it could be interesting to be able to program VCR recordings remotely by sending it an SMS. Although it sunds strange, it IS feasible and even cheap: an old Symbian s60 phone with IrDA capabilities costs around 50$, and software do exist which performs remote controls emulation; it's just a matter to write a "wrapper" which converts SMS to "keystrokes" sent to the remote emulatore software.

But I have a problem: IrDA port canNOT sample remote controls data! The only way to be able to control home devices is hoping to find ready-made "codecs" for "Psiloc Total IR Remote" or "Novii Remote" suitable for those devices.

OR another solution is possible...
**broken link removed** successfully "hacked" an IPOD turning it into an unversal remote control!
The key points are:
- using pocketPC IR port (maybe it's not a standard IrDA?!?) to sample remote control;
- "play" the recorded sample through the headset port, but rather than connecting it to a headset, connecting it to a special device: an audio-to-IR converter!

Another guy found out that a standard audio card can be used to sample remote controls data.

Somewhere else I read that a TSOP 1138 (or 1138 or 1738) IR receiver can be used to decode RC data, which consist of a 38 KHz carrier "pulsed" to emulate bits by presence/absence of the carrier itself. I think this would result in a signal a lot more "slow" than 38 KHz. This should means it can be sampled by a standard audio card, resulting in something like a square wave. This should hence allow recording IR remote data into a standard WAV file.

Now, the difficult part: how to reproduce these data and send them to TV or VCR?!?

Griffin Technologies created this strange device:
**broken link removed**

It appears as a headphone jack with 2 IR led. Nothing can't be found on internet about internal schematics. And here it comes where your help is needed! :D

I'd like to recreate this small device,as this would allow ANY device capable of audio-out to act as a remote control.

A lot of work has been done by**broken link removed**: he tried to "reverse engineer" the device without even opening it.
Ina few words, he guesses that it's made up of two IR leds because each one is connected to one of the stereo channel; each channel can reproduce up to 20 KHz signal, but if you prperly chose the phase of the two signals, you should be able to produce an actual 40 KHz signal!
The guy also guesses that, to raise device range, a "special waveform" is sent to the device before the actual code, in such a way that a capacitor in the device is loaded, and then it releases irs charge to increase available current to drive the leds.

Now, the question:
do you think this is correct? Is anybody able to build the Griffin device basing on these suppositions, and tell us if it actually DOES the job, i.e. control the VCR?
 

This might work i think

use a microcontroller. receive the data from the ir for certain period. send it to computer via rs232.

now you got the data, which you can edit, and reproduce thro micro.

Regards
nandhu
 

I successfully sampled some remotes using an IR receiver connected to the sound card:
remote-nozoom.JPG


remote-zoom.JPG


First waveform:
http://www.planetmobile.it/jumpjack/remote-sky.wav

Audacity project (16 MB):
**broken link removed**

Is anybody able to understand how to convert this data to philips "PRONTO" format used on http:// www.remotecentral.com ?
 

It's some sloppy looking IR as audio is not DC coupled and IR tends to be fed nice logic level signals.
You can also buy PDAs with IR remote control built in, much nicer looking than an IR dongle hanging off your PDA.
 

I do have a cellphone with irda, and it IS also capable of control remote device.... But not MINE!
I'm looking for a method to sample my remotes and:
- convert data to suitable format for irda port
- replay raw data using the audio output of the cellphone

Any method is good, just tell me one that work!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top