RF control
pusink
Posts: 68
i want to send data(byte) via RF using propelller...please help me..
thank you...
thank you...
Comments
One thing to keep in mind is that those particular modules are just the raw RF link with NO error checking, etc. You are responsible to handle any higher level protocol that will check for valid data coming through. If you look at the documentation for the Parallax RF transceiver modules there is some example code that uses a CRC for error checking that you may be able to use in your code:
http://www.parallax.com/Store/Accessories/CommunicationRF/tabid/161/CategoryID/36/List/0/SortField/0/Level/a/ProductID/582/Default.aspx
If you use a more intelligent RF module like the XBee's or Bluetooth then they can do a lot of that for you.
Robert
Looks like the hookup should be:
2400bps in >> pin6 TLP434 )))))) RLP434 pin2 >> 2400bps out
you have sample spin code for manchester code...