Shop OBEX P1 Docs P2 Docs Learn Events
433Mhz to xbee conversion — Parallax Forums

433Mhz to xbee conversion

GrantmcFGrantmcF Posts: 30
edited 2014-11-30 05:04 in Propeller 1
I currently have a working project that uses the 433Mhz transciever and I would like to convert it to use the xbee. Are there any easy solutions to code conversion and pin changes? I am limited on pin changes because it uses the propeller mini as the processor.

Comments

  • ValeTValeT Posts: 308
    edited 2014-11-30 05:04
    In terms of pin connections, it would probably be in your best interest to use SIP adapters, each of which require 4 pins to be connected to the controller ( GND, +5V, DOUT and DIN ).

    Below is a link to programming an XBEE on a Propeller ActivityBoard. Even though you are not using the ActivityBoard, the code should be pretty much the same ( you will just need to change the pin assignments ).

    http://learn.parallax.com/propeller-c-simple-protocols/full-duplex-serial

    Good luck!
Sign In or Register to comment.