Garage Door Opener Using 433 MHz Transceiver
simpsonmichael1
Posts: 13
RF·433 Mhz Transciever module.· Other than the what's provided on the website, is there a simple way to use these to control a switch remotely?· I looked over the documentation, but I'm· not sure where to start.· I called Parallax Tech Support, but I was told to check the documents located under the part in question.· As a beginner, I did not really understand how to use this transceiver as a remote control device.· This was going to be used to remotely open a garage door, but I had to settle on a simple RFID access method.· Could someone address a simple example other than what on the website?· Thank you.·
Post Edited (simpsonmichael1) : 7/27/2010 12:25:02 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ken Gracey
Parallax Inc.
Follow me at http://twitter.com/ParallaxKen for some insider news.
I will revisit the webstore and adjust the code to do an on/off with error checking. Thank you.
Mike Simpson
SERIN 0, 16468, [noparse][[/noparse]Wait ("!"), x.HIGHBYTE, X.LOWBYTE, Y.HIGHBYTE, Y.LOWBYTE]
I was trying to determine how the above is also related to the outputdata, pace, Tpin, and baudmode. What is “!” used for as related to the code block
[noparse][[/noparse]Wait ( “!”[noparse];)[/noparse], X.HIGHBYTE, X.LOWBYTE, Y.HIGHBYTE, Y.LOWBYTE ] ?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Thank you for the explanation. Now, this actually makes sense to me.
Mike