LEGO Mindstorms NXT Introduction. Component NXT Brick Touch Sensor Light Sensor Ultrasonic Sensor Interactive Servo Motors MMN Lab.

Slides:



Advertisements
Similar presentations
LabView Basics.
Advertisements

Sensors.
Motors, Sensors, and Samantha SSI Robotics September 7, 2013 Capitol College.
© 2006 Carnegie Mellon Robotics Academy Designed for use with the LEGO MINDSTORMS ® Education NXT Software and Base Set #9797 Mine Mapping Choose a Sensor.
PUSH TO BEGIN. Introduction Audience Introductory course intended for 6 th -8 th grade students, but can be adapted to classrooms K-12. Science courses,
CSE Design Lab – Milestone 2 James Hopkins Dave Festa Dennis O’Flaherty Karl Schwirz.
Introduction to Lego Mindstorms LMICSE Workshop June , 2005 Alma College.
EducateNXT NXT... an introduction The Kit and the Software.
1 ©2006 INSciTE Lab Two Task: Make the program from Lab One (Move forward 5 rotations and turn right 90 degrees) into a MyBlock.
The NXT is the brain of a MINDSTORMS® robot. It’s an intelligent, computer-controlled LEGO® brick that lets a MINDSTORMS robot come alive and perform.
LEGO Mindstorms NXT Programming We will be using the Common Palette for our Robots This is how you download your program onto the brick Drag and drop a.
Overview: This lesson explores the View Mode capability of the NXT and uses this to demonstrate electrical circuits using the NXT electronic components.
Basic Robot Design. 3 Steps Design Build Program Drawing and thinking of ideas Using your design to make a robot Telling your robot what to do.
Exploration Discovery Sensor. What are your Senses? Draw yourself and label each of your “senses” Senses are parts of you that interact with what is around.
EG1003: Introduction to Engineering and Design Sensors.
Xander Soldaat BotBench.com. Topics  What is Mindstorms?  How can you build with it?  What can you build with it?  Programming the NXT  What’s inside.
Lego Mindstorms NXT 2.0 Presented By: Fatma Al-Qattan Haya Al-Hajri Fatma Baqer Hanan Al-Qabandi.
Remote robot control using mobile devices Andrey Litvinov Evgenia Samochadina Renat Valeev.
“LEGO MINDSTORMS Education” Rocío Buenaventura Mendieta Informática Avanzada Ing. Juan Calderón C.
Adapted for STLP Camp ‘10 STLP Robotics Camp June 3 & 4.
Computer Science Lego Robotics Lab 07 Page 51. CS Lego Robotics Lab 07 (Updated ) Objectives: 1.Extend the Lego robot with three sensors. 2.Program.
Laboratory 7: Sensors Matthew R. Gaglio, Feb 2007.
Demonstrating the Capabilities of MindStorms NXT for the AI Curriculum Myles McNallyFrank Klassner Alma CollegeVillanova University AAAI Spring Symposium.
Introduction to the Basic Parts of LEGO’s NXT Robotics
Having a Great Time on Robotics. Welcome to our wonderful and fantastic presentation.
LabVIEW Basics Review LabVIEW Robotics Fundamentals.
Final Presentation.  Software / hardware combination  Implement Microsoft Robotics Studio  Lego NXT Platform  Flexible Platform.
Building Maps and Navigation for Autonomous Robots Arindam Khaled AI and Knowledge Based Sys II.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
Light, Sound, and Ultrasonic Sensor. Doc leJOS API – leJOS Tutorial –
Overview: The goal of this lesson is to transition from discussing robots in general to the specifics of NXT robot. Objectives: Students will be able.
Sentry System Multiple Sensors
Lego MindStorm An Introduction to Blocks. Blocks Blocks are used to give instructions to your robot. There are many types of blocks You can use the blocks.
Castor Bot. Now, we will begin creating a robot Log onto your computer On your screen, click on the website labeled “castor bot” Your building instructions.
Girls’ Robotics Camp Spring Welcome! What are we learning? –Robotics –Application of Robotics –Programming –Out-of-the-box Thinking Let’s have Fun!
An Autonomous Self-Parking Vehicle William Whitney (Mentor: Dr. Jeff Gray) Background: NXT and Robot C The vehicle was constructed using the Lego Mindstorms.
Enables your robot to see, recognize, avoid objects, and detect movement. It uses the same scientific principle that bats use. It measures distance in.
EG1003: Introduction to Engineering and Design Laboratory 4: Sensors.
EG1003: Introduction to Engineering and Design Laboratory 4: Sensors.
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
© 2006 Carnegie Mellon Robotics Academy Designed for use with the LEGO MINDSTORMS ® Education NXT Software and Base Set #9797 Sentry System Integration.
Introduction to Robotics using Lego Mindstorms EV3 Shreya Reddy & Kiran Raja RoboAvatars Robotics.
EV3 Attachments and Sensors. Ultrasonic Sensor  Purpose: detect distance from an object.  What it does: Generates sound waves and reads their echoes.
2.8 NXT Test Programs (Try Me Mode) U2C8
NXT Mindstorms Kit Programming
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
Exploring Computer Science Lesson 6-5
Mindstorms EV3 Programming
Introduction To Programming with LEGO NXT 0
This is the Lego NXT ->
Mindstorms EV3 Programming
Introduction To Programming with LEGO NXT 2
Introduction to EV3.
Introduction to NXT.
Introductory Presentation
Mindstorms EV3 Programming
Introduction to EV3.
Robot Programming Computer Literacy S2.
Motors and Sensors Large Motor
Exploring Computer Science Lesson 6-5
Forward Until Touch Robot goes forward until it hits a wall.
What is a Robot?.
Holyoke Codes LEGO ROBOTICS
Warm Up- What is a robot? Describe in one sentence what you understand by the term ‘robot’ 2. What are the main parts of a robot? What do people do to.
Lego EV3 Mindstorms SW Programming Blocks.
Obstacle Detection.
Lego MINDSTORMS EV3.
LEGO MINDSTORMS NXT PROGRAMMING
Introduction to EV3.
Presentation transcript:

LEGO Mindstorms NXT Introduction

Component NXT Brick Touch Sensor Light Sensor Ultrasonic Sensor Interactive Servo Motors MMN Lab.

NXT Brick An intelligent, computer-controlled LEGO® brick. The brain of the NXT robot. Can take input from up to four sensors and control up to three motors. MMN Lab.

Touch Sensor Enable the robot to respond to obstacles in the environment. Pressed: one Released: zero MMN Lab.

Sound Sensor Enable the robot to respond to sound levels. The Sound Sensor detects both dB and dBA. Can measure sound pressure levels up to 90 dB. MMN Lab.

Light Sensor Enables the robot to respond to variations in light level and color. Higher numbers indicate more light. MMN Lab.

Ultrasonic Sensor Enables the robot to measure distance to an object and to respond to movement. Able to measure distances from 0 to 2.5 meters with a precision of +/-3 cm. Large-sized objects with hard surfaces provide the best readings. MMN Lab.

Interactive Servo Motor Ensure that robots move smoothly and precisely. Have a built-in Rotation Sensor. (accuracy of +/- one degree) MMN Lab.

Requirement Hardware –At least one NB per group. Software –JDK 1.6 –lejOS –USB driver MMN Lab.