Answered Mindsensors RCX Motor Multiplexer for NXT in MRDS

  • Tuesday, April 26, 2011 7:08 PM
     
     

    Hello! Could you tell me please, how can I use MTRMX-Nx in my project in Microsoft Robotics Dev Studio 2008 R3. There is no MTRMX-Nx block there :(
    May be it is posible to emulate this block by the some other blocks, that can translate some I2C commands to NXT?

    Is there a I2C block in MRDS?
    MTRMX-Nx supports simple i2c commands.

All Replies

  • Saturday, June 04, 2011 5:11 AM
    Owner
     
     Answered

    There is no Multiplexor support in RDS. Likewise there is no I2C service.

    If you are familiar with C#, you can write such a service by looking at the existing services. Most of the LEGO services use Bluetooth APIs to issue I2C commands.

    By the way, there are more services for HiTechnic devices for the LEGO NXT available on CodePlex.

    Trevor