Wiki source code of LEGO Mindstorms with leJOS and SCCharts
Version 6.1 by aas2 on 2015/08/24 10:31
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Program LEGO Mindstorms with leJOS and SCCharts = | ||
2 | |||
3 | |||
4 | |||
5 | {{toc minLevel="2"/}} | ||
6 | |||
7 | ---- | ||
8 | |||
9 | == Overview == | ||
10 | |||
11 | Mindstorms is a product family from Lego, with sensors, motors and a programmable brick. The newest iteration of the product family is the EV3 programmable brick. Its predecessors are NXT and RCX. In the following we will see how to develop applications for the NXT brick, thus //Mindstorms// will be used exchangeable with //NXT brick//. | ||
12 | |||
13 | Several open-source, third-party replacements for the offical Lego firmware have been developed. These support many well known programming languages, such as Java, C/C++, Python, Lua, etc. In the following we will use KIELER SCCharts to program Mindstorms running the Lego Java Operating System ([[leJOS>>url:http://www.lejos.org/||shape="rect"]]). Therefore we will first install leJOSĀ and flash its firmware. Afterwards we will create a simple SCCharts project in KIELER that we will compile and deploy to the NXT brick. | ||
14 | |||
15 | ---- | ||
16 | |||
17 | == Download and install leJOS == | ||
18 | |||
19 | |||
20 | |||
21 | ---- | ||
22 | |||
23 | == The Eclipse plugin for leJOS == | ||
24 | |||
25 | Todo | ||
26 | |||
27 | ---- | ||
28 | |||
29 | == Flash the leJOS firmware == | ||
30 | |||
31 | Todo | ||
32 | |||
33 | === Known issues === | ||
34 | |||
35 | Flash firmware issue on Linux: sudo rmmod cdc_acm | ||
36 | |||
37 | ---- | ||
38 | |||
39 | == Test the Mindstorm == | ||
40 | |||
41 | Todo | ||
42 | |||
43 | ---- | ||
44 | |||
45 | == Configure KIELER == | ||
46 | |||
47 | Environment setup. Sample project creation. Project launch. | ||
48 | |||
49 | ---- | ||
50 | |||
51 | == Using the Remote Console (RConsole) == | ||
52 | |||
53 | nxjconsoleviewer | ||
54 | |||
55 |