Using the BlueJ IDE with Mindstorms LMICSE Workshop June 14 - 17, 2005 Alma College.

Slides:



Advertisements
Similar presentations
1chung 5 th Annual Robofest 2004 Informational Meeting Mar. 20, 2004 Chan Jin Chung Ali Khazaal Jason Lo Computer Science Lawrence Technological University.
Advertisements

Robofest 2005 Introduction to Programming RIS 2.0 RCX Code.
Getting started with LEGO NXT Mindstorms software This is intended to be a short introduction to the LEGO Mindstorms software and programming the LEGO.
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.
Get android development environment running. Install – Get and install JDK 5 or 6 (see link in the.
11-Jun-15 Getting Ready for CIT Registering and labs If you are not yet registered (and want to be), be sure I have your name and student ID We.
The Turtle Laboratory Sequence Myles McNally LMICSE Workshop November , 2004 University of Mississippi.
Vex 1.0 © 2005 Carnegie Mellon Robotics Academy Inc. Programming in easyC.
Introduction to Lego Mindstorms LMICSE Workshop June , 2005 Alma College.
Not Quite C: A CS 0 Option LMICSE Workshop June , 2005 Alma College.
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
The Turtle Laboratory Sequence LMICSE Workshop June , 2005 Alma College.
Using LeJOS LMICSE Workshop August , 2006 Villanova University.
Downloading eBooks to your nook, Sony Reader, or any reader that uses Adobe format eBooks.
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
Marlene Galea.  The JDK (Java Development Kit)  An IDE (Integrated Development Environment) ◦ Different IDEs include:  JCreator  NetBeans  BlueJ.
How to use Clickview for your school digital video needsClickview.
This example is a step by step walkthrough for installing the SRH Front Desk Printer in Windows 8.
LEGO NXT Robot Programming Introduction to Programming a Lego NXT robot in Java.
USB DMR Installation Instructions. After installing the programming cable to the radio and plugging the USB connector end to the computer USB port, then.
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.
U81X0 Downloading Tool Manual 1 ( Version 1.2 ) FlashRW For U81X0 Version 4.0.0(Build #95V) February 2004 LG Electronics Inc.
W25 Software Update process
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
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.
Geo CE-XM ch 4 Edited 10/14/05 1 The XM is the newest of the rovers, and unlike other units, it comes with software installed on the unit as well as using.
SHAREE THIELEMANN RITA MILLER AMANDA KEEFER WinDVD Creator.
Dayton Williams 19 September easy steps, in a step-by-step process, to add Dragonflies or Through the Grief eBooks to Play Books for the purpose.
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
JCreator CS 21a: Introduction to Computing I Department of Information Systems and Computer Science Ateneo de Manila University.
IDEs Department of Information Systems and Computer Science Ateneo de Manila University.
Introduction to Derby. RHS – What is Derby…? Derby is a DBMS –Database –GUI for administration –GUI for data maintenance Best part; integrated.
9/2/ CS171 -Math & Computer Science Department at Emory University.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Vex Robotics Program six: combining autonomous and radio control.
Part 2A (Today’s Part) Press and hold the small red button to turn receiver on Once the receiver acquires its position, press the page button until the.
As you look at an iMac you will notice that there are no buttons on the front of the machine as shown in figure 1.
Download and Install: 1.Java Development Kit (JDK) bin/INTERSHOP.enfinity/WFS/CDS- CDS_Developer-Site/en_US/- /USD/ViewProductDetail-Start?ProductRef=jdk-
How do I export the Address Book to Excel? The first step is to go to "Address Book Report" under Admin Only menu Choose the fields you want. note that.
Installing MySQL BCIS 3680 Enterprise Programming.
After clicking the link, you will be taken to this page. Both the StudyCards™ and TI StudyCards™ Creator for Windows® needs to be downloaded. The first.
U81X0 Downloading Tool Manual 1 ( Version 2.0) FlashRW For U81X0 Version 4.0.0(Build #100V) April 2004 LG Electronics Inc.
Vex Robotics Program four: reversing and turning.
How to save your work… T. Canady. Opening an application Once you open an application, immediately click –File –Save.
1 Installing Java on Your PC. Installing Java To develop Java programs on your PC: Install JDK (Java Development Kit) Add the directory where JDK was.
Loading a Sensor Plug-In 1 - From the BTAC Home Screen SELECT the Contact Name, i.e. bfd.samsung4.0 at the TOP of the SCREEN 1.
Open project in Microsoft Visual Studio → build program in “Release” mode.
How to use the Hand-In Folder. Click on the Folder icon at the bottom of the screen.
How to Make a Power Point Go to Slide 2. (You can get there by clicking on slide 2 in Normal VIEW.)
Vex Robotics program three: using motors and sensors together.
Recording Your Script and Creating Your Podcast !!You are not finished until you have completed all steps on all of the slides up to and including Slide.
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)
After Construction Name: Per #:.
XT Camera Firmware Update Process
Java on the LEGO Mindstorms EV3
Call for How to Unblocking Flash Player on Safari?
T_C_N_L_G_ E D I D I E O Y O H I E B J I R E A A W.
Exploring Computer Science Lesson 6-5
How to Embed Videos into Powerpoint
Switch Blocks check a value and choose a path based on that value
Drop Shape Analysis Quick Start Guide with ImageJ
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Software Setup & Validation
Compiled from various Internet sources Presented by Mr. Hatfield
LEGO Education - Mindstorms EV3 - Computer/control center – The Brick
BEGINNER PROGRAMMING LESSON
Downloading to the NXT requires the correct hardware setup
Presentation transcript:

Using the BlueJ IDE with Mindstorms LMICSE Workshop June , 2005 Alma College

What is BlueJ? Freeware developed by Michael Kolling and others A popular integrated development environment for Java Often used in introductory CS courses Available at easy to installwww.bluej.org,

Open BlueJ on your Computer Click the BlueJ icon on your computer’s dock at the bottom of the screen. It should open BlueJ with a project we have already created: GoForward The BlueJ IDE

Setting up BlueJ for Mindstorms Two requirements Install Lejos Available from lejos.sourceforge.comlejos.sourceforge.com Just do the basic install Add the BMJT plugin to BlueJ Available from ddi.uni-paderborn.de/mindstormstools/bjmt Installation is just dropping two files into the extensions folder of BLUEJ Good instructions available online This is already done for you on your Macintosh!

Once the BMJT Plugin is installed You need to configure it This is already done for you on your Macintosh! set the path to the JDK set the path to LeJOS just say usb there is a 1.5 option in newer versions choose configure

Firmware Now you can download the firmware to the RCX Plug the tower into a usb port if on a PC you may need to install the usb drivers Place the RCX in front of the tower, turn it on Choose Firmware You will see a progress dialog on the PC On the RCX you will see an ascending series of numbers choose firmware

Compiling an Existing File Right-click (Command-click) on the file icon Choose Compile from the pop-up menu choose compile not this one!

Downloading a Project Robot must be on and in front of tower Right-click (Command-click) on the file icon for the main class Choose Download from the pop-up menu choose download

Try it Out! Make sure both bump sensors are attached to port 2 (stack them). Place the robot in its play area. Press run. It should move forward until it hits an obstacle.