<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Sample Programs</title><link>https://sourceforge.net/p/lejos/wiki/Sample%2520Programs/</link><description>Recent changes to Sample Programs</description><atom:link href="https://sourceforge.net/p/lejos/wiki/Sample%20Programs/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 06 Feb 2014 15:21:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lejos/wiki/Sample%20Programs/feed" rel="self" type="application/rss+xml"/><item><title>Sample Programs modified by Lawrie Griffiths</title><link>https://sourceforge.net/p/lejos/wiki/Sample%2520Programs/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -8,7 +8,7 @@

 - EV3BumperCar
 - EV3ColorTest
-- EV3GrapicsTest
+- EV3GraphicsTest
 - EV3SensorMonitor

 Those that run on the PC are:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lawrie Griffiths</dc:creator><pubDate>Thu, 06 Feb 2014 15:21:28 -0000</pubDate><guid>https://sourceforge.net9cb041e6b9d42db3faffb2f8b92d574a8e523621</guid></item><item><title>Sample Programs modified by Lawrie Griffiths</title><link>https://sourceforge.net/p/lejos/wiki/Sample%2520Programs/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,7 +2,7 @@
 ---------------
 ---------------

-There are a set of sample programs for leJOS on the EV3 current available. These will change as the project is develops.
+There are a set of sample programs for leJOS on the EV3 current available. These will change as the project develops.

 Currently, those that run on the EV3 are:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lawrie Griffiths</dc:creator><pubDate>Thu, 02 Jan 2014 18:55:20 -0000</pubDate><guid>https://sourceforge.net54c249e99071e138405770c29aafd772b1c3b4b3</guid></item><item><title>Sample Programs modified by Lawrie Griffiths</title><link>https://sourceforge.net/p/lejos/wiki/Sample%2520Programs/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,6 @@
-Samples Programs
-----------------
-----------------
+Sample Programs
+---------------
+---------------

 There are a set of sample programs for leJOS on the EV3 current available. These will change as the project is develops.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lawrie Griffiths</dc:creator><pubDate>Thu, 02 Jan 2014 18:54:52 -0000</pubDate><guid>https://sourceforge.net151a73aa336320188577916fc2e8c7a568fd2f74</guid></item><item><title>Sample Programs modified by Lawrie Griffiths</title><link>https://sourceforge.net/p/lejos/wiki/Sample%2520Programs/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="samples-programs"&gt;Samples Programs&lt;/h2&gt;
&lt;hr /&gt;
&lt;p&gt;There are a set of sample programs for leJOS on the EV3 current available. These will change as the project is develops.&lt;/p&gt;
&lt;p&gt;Currently, those that run on the EV3 are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;EV3BumperCar&lt;/li&gt;
&lt;li&gt;EV3ColorTest&lt;/li&gt;
&lt;li&gt;EV3GrapicsTest&lt;/li&gt;
&lt;li&gt;EV3SensorMonitor&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Those that run on the PC are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;EV3Chart&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Those that run on Android are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;EV3AndroidMenu&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are others currently in the git repository, but they are being reviewed and may be deleted.&lt;/p&gt;
&lt;p&gt;EV3BumperCar:&lt;/p&gt;
&lt;p&gt;EV3BumperCar needs a wheeled vehicle with a differential drive, like TRACK3R.&lt;/p&gt;
&lt;p&gt;It uses the EV3 IR sensor for two purposes:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;To detect obstacles&lt;/li&gt;
&lt;li&gt;To take commands from the IR Beaon.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can drive the bumper car around with the IR Beacon and it will run an avoidane behavior when it detects an obstacle. It uses the leJOS behavior classes.&lt;/p&gt;
&lt;p&gt;EV3GraphicsTest:&lt;/p&gt;
&lt;p&gt;EV3GraphicsTest is a graphics LCD program that demonstrates the use of the EV3 hardware and leJOS features.&lt;/p&gt;
&lt;p&gt;EV3ColorTest:&lt;/p&gt;
&lt;p&gt;EV3ColorTest tests an EV3, NXT or HiTechnic color or light sensor.&lt;/p&gt;
&lt;p&gt;It uses a TextMenu to let you choose which sensor to test, on which port, and in which mode.&lt;/p&gt;
&lt;p&gt;If you upload 8-bit wav files to the EV3 for each color, it can identify colors and speak the color name.&lt;/p&gt;
&lt;p&gt;EV3SensorMonitor:&lt;/p&gt;
&lt;p&gt;EV3SensorMonitor tells you which sensors are plugged in and removed from the EV3. It attempts to identify the sensor and call some of its sensor class methods using Java Reflection.&lt;/p&gt;
&lt;p&gt;EV3Chart:&lt;/p&gt;
&lt;p&gt;EV3Chart runs on the PC and uses jfreechart libraries to draw charts of sensor values for sensors attached to the EV3. It uses a properties file to specify the sensor to use and the chart properties.&lt;/p&gt;
&lt;p&gt;It uses Java RMI supported by the leJOS EV3 menu program to access the sensor remotely.&lt;/p&gt;
&lt;p&gt;It currently supports real-time bar charts and line graphs.&lt;/p&gt;
&lt;p&gt;EV3AndroidMenu:&lt;/p&gt;
&lt;p&gt;This is an Android project that does a subset of what the EV3Control PC tool does.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lawrie Griffiths</dc:creator><pubDate>Thu, 02 Jan 2014 18:42:43 -0000</pubDate><guid>https://sourceforge.net7991bf635b892f4af2d3bf4fc1444d6a12722d55</guid></item></channel></rss>