lejos-rcx
There are 9 repositories under lejos-rcx topic.
BrickBot/leJOS-RCX
A tiny Java Virtual Machine for the Lego MindStorms RCX, containing a VM for Java bytecodes and additional software to load and run Java programs.
BrickBot/TinyVM
A replacement firmware and VM that can execute Java programs in the Lego Mindstorms RCX. It supports several of the most useful features of the Java language, such as: - Object orientation. - Multi-threading. - Synchronization. - Exceptions. - Type safety (in principle, no hanging/crashing). Like other firmware replacements (e.g. legOS and pbForth), TinyVM breaks the 32-variable limit imposed by Lego's official firmware. Additionally, TinyVM offers: - No need to install a cross-compiler. - Easy to install in general, even under CygWin. - Over 16 Kb of memory for programs and objects. - Firmware deletes itself when you try to download other firmware. - An emulation tool. - Access to buttons, motors and sensors. - Sensor listeners. - Nice APIs like you only find in Java. Starting with 0.2.0: - Capability to rerun programs. - Full persistence of all objects across runs. - Timers and time routines (Time.sleep). - java.util.Random. - Capability to print characters on the LCD. TinyVM is also the progenitor of leJOS (see http://sourceforge.net/projects/lejos).
BrickBot/leJOS-RCX-Alt-API
An alternative to part of the standard leJOS API designed to fit an objects-early approach to teaching programming
BrickBot/leJOS-RCX-Tools
A visual interface for leJOS. RCXDownload automatically sets the JDK-, leJOS- and ClassPaths, compiles the chosen Java-Source, shows the compiler messages and is able to link and load both the compiled classes and the leJOS-firmware.
BrickBot/Intellejos
An RCX Simulator for LeJOS, based on the earlier Intellego project, for learning to program in Java using the LeJOS platform.
BrickBot/leJOS-RCX-MindStormsTools
A small toolkit to aid in the uploading of Java programs to LEGO MindStorms RCX bricks, providing functionality of the leJOS library in the development environment for this purpose
BrickBot/leJOS-RCX-TextLCDApplet
Java Applet GUI for testing josx.platform.rcx.TextLCD
BrickBot/leJOS-RCX-Eclipse
Eclipse plug-ins that simplify developing Java code for the Lego MindStorms RCX using the leJOS JVM, offering easy configuration through a project wizard and a preference page, using Eclipse code building, and adding RCX-specific operations both for firmware and byte-code download.
BrickBot/lvi
The leJOS Visual Interface is a skin over the command-line commands for the leJOS firmware. It also is a simple editor that can have many files open at once.