使用LEGO MINDSTORMS NXT软件可以编写运行在NXT机器人上的程序,并且可以通过USB或蓝牙连接把你的程序下载到NXT中。该软件由National Instruments LabVIEW提供,采用拖拉时编程,并且附带了搭建指导和编程指南,使搭建和编程MINDSTORMS NXT机器人的入门非常容易。

入门非常容易
使用最新的LEGO MINDSTORMS NXT软件开发程序非常有趣和简单。

拖拉式编程环境
Drag and drop blocks from the left side of the screen on to the diagram. Each block performs a unique function such as moving the motors, displaying a message, detecting a sound, or measuring a distance. By combining a series of blocks you can program your robot to do almost anything you want!

Download and Run
Once you have written your program download it onto your NXT. The compiled program is sent to the NXT using the wireless Bluetooth link or the connected USB cable. The NXT then executes the code that it receives from your host computer.

You can create multiple programs and download them to your NXT robot.

The RoboCenter
It is even easier to get started building and programming your LEGO MINDSTORMS NXT software with this built-in resource center that provides step-by-step instructions for all four NXT robot models.

About the LEGO MINDSTORMS NXT Software - Powered by NI LabVIEW
LEGO MINDSTORMS NXT software was developed completely in industry-leading National Instruments LabVIEW graphical programming software for developing automated measurement and control systems. NI LabVIEW users will notice many similarities between LEGO MINDSTORMS NXT software and LabVIEW because NI and LEGO collaborated to retain all of the core LabVIEW graphical programming elements while optimizing the user interface for novice computer users. This makes it possible for young users as well as expert programmers to use the software to program their robots.

Program NXT Robots Using NI LabVIEW
LabVIEW users can also program their MINDSTORMS NXT robots in LabVIEW. The LabVIEW Toolkit for LEGO MINDSTORMS gives existing LabVIEW users the ability to create and download VIs to operate and control their LEGO robotics systems. The toolkit also makes it possible for third-party software and hardware developers to create native blocks for MINDSTORMS NXT software.

The LabVIEW Toolkit for LEGO MINDSTORMS will soon be available for download. Stay up-to-date by joining the LabVIEW Fans of LEGO Community.

System Requirements

Windows:

  • Intel Pentium processor or compatible 800 MHz minimum
  • Windows XP Professional or Home Edition with Service Pack 2
  • 256 MB of RAM minimum
  • Up to 300 MB of available hard disk space
  • XGA display (1024x768)
  • 1 available USB port
  • CD-ROM drive
  • Compatible Bluetooth adapter (optional)1

Macintosh:

  • PowerPC G3, G4, or G5 processor; 600 MHz minimum
  • Mac OS X versions 10.3.9 and 10.4
  • 256 MB of RAM minimum
  • Up to 300 MB of available hard disk space
  • XGA display (1024x768)
  • 1 available USB port
  • CD-ROM drive
  • Compatible Bluetooth adapter (optional)1

1 Supported Bluetooth software includes Widcomm Bluetooth for Windows (newer than Version 1.4.2.10 SP5) and the Bluetooth stacks included in Windows XP (with Service Pack 2) and Mac OS X (10.3.9 and 10.4).

原文地址: http://www.ni.com/academic/mindstorms/works.htm

LEGO® MINDSTORMS® NXT的工作原理相关推荐

  1. Winning Design!: LEGO MINDSTORMS NXT 免积分下载

    图书说明: 获奖设计!乐高头脑风暴NXT设计模式的乐趣和竞争是关于有效的设计.这是关于用LEGO MINDSTORMS NXT建设的乐趣,教育,尤其是竞争.作者James Trobaugh是FIRST ...

  2. Apress.LEGO.Mindstorms.NXT.The.Mayan.Adventure.Dec.2006

    1 apress.lego.mindstorms.nxt.the.mayan.adventure.dec.2006.part1.rar (2007-07-09 15:18:48, Size: 2.86 ...

  3. Microsoft Robotics Developer Studio LEGO Mindstorms NXT

    先转载一篇InfoQ 2009.7月的一篇文章: Microsoft Robotics Developer Studio 2008 R2(RDS)是一个给"学术研究者.爱好者和商业开发者创建 ...

  4. Lego MindStorms NXT 井字棋机器人算法讨论

    written by flexitime 最近在搞这套Lego的玩具,大家可以看一下照片 ( 以下是一些有关这个机械人的录像: 1.最终修正版本,算法现在按正统的方式修改了,聪明了很多 http:// ...

  5. 乐高下一代机器人—— MINDSTORMS NXT

    丹 麦乐高(LEGO)将于2006年9月上旬推出乐高公司和美国麻省理工学院共同开发的机器人组件新款"教育用LEGO Mindstorms NXT".Mindstorms是将配备微处 ...

  6. 2021年大数据ELK(十八):Beats 简单介绍和FileBeat工作原理

    全网最详细的大数据ELK文章系列,强烈建议收藏加关注! 新文章都已经列出历史文章目录,帮助大家回顾前面的知识重点. 目录 Beats 简单介绍和FileBeat工作原理 一.Beats 二.FileB ...

  7. 深入理解Nginx工作原理

    1 反向代理 1.1 概念 反向代理(Reverse Proxy)方式是指以代理服务器来接受internet上的连接请求,然后将请求转发给内部网络上的服务器,并将从服务器上得到的结果返回给intern ...

  8. 高频开关电源原理_程控开关电源的工作原理

    本文介绍了开关电源的工作原理以及它的特点. 程控开关电源要要比线性电源复杂得多. 下图是典型的开关电源工作原理图. 首先对 220 V/50Hz 的 AC 输入,通过桥式整流器进行整流 储能电容对整流 ...

  9. Servlet生命周期与工作原理

    Servlet生命周期分为三个阶段: 1,初始化阶段  调用init()方法 2,响应客户请求阶段 调用service()方法 3,终止阶段 调用destroy()方法 Servlet初始化阶段: 在 ...

最新文章

  1. 【javascript】函数调用的对象和方法
  2. 第6章 Python 数字图像处理(DIP) - 彩色图像处理3 -色彩变换、彩色校正、彩色图像平滑和锐化、HSI彩色空间中的分割、RGB空间中的分割、彩色边缘检测
  3. python的常量和变量_python变量和常量
  4. spring MVC中页面添加锚点
  5. 一文讲清,MySQL事务隔离级别
  6. Dnsmasq安装与配置-搭建本地DNS服务器 更干净更快无广告DNS解析
  7. 查看Jetson系列产品JetPack的版本信息
  8. 我是如何从大三开始实现财务自由的
  9. java jdk1.5_jdk1.5 64位官方下载
  10. android View的生命周期
  11. Linux/debian/ubuntu/deepin 等系统禁用鼠标中键(滚轮)按下粘贴的方法
  12. 3dsmax2018可编辑多边形常用操作及部分快捷键
  13. remote-incorrect-username-or-password-access-token
  14. 佛祖保佑,永无 BUG,永不修改 | KEIL 调试系列总结篇
  15. js时间戳转化为时间
  16. python股票数据分析_Python数据分析之股票走势
  17. crc8 c语言代码,C的CRC8校验的源代码
  18. HealthKit开发教程Swift版:起步
  19. 计算机spec分值怎么算,计算机性能测试.pdf
  20. 九、为影院添加影片《仿淘票票系统前后端完全制作(除支付外)》

热门文章

  1. 实例分析对关键词堆砌以及长尾关键词的判断
  2. 程序员保护好自己的颈椎?
  3. Oracle 11gR2 RAC安装
  4. Android(让你的安卓模拟器链接网络)
  5. Field injection is not recommended的原因探解
  6. 打游戏的蓝牙耳机推荐哪一款?英雄联盟电竞耳机推荐
  7. 人工智能涉及哪些方面 选择Python入门怎么样
  8. linux backlog,捋一捋 backlog 的作用
  9. 英伟达P100 vs V100 GPU性能
  10. RedisTemplateConfiguration 配置