"Embedded Coder Robot" (ECRobot) is a Simulink-based modeling and code-generation environment for the LEGO Mindstorms NXT. Generating code with ECRobot requires several products, such as Cygwin (TM), GNU ARM (TM) Compiler, and the LEGO Mindstorms (TM) NXT driver.
ECRobotInstaller simplifies the download and install of ECRobot and all the associated tools. It essentially consists of three MATLAB files:
* a script that downloads all the components (download_ecrobot_tools.m)
* a script that configures and installs the components (install_ecrobot_tools.m)
* A GUI that walks the user through updating the firmware on the LEGO NXT (update_nxt_firmware.m)
For more information, see README.pdf.
ECRobotInstaller (ver 1.38) has been tested with (and requires) ECRobot ver 4.00. Note:
* ECRobot requires Windows XP, Vista or Windows 7
* ECRobot requires 32-bit MATLAB (it is possible to install 32-bit MATLAB on a 64-bit platform; see link below).
************************
NOTE: In R2012a, support for LEGO Mindstorms NXT is included with base Simulink (no additional products are required). It also includes a GUI for automated download and installation of all the third-party software. For more information, see:
http://www.mathworks.com/academia/lego-mindstorms-nxt-software/legomindstorms-simulink.html
************************
Related URLs:
* FileExchange entry for Embedded Coder Robot:
http://www.mathworks.com/matlabcentral/fileexchange/13399
* Installing 32-bit MATLAB on a 64-bit Windows machine:
http://www.mathworks.com/support/solutions/en/data/1-579TVF/index.html |