Shop OBEX P1 Docs P2 Docs Learn Events
Programming ActivityBot with XBee — Parallax Forums

Programming ActivityBot with XBee

andreysayandreysay Posts: 8
edited 2013-11-17 09:50 in Learn with BlocklyProp
Hello everyone! Does anybody knows how to program in Propeller C code for xbee communication between for example xbee installed on ActivityBot and xbee module connected through usb to computer?

Comments

  • PublisonPublison Posts: 12,366
    edited 2013-11-17 07:24
    andreysay wrote: »
    Hello everyone! Does anybody knows how to program in Propeller C code for xbee communication between for example xbee installed on ActivityBot and xbee module connected through usb to computer?

    Do you want to program the Prop via the XBEE, or are you looking for code to communicate?
    If you want to program the Prop, here is the information you need:

    http://www.parallaxsemiconductor.com/an007

    EDIT: J
    ust notice you specified C. In that case you would have to generate a .bin file to send over the XBEE.
  • jazzedjazzed Posts: 11,803
    edited 2013-11-17 08:34
    Find code attached here: http://forums.parallax.com/showthread.php/145496-Wifi-CAM-PropBoeXbee-BOT?p=1158864&viewfull=1#post1158864

    PropBoeXBee.zip will work on ActivityBot too.

    No need to send a .bin over XBee, just talk to it.
  • PublisonPublison Posts: 12,366
    edited 2013-11-17 08:44
    Steve,

    I not sure if it's communication or programming. The thread topic says programming so I wasn't sure.

    Awaiting reply from OP.

    Jim
  • andreysayandreysay Posts: 8
    edited 2013-11-17 08:53
    I wrote about communication but thanks a lot about how to load a code through xbee. I want write a code to communication between PC with xbee module and ActivityBot with xbee module.
  • jazzedjazzed Posts: 11,803
    edited 2013-11-17 08:56
    I read the post.

    The link I posted is for XBee communications written in C.
  • PublisonPublison Posts: 12,366
    edited 2013-11-17 09:11
    andreysay wrote: »
    I wrote about communication but thanks a lot about how to load a code through xbee. I want write a code to communication between PC with xbee module and ActivityBot with xbee module.

    Thank you for clarifying, and welcome to the forums!
  • andreysayandreysay Posts: 8
    edited 2013-11-17 09:50
    Thanks a lot all, I'll try to use it.
Sign In or Register to comment.