Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
GeneralRe: Radio Frequency Transmitters and C# Pin
patbob17-Feb-12 10:03
patbob17-Feb-12 10:03 
AnswerRe: Radio Frequency Transmitters and C# Pin
Fabio Franco17-Feb-12 1:04
professionalFabio Franco17-Feb-12 1:04 
GeneralRe: Radio Frequency Transmitters and C# Pin
GenJerDan17-Feb-12 3:11
GenJerDan17-Feb-12 3:11 
GeneralRe: Radio Frequency Transmitters and C# Pin
Fabio Franco17-Feb-12 3:13
professionalFabio Franco17-Feb-12 3:13 
GeneralRe: Radio Frequency Transmitters and C# Pin
BrainiacV17-Feb-12 3:31
BrainiacV17-Feb-12 3:31 
AnswerRe: Radio Frequency Transmitters and C# Pin
reilly9617-Feb-12 3:26
reilly9617-Feb-12 3:26 
AnswerRe: Radio Frequency Transmitters and C# Pin
Member 793783217-Feb-12 4:51
Member 793783217-Feb-12 4:51 
GeneralRe: Radio Frequency Transmitters and C# Pin
OldCoder217-Feb-12 7:14
OldCoder217-Feb-12 7:14 
Guys,

you have a really big challange ahead here. I know alot about RF, so here are the facts.

433mhz is pretty standard for this type of device. You will also see it used in things like remote temp sensors(oregon scientific) and such.
You can get some good inexpensive receivers from companies like Linx.

The bad news is these don't work like you imagine. the radios are very basic, just simple ASK(amplitutde shift keyers). This means there is NO protocol of any kind out of them, just a bit indicating energy was transmitted, this is called a data slicer.

To use them you need to bolt them up to an encoder or a microcontroller to generate a bit sequence. this could be something like an RS232 byte, but not usually the case. Most times these are manchester encoded bit streams, this to meet FCC specs and produce a reliable transmission. If you take the output and just hook it up to an RS232 level converter, you probably won't have much sucess even if you can decode the enoding scheme in the pc.

I suggest you open up the remote. Look at the chips in it. There will be either 1 of 2 methods. 1 is a microcontroller doing all the work and scanning the buttons(I'll bet not for this cheap a deal).
2. a holtec encoder chip doing the work, this is a very cheap solution. If you have this, then you can eliminate all the pain. You just need to tap the switch contacts with relays or fets and connect this back to the pc. A parallel port would work, or just soemthing like the RTDI rs232->parallel chips. They also make cables with these parts in them that could be made to work easily on the 3.3v levels(if that is what is in there...)

Good luck...Cool | :cool:
ken
AnswerRe: Radio Frequency Transmitters and C# Pin
Brady Kelly17-Feb-12 7:56
Brady Kelly17-Feb-12 7:56 
QuestionVerify an image and show it is color image or gray scale image.. Pin
Member 865231616-Feb-12 5:18
Member 865231616-Feb-12 5:18 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
PIEBALDconsult16-Feb-12 5:30
mvePIEBALDconsult16-Feb-12 5:30 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
Maximilien16-Feb-12 5:48
Maximilien16-Feb-12 5:48 
GeneralRe: Verify an image and show it is color image or gray scale image.. Pin
Member 865231617-Feb-12 1:21
Member 865231617-Feb-12 1:21 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
BobJanova16-Feb-12 6:28
BobJanova16-Feb-12 6:28 
SuggestionRe: Verify an image and show it is color image or gray scale image.. Pin
Shameel16-Feb-12 7:50
professionalShameel16-Feb-12 7:50 
AnswerRe: Verify an image and show it is color image or gray scale image.. PinPopular
Pete O'Hanlon16-Feb-12 10:22
mvePete O'Hanlon16-Feb-12 10:22 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
JeremyBob17-Feb-12 1:11
JeremyBob17-Feb-12 1:11 
Questionwhich version of dll is used in GAC Pin
tryharder16-Feb-12 4:33
tryharder16-Feb-12 4:33 
AnswerRe: which version of dll is used in GAC Pin
Soulus8316-Feb-12 5:13
Soulus8316-Feb-12 5:13 
GeneralRe: which version of dll is used in GAC Pin
PIEBALDconsult16-Feb-12 5:28
mvePIEBALDconsult16-Feb-12 5:28 
AnswerRe: which version of dll is used in GAC Pin
BobJanova16-Feb-12 6:27
BobJanova16-Feb-12 6:27 
AnswerRe: which version of dll is used in GAC Pin
jschell16-Feb-12 12:19
jschell16-Feb-12 12:19 
QuestionQMS development Question Pin
Jassim Rahma16-Feb-12 2:48
Jassim Rahma16-Feb-12 2:48 
AnswerRe: QMS development Question Pin
Pete O'Hanlon16-Feb-12 3:18
mvePete O'Hanlon16-Feb-12 3:18 
AnswerRe: QMS development Question Pin
OriginalGriff16-Feb-12 3:39
mveOriginalGriff16-Feb-12 3:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.