You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/getting_started/index.adoc
+29-13Lines changed: 29 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -5,36 +5,52 @@
5
5
Learn or test a new Technology is always a new challenge.
6
6
This section tries to reduce the time invested to install
7
7
the componentes required on your Personal
8
-
computer and the Brick to enjoy with the robots that you will be create with `Java`.
8
+
computer and the `Mindstorms Brick` to enjoy with the `Robots` that you will be create with `Java`.
9
9
10
10
The project has been designed with the idea that the user creates Java programs in a Personal computer
11
-
and later send the programs to Brick using a remote connections. With this approach, the user will learn the same techniques applied in the industry with Enterprise applications
12
-
but in this case with Robotics programs with Java.
11
+
and later send the programs to any Mindstorms Brick with the help of remote connections.
12
+
Following this approach, the user will learn the same techniques applied in the industry with Enterprise applications
13
+
but in this case, applying the same techniques in a educational Robotics context with Java.
13
14
14
-
##The Steps
15
+
##Software & Hardware requirements
15
16
16
17
### Personal computer
17
18
18
19
Modern development environments always require the same stuff:
19
-
a package manager to install software easily, a runtine about the technology,
20
-
a build system to manage the dependencies and the whole life cycle,
21
-
integrated development environments and tools to store code in source code repositories.
22
-
In this project, the components to install are:
23
20
24
21
- A package manager
25
22
- Java JDK
26
23
- Build Systems (Maven & Gradle)
27
24
- Java IDE (IntelliJ or Eclipse)
28
25
- Git & SourceTree
29
26
27
+
A package manager to install software easily, a runtime about the technology,
28
+
a build system to manage the dependencies and the whole software life cycle,
29
+
integrated development environments and tools to store code in source code repositories.
30
+
30
31
In the section about link:laptop.html[Getting started with your personal computer],
31
-
you will learn how to install all components.
32
+
you will learn how to install all components for the most popular Operating systems in the market:
33
+
34
+
- Windows
35
+
- OSX
36
+
- Linux
37
+
38
+
In order to develop software for Robots with Java.
39
+
40
+
### Mindstorms Brick
41
+
42
+
The Mindstorms Brick is the heart of this project. In the third generation of the product series LEGO Mindstorms,
43
+
exist in the 3 market 3 possible Bricks compatible with this project:
44
+
45
+
- LEGO Mindstorms EV3
46
+
- BrickPi
47
+
- PiStorms
48
+
49
+
The requirements to execute Java programs in any Brick are the same that in any Personal computer:
32
50
33
-
### The brick
51
+
- Operating System
52
+
- Java Virtual Machine
34
53
35
-
The requirements of the Brick are simple:
36
-
An Linux Operating System and a Java Virtual Machine, JVM.
37
-
If your Brick is a Lego Mindstorms EV3, BrickPi or PiStorms then you could use this project.
38
54
In the section about link:brick.html[Getting started with your Brick],
0 commit comments