Chris Connor

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Communicating between two nxt bricks #4183
    Author Image
    Chris Connor
    Participant

    Hmm well I’m not sure how to communicate directly, but I managed to use the PC as a bridge and it works just fine for my purpose. Thanks for the help!

    in reply to: Communicating between two nxt bricks #4180
    Author Image
    Chris Connor
    Participant

    Actually I was just thinking would it be possible to initialize two NXT bricks in the same code? That way it would be using the PC as a bridge. As in initializing two bricks like this

    Brick1 = new Brick<RCXRotationSensor, Sonar, RCXRotationSensor, Sensor>(“COM5”);
    Brick2 = new Brick<RCXRotationSensor, Sonar, RCXRotationSensor, Sensor>(“COM6”);

    Using two different com ports it should in theory work? Not sure if you have this implemented or not but it seems like it should work.

    in reply to: Communicating between two nxt bricks #4179
    Author Image
    Chris Connor
    Participant

    Oh is it easier to do it that way? How would I do that? As in if I were to move the joystick forward, it would register the movement with the rotation sensor and then how would I get it to send a command to the other brick?

Viewing 3 posts - 1 through 3 (of 3 total)
Posted in

Make a donation