-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
# mindstorms | ||
# Java 8 on [Lego Mindstorms](http://www.lego.com/en-us/mindstorms) | ||
|
||
This project helps you to install a Java8 JRE on the Lego Mindstorms. It also helps you to setup a development environment where you can use gradle as a build tool for dependency management and pushing your code to the Lego brick. | ||
|
||
You can find this information also on [the EV3 wiki](https://sourceforge.net/p/lejos/wiki/Installing%20leJOS/) on the LeJOS website. | ||
|
||
## Prerequisites | ||
|
||
* An empty SD card with a FAT32 partition of at least 200MB. The card itself should be at least 1GB and no more than 32GB. SDXC cards are not supported by the EV3 hardware. | ||
* __Optional__: If you want to push your code via WiFi to the EV3 brick, you will need a USB WiFi dongle. Driver modules for Atheros ATH9K and Realtex 8192cu based devices are included and will be loaded automatically based on the detected WiFi chipset. The EV3 has been tested using the NetGear WNA1100 and EDIMAX EW-7811Un adaptors, but others may work if they use the same chipsets. [I'm using the EDIMAX as it is a very small dongle that is not in the way when building a robot --Ed.] | ||
|
||
## Step 1. Install [LeJOS for EV3](http://www.lejos.org/ev3.php) | ||
|
||
* Mount the SD card to your pc | ||
* Download the latest LeJOS distribution for EV3: [leJOS_EV3_0.9.0](https://sourceforge.net/projects/lejos/files/lejos-EV3/0.9.0-beta/leJOS_EV3_0.9.0-beta.tar.gz/download) | ||
|
||
|