使用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. 从XXX 产品的失败谈起
  2. CSS选择器和参考手册
  3. 【机器学习知识体系】- 机器学习问题的一般流程
  4. Go - 反射中 函数 和 方法 的调用 - v.Call()
  5. 《Python从小白到大牛》第6章 数据类型
  6. iOS保存model数据(自定义Model 可以存放到本地)
  7. 你对一个程序员有多尊重
  8. python高效开发实战配套源文件_分享12个python使用技巧,助你轻松掌握Python高效开发...
  9. python中seek(10、1)_Python中index()和seek()的用法(详解)
  10. 浮点数指数域(阶码)的存储格式
  11. protel 99se交互式布局
  12. uni-app实现实时获取当前时间日期
  13. abp vnext 通过Claim扩展用户表字段
  14. 过采样与欠采样图像重采样(上采样下采样)
  15. 阳台这样装洗衣柜更漂亮
  16. 扎心了!37岁被裁,好几个月都没有找到工作,面试大公司被婉拒,无奈只能降薪去小公司,没想到还被人嫌弃技术太落后...
  17. 采油区域java_[APIO2009]采油区域
  18. 从拖延到高效,我推荐这7本书
  19. hdu 2065 红色病毒问题
  20. 为什么HikariCP是性能最好的数据库连接池?

热门文章

  1. vue+element-ui el-pagination 分页后 导出全部数据
  2. 程序员保护好自己的颈椎?
  3. Freeradius服务器的搭建流程
  4. k8s实战之部署PHP/Java网站
  5. gff文件用什么打开_GTF/GFF文件的差异及其相互转换
  6. 计算机教学和信息化手段,运用信息化教学手段提高教育教学质量之我见
  7. php strftime 毫秒,php strftime函数获取日期时间(switch用法)
  8. 链式法则求积分_链式法则
  9. 假如“唐僧团队”裁员,你会先裁掉哪一位
  10. 刺破 vue 的心脏之——详解 render function code