Shop OBEX P1 Docs P2 Docs Learn Events
networking two BOEs — Parallax Forums

networking two BOEs

Scott CScott C Posts: 12
edited 2006-12-15 16:28 in General Discussion
so·this is probably a noob question but i cant seem to find the answr to this. Is it possible to network two BOE together to have one handle sensors and one handle motor and walking or something along those lines?

Comments

  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2006-12-02 04:42
    Sure. And the best way to do that is using Uart objects because
    these receive data in the background, which means the receiver Javelin
    can perform other tasks while receiving, and the transmitter Javelin
    can transmit at any time while doing other tasks as well.
    All you need to figure out is the best protocol for your application.

    regards peter
  • Scott CScott C Posts: 12
    edited 2006-12-15 16:28
    very cool. Probably a bit beyond what i can do just yet, but good to know the option is there when i am ready for it.

    Thanks Peter.
Sign In or Register to comment.