Set up the Environment for leJOS NXJ. Required Software Software –JDK 1.6 –leJOS NXJ –USB driver for NXT Mindstorm nxt USB driver Libusb MMN Lab.

Slides:



Advertisements
Similar presentations
COP 3530 JDK Environment Variables. COP 3530 JDK Environment Variables Environment Variables Environment variables are a set of dynamic values that can.
Advertisements

Litmus Learning Primer tests
Getting started with LEGO NXT Mindstorms software This is intended to be a short introduction to the LEGO Mindstorms software and programming the LEGO.
PBv2.x Pen F/W Upgrade SOP
Jason Howard. Agenda I. How to download robotc II. What is tele-op used for? III. How to build a basic tele-op program IV. Getting the robot to drive.
Introduction to Java IEEM241 Routing and Fleet Management Feb 3, 2005.
Installing JDK and Tomcat Vijayan Sugumaran Department of DIS Oakland University.
Go to the link ( as shown, then choose downloads.
Tutorial 1 Introduction to Java Programming Bo Chen Department of Computer Science.
Update the PATH variable Trying to run the command: “javac Ex1.java” you’ve may encountered the error: “javac is not recognized as internal or external.
CSCI Spring '07© 2007 JW Ryder1 Week 2 Material  Install and Configure  Mindstorms NXT Software and User Guide  LeJOS NXJ Alpha  Java.
SERVLETS.
Welcome to the Milagrow Universe
How to install windows 7&8 from usb flash drive.  Presented by Rishikesh kumar.
Windows Tutorial 9 Maintaining Hardware and Software
Installing Windows Vista Lesson 2. Skills Matrix Technology SkillObjective DomainObjective # Performing a Clean Installation Set up Windows Vista as the.
Tutorial 11 Installing, Updating, and Configuring Software
High Speed Data Converter University
Thank you for your decision to try vTreePro Practice Tree Software! Your satisfaction is very important to us. Please feel free to send us an if.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Operating Systems JEOPARDY Computer Repair GeneralConcepts OS Tasks MoreConcepts Using the OS Misc
PBv2.x Pen F/W Upgrade SOP WWPM_Brian Hung 2011/12/21.
How to Tag a Corpus Using Stanford Tagger. Accuracy All tokens: 97.32% Unknown words: 90.79%
Basic Setup Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
CSE 1001 & CSE 1002 STUDENT RESOURCES For JAVA Programming Development William Slavinsky.
Java and C# [this is a bonus – it is not a required lesson] ACO101: Introduction to Computer Science.
( ) 1 ISYE 7210—Fall 2005 Design of Real-Time Interactive Simulations (in Java) Initial Notes Christine M. Mitchell Director & Professor Center for.
COP 3330 Notes 1/12. Today's topics Downloading Java and Eclipse Hello World Basic control structures Basic I/O Strings.
1 NTC/TCS Training Dallas 2009 TaxWise, TrueCrypt, and Vista There are several issues that need to be addressed when using TaxWise and TrueCrypt on computers.
Jim Ng 15/1/2014 CENG4480 TUTORIAL 1. ABOUT ME Current MPhil Student supervised by Prof. Mak You can find me at Rm116 in SHB
Using Microsoft Visual Studio C++ Express 2005 Name: Dr Ju Wang Ashwin Belle Course Resource:
Welcome to java installation. After download java software, assuming you downloaded jdk1.7.0_11 Follow the procedure bellow to install java.
Windows Vista Inside Out Ch 5: Setting Up and Troubleshooting Hardware Last modified am.
How to create and install packages in R Presenter: Roman Jandarov
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
How to connect your NXT via Bluetooth A step-by-step instruction.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
1 National Technology Committee 2008 TaxWise and VISTA There are several issues that need to be addressed when using computers with the Windows VISTA Operating.
Installing SPHINX by: COLLEGE OF ART & SCIENCE UNIVERSITI UTARA MALAYSIA STIW5023 ADVANCED PROGRAMMING.
CS1101 Using CourseMarker (CM) CM website: Updated:
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
Installing Drivers on HP Plotter Step By Step Instructions by Plotter4u.
Installing Java on a Home machine For Windows Users: Download/Install: Go to downloads html.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Java On the ENB 116 Computers The JDK is now available on the ENB 116 computers. You can use a classroom computer rather than your own laptop or CIRCE.
Updating USB2ANY firmware
Using the BlueJ IDE with Mindstorms LMICSE Workshop June , 2005 Alma College.
CodeCharge Studio 5.1 介紹與環境設定
Settings MySQL Database and JDBC configuration Instructor: Sergey Goldman.
Fixing Windows 10 Automatic Updates Install Problem
Troubleshooting Dashhawk Issues. Here's what you have to do to have the DashHawk run properly Go to the ACTUAL PROGRAM file (not the short cut)
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
Day 1 Session 2. Setup & Installation
 Step 1: Enabling the keyboard in window Skip this step if the computer does not enter sleep mode or if the computer.
After Construction Name: Per #:.
TABLE OF CONTENTS The Java SE Development Kit (JDK)
Step 1 - Installing TStatSpec Download the TStatSpec software from customer.honeywell.com.  The files will need to be extracted in a new folder.  
Installing Java on a Home machine
VitaScan Online Calibration
Using Eclipse IDE.
Using the Lego Mindstorms Edu NXT Software
Installation Process Check the GUI and VA firmware version before installation Upload VA video Import License Note 1: The software version of GUI must.
Java on the LEGO Mindstorms EV3
How to add the packages for printing decision trees
Personal computer basics
Installing Java on a Home machine
Run Java file with Window cmd
Conference room user manual
Print, Collate, and Staple
Network Locations in Windows 7
Presentation transcript:

Set up the Environment for leJOS NXJ

Required Software Software –JDK 1.6 –leJOS NXJ –USB driver for NXT Mindstorm nxt USB driver Libusb MMN Lab.

leJOS Installation The following instructions are written for Windows XP. Extract lejos_NXJ_win32_0_6_0beta.zip to your desired directory. (ex: C:\lejos_nxj) Execute jdk-6u10-windows-i586-p.exe and install JDK on your computer. MMN Lab.

leJOS Installation cont’d Install mindstorm nxt USB driver Execute libusb-win32-filter-bin exe to install the USB driver For Vista user, you need additional steps –Right click on this file. Select Properties | Compatibility Click the "Run this program in compatibility mode" box and select "Windows XP (Service Pack2)" from the drop down list. –Right click again and select "Run as Administrator". Follow the installation instructions. Run the test program will list the usb devices plugged into your computer, but not new devices. MMN Lab.

Environment variable 控制台 > 系統 > 進階 > 環境變數 NXJ_HOME: Your leJOS directory (ex: C:\lejos_nxj) JAVA_HOME: Your JDK directory (ex: C:\Program Files\Java\jdk1.6.0_07) You can reference pictures on the next page MMN Lab.

Environment variable cont’d MMN Lab.

Environment variable cont’d Add Path for JDK and leJOS C:\lejos_nxj\bin;C:\Program Files\Java\jdk1.6.0_07\bin MMN Lab.

Flash the firmware NXT must be plugged into the USB and turned on first. Press the reset button (at the back of the NXT, upper left corner) for more than 4 seconds. Your NXT will audibly tick when it is firmware update mode. 開始 > 執行 >cmd –Command: C:\lejos_nxj\bin\nxjflash Then the firmware will be updated. MMN Lab.

Flash the firmware cont’d MMN Lab.

First program Open Notepad and enter the following code: MMN Lab.

First program cont’d Open cmd and cd to the directory containing your HelloWorld.java (ex: cd C:\lejos_nxj\code) Compile: nxjc HelloWorld.java Upload to NXT: nxj –r HelloWorld –Without –r, the program will not run after uploading and you can run it on NXT yourself. (Make sure NXT is turned on before uploading) MMN Lab.

Lab1 Reference the first program and write a program to show all the student numbers of your group members. NOTE: You can turn off the NXT by pressing the orange and dark gray buttons (ENTER + ESCAPE) together. MMN Lab.