Shop OBEX P1 Docs P2 Docs Learn Events
Simple code for RF Trans and Rece — Parallax Forums

Simple code for RF Trans and Rece

chris joneschris jones Posts: 391
edited 2009-10-05 16:47 in BASIC Stamp
Hello

i have a 433 transever and reciver i need some simple code that will allow me to send data to my other 2 basic stamp boards

first i want to send a made up id to all boards
BoardID DATA "1234A"

next have those boards reply back once reciveing the id

last i want to send out the Temperature
Tempature············ VAR···· Word··········· ' Temperature value

next have those boards reply back once reciveing the temp

I NEED all 3 boards to do this
NOTE: i have been reading the basic stamp ref manual and whats a microcontroller manual

Thanks in advance


·

Comments

  • FranklinFranklin Posts: 4,747
    edited 2009-10-05 14:53
    The documentation is here http://www.parallax.com/Portals/0/Downloads/docs/prod/rf/27982-433%20MHzRFTransceiver-v1.0.pdf

    And it says there is sample code on the page that describes the product.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • chris joneschris jones Posts: 391
    edited 2009-10-05 15:50
    i have the exmpale code and have it woring but it is complex i need something very simple that will send and check
  • FranklinFranklin Posts: 4,747
    edited 2009-10-05 16:47
    Start by removing the parts of the code you don't need and testing again. Using Parallax products is a journey in learning and is ment to be that way. Try writing some code and if it does not work post it here and we can help.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
Sign In or Register to comment.