Difference between revisions of "Lego Robotic Workshop"

From RoboWiki
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Presentations'''
+
__NOTOC__
 +
== Presentations ==
  
* Adrian Dabrowski: [http://www.robotika.sk/events/10FJL/LeJOSintroduction.pdf LeJOS Tutorial]
+
* Adrian Dabrowski: ''[http://www.robotika.sk/holls/2010/pdf/Dabrowski2010.pdf Robotics with LEGO]'' - presentation
  
=== LEGO ===
+
== Quick Start ==
 +
 
 +
* NXT-G:  use the proprietary CD by Lego / National Instruments. See also the [http://www.ortop.org/NXT_Tutorial/index.html NXT-G multimedia tutorial].
 +
* NXC: 1. Install [http://mindstorms.lego.com/en-us/support/files/default.aspx#Driver driver], 2. Copy the [http://sourceforge.net/projects/bricxcc/files/bricxcc/ NXC] folder 3. Run BrixCC 4. Follow the [http://bricxcc.sourceforge.net/nbc/nxcdoc/NXC_tutorial.pdf tutorial]
 +
* LeJOS:
 +
** http://www.bartneck.de/2008/03/04/java-lego-nxt-eclipse-tutorial/
 +
** http://lejos.sourceforge.net/nxt/nxj/tutorial/Preliminaries/UsingEclipse.htm
 +
 
 +
Resources:
 +
 
 +
* [http://mindstorms.lego.com/en-us/support/files/default.aspx#Driver Fantom Driver for USB / NXT]
 +
 
 +
 
 +
== Lego constructions ==
  
 
'''Building: First Steps (5min Robot)'''
 
'''Building: First Steps (5min Robot)'''
Line 16: Line 30:
  
 
http://cache.lego.com/bigdownloads/buildinginstructions/4500569.pdf  
 
http://cache.lego.com/bigdownloads/buildinginstructions/4500569.pdf  
 
Construction
 
 
Start with the basic vehicle included in the manual, create Your own, or use as an inspiration following links:
 
 
    * 5 minutes Robot
 
    * add a light sensor
 
    * First Steps: LEGO default Robot
 
 
    * NXT Constructopedia
 
 
  
  
Line 41: Line 44:
 
** [http://www.nxtprograms.com/NXT2/line_follower/steps.html#Program Linefollower NXT-G software]
 
** [http://www.nxtprograms.com/NXT2/line_follower/steps.html#Program Linefollower NXT-G software]
 
* [http://legoengineering.com/library/doc_download/150-nxt-constructopedia-beta-21.html NXT Constructopedia]
 
* [http://legoengineering.com/library/doc_download/150-nxt-constructopedia-beta-21.html NXT Constructopedia]
 
 
  
 
=== Programming ===
 
=== Programming ===
Line 50: Line 51:
 
* LeJOS API Documentation (http://lejos.sourceforge.net/p_technologies/nxt/nxj/api/index.html)
 
* LeJOS API Documentation (http://lejos.sourceforge.net/p_technologies/nxt/nxj/api/index.html)
 
* LeJOS Tutorial (http://lejos.sourceforge.net/nxt/nxj/tutorial/index.htm)  
 
* LeJOS Tutorial (http://lejos.sourceforge.net/nxt/nxj/tutorial/index.htm)  
** [http://lejos.sourceforge.net/nxt/nxj/tutorial/index.htm Tutorial]
+
 
 
* [[Media:Lejos-sample-programs.zip]] (Sample Programs)
 
* [[Media:Lejos-sample-programs.zip]] (Sample Programs)
 
  
 
==== '''NXT-G''' ====
 
==== '''NXT-G''' ====
Line 60: Line 60:
 
* Special [http://www.teamhassenplug.org/NXT/LineFollowingBlock.zip NXT-G Line Following block]
 
* Special [http://www.teamhassenplug.org/NXT/LineFollowingBlock.zip NXT-G Line Following block]
 
* [http://www.nxtprograms.com/NXT2/line_follower/steps.html#Program Linefollower NXT-G software]
 
* [http://www.nxtprograms.com/NXT2/line_follower/steps.html#Program Linefollower NXT-G software]
 +
 +
=== '''Presentations of projects''' ===
 +
 +
* [[Goooooooo]]

Latest revision as of 11:29, 7 July 2010

Presentations

Quick Start

Resources:


Lego constructions

Building: First Steps (5min Robot)

Use the LEGO default Vehicle, construct your own, or use the following simple steps to build one:

  1. 5 minutes Robot (http://www.nxtprograms.com/NXT2/five_minute_bot/index.html)
  2. add a light sensor (http://www.nxtprograms.com/NXT2/line_follower/steps.html)


First Steps: LEGO default Robot

http://cache.lego.com/bigdownloads/buildinginstructions/4500569.pdf


Mechanical construction

Programming

LEJOS

NXT-G

Presentations of projects