Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
AnswerRe: Radio Frequency Transmitters and C# Pin
Dave Kreskowiak16-Feb-12 7:28
mveDave Kreskowiak16-Feb-12 7:28 
GeneralRe: Radio Frequency Transmitters and C# Pin
lydonbergin16-Feb-12 8:46
lydonbergin16-Feb-12 8:46 
GeneralRe: Radio Frequency Transmitters and C# Pin
Dave Kreskowiak16-Feb-12 11:14
mveDave Kreskowiak16-Feb-12 11:14 
GeneralRe: Radio Frequency Transmitters and C# Pin
lydonbergin16-Feb-12 12:35
lydonbergin16-Feb-12 12:35 
GeneralRe: Radio Frequency Transmitters and C# Pin
Dave Kreskowiak17-Feb-12 4:01
mveDave Kreskowiak17-Feb-12 4:01 
AnswerRe: Radio Frequency Transmitters and C# Pin
greldak17-Feb-12 0:30
greldak17-Feb-12 0:30 
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 
It's all about documentation.

Once, you found out the correct frequencies, you can buy the correct transceiver for your case. Usually RF transceivers suppliers have drivers and ready to go libraries to use them. So before you purchase one, contact the manufacturer or try to find in their website if they have documentation and libraries you can download.

Ideally you'd want ready to go .net libraries, but COM libraries would be just as easy, you just add it as reference to your project and VS will build a nice wrapper for you.
As a last resort you can P/Invoke[^] if the supplied libraries are of some other unmanaged kind.

Now, the hardest thing to do will be to talk to the smoker. There are two approaches:

1 - Contact the smoker manufacturer and ask them for documentation. Ask what commands the smoker expects and what output it produces.

2 - Reverse Engineering: In this case it's not so difficult if you just want to receive information, because you can observe what the smoker transmits while you mess with it and from there, deduce the results. Often this doesn't give much trouble, but that is not always true. The hardest would be to control the smoker, however, you could also observe the commands issued by the remote and reproduce them with your transmitter.

The second approach will take time and effort, however it is possible to do it.

As a first exercise you should get acquainted with the workings of the RF protocol. I find the best way to do it buy playing with it. All you'll need to do is some googling at first, then setup the transceiver on your pc and use the remote to get the first contacts.

But it is very important that you research the transceiver manufacturer and their support before you buy them, so it's the best fit for you.
"To alcohol! The cause of, and solution to, all of life's problems" - Homer Simpson

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

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.