<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Breakout</title>
	<atom:link href="http://breakoutjs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://breakoutjs.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 Jun 2013 02:12:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Breakout 0.2.3 available</title>
		<link>http://breakoutjs.com/2013/05/breakout-0-2-3-available/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breakout-0-2-3-available</link>
		<comments>http://breakoutjs.com/2013/05/breakout-0-2-3-available/#comments</comments>
		<pubDate>Wed, 15 May 2013 02:18:37 +0000</pubDate>
		<dc:creator>soundanalogous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakoutjs.com/?p=878</guid>
		<description><![CDATA[Breakout v0.2.3 is now available from github and the Download page. This release includes performance improvements for both Breakout Server (GUI) and the headless node JS version of breakout server. The node JS server was also broken as of node JS version 0.10. This issue has been resolved but you may need to upgrade to [...]]]></description>
				<content:encoded><![CDATA[<p>Breakout v0.2.3 is now available from <a href="https://github.com/soundanalogous/Breakout">github</a> and the <a title="Download" href="http://breakoutjs.com/download/">Download</a> page.</p>
<p>This release includes performance improvements for both Breakout Server (GUI) and the headless node JS version of breakout server.</p>
<p>The node JS server was also broken as of node JS version 0.10. This issue has been resolved but you may need to upgrade to node JS version 0.10 or greater and be sure to rerun <code>npm install</code> from the Breakout/node_server/ directory to update the npm modules.</p>
<p>If you have been running Breakout Server from your Applications directory or another directory other than Breakout/ be sure to replace it with the server included in the Breakout v0.2.3 download.</p>
<p>Other changes include a reduced startup delay (time to launch after a browser reset) and the /sensors/temperature.html example has been updated to use the TMP36 sensor in place of the LM335 sensor.</p>
<p>The source code for the Java-based Breakout Server has also been moved from Breakout/server/ to a <a href="https://github.com/soundanalogous/BreakoutServer">new repository</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://breakoutjs.com/2013/05/breakout-0-2-3-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breakout 0.2.2 available</title>
		<link>http://breakoutjs.com/2013/03/breakout-0-2-2-available/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breakout-0-2-2-available</link>
		<comments>http://breakoutjs.com/2013/03/breakout-0-2-2-available/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 02:47:31 +0000</pubDate>
		<dc:creator>soundanalogous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakoutjs.com/?p=870</guid>
		<description><![CDATA[Breakout v0.2.2 is now available from github and the Download page. This release fixes a bug in Breakout Server that was preventing any serial ports other than the first port in the drop-down list from being selected.]]></description>
				<content:encoded><![CDATA[<p>Breakout v0.2.2 is now available from <a href="https://github.com/soundanalogous/Breakout">github</a> and the <a title="Download" href="http://breakoutjs.com/download/">Download</a> page.</p>
<p>This release fixes a bug in Breakout Server that was preventing any serial ports other than the first port in the drop-down list from being selected.</p>
]]></content:encoded>
			<wfw:commentRss>http://breakoutjs.com/2013/03/breakout-0-2-2-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breakout 0.2.1 available</title>
		<link>http://breakoutjs.com/2013/02/breakout-0-2-1-available/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breakout-0-2-1-available</link>
		<comments>http://breakoutjs.com/2013/02/breakout-0-2-1-available/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 01:09:24 +0000</pubDate>
		<dc:creator>soundanalogous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakoutjs.com/?p=855</guid>
		<description><![CDATA[Breakout v0.2.1 is now available from github and the Download page. Most of the changes were under the hood. IOBoard was significantly refactored. Unit tests were added for the core Breakout files (I know&#8230; I know&#8230; but better late than never). Unit tests and lint checks are run automatically as part of the build process [...]]]></description>
				<content:encoded><![CDATA[<p>Breakout v0.2.1 is now available from <a href="https://github.com/soundanalogous/Breakout">github</a> and the <a title="Download" href="http://breakoutjs.com/download/">Download</a> page.</p>
<p>Most of the changes were under the hood. IOBoard was significantly refactored. Unit tests were added for the core Breakout files (I know&#8230; I know&#8230; but better late than never). Unit tests and lint checks are run automatically as part of the build process (Breakout/build/) so if you make any contributions make sure unit tests and lint checks pass before submitting code. See the test <a href="https://github.com/soundanalogous/Breakout/blob/master/test/README.md">readme</a> for more info. Tests are not included in the Breakout release download, they are only included if you clone the source or download a the v0.2.1 tag from github.</p>
<p>Some notable changes:</p>
<ul>
<li>A new method <code>getAnalogPinCount</code> was added to IOBoard to report the number of analog pins.</li>
<li>A new getter <code>state</code> was added to Pin in order to report the current state of the pin. This is useful if you are running multiple client applications against a single board and want to inquire about the state on a particular pin on the board. For example if another client application is setting PWM on the board, you can call <code>queryPinState(refToPinObject)</code> and listen for the response. Then you can check the pin state to get the pwm value set by the other client application. See the docs for <a href="http://breakoutjs.com/docs/symbols/BO.Pin.html#state">Pin.state</a> for more info. Also note that pin.value is not = pin.state.</li>
<li>A <code>removeFilter(filterToRemove)</code> method was added to Pin to remove a specified filter from the Pin object.</li>
<li>Example files can now be opened directly (double-click on html file) in addition to being loaded for a server.</li>
<li>A new example was added to Breakout/custom_examples/ to demonstrate sending a JSON string from the Arduino to the client application using Firmata sendString. See custom_examples/simple_json and the corresponding Arduino sketch in custom_examples/sketches/.</li>
<li>Applications using custom firmware can now also make use of system reset callbacks. If you had previously writing custom firmware, note that you should update your code to listen for IOBoard.READY rather than IOBoard.CONNECTED see custom_examples/simple_json.html.</li>
</ul>
<p>See the <a href="https://raw.github.com/soundanalogous/Breakout/master/ChangeLog">change log</a> for the full list of updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://breakoutjs.com/2013/02/breakout-0-2-1-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breakout 0.2.0 available</title>
		<link>http://breakoutjs.com/2012/11/breakout-0-2-0-available/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breakout-0-2-0-available</link>
		<comments>http://breakoutjs.com/2012/11/breakout-0-2-0-available/#comments</comments>
		<pubDate>Sun, 25 Nov 2012 02:01:28 +0000</pubDate>
		<dc:creator>soundanalogous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakoutjs.com/?p=813</guid>
		<description><![CDATA[Breakout v0.2.0 is now available from github and the Download page. The biggest change in this release is a move to AdvancedFirmata. AdvancedFirmata will enable new features to be introduced faster than they were with StandardFirmata. AdvancedFirmata is included with the Breakout distribution. You&#8217;ll find it in Breakout/firmware/AdvancedFirmata/. Open the AdvancedFirmata.ino file in the Arduino IDE (version 1.0 or higher), compile [...]]]></description>
				<content:encoded><![CDATA[<p>Breakout v0.2.0 is now available from <a href="http://github.com/soundanalogous/Breakout">github</a> and the <a title="Download" href="http://breakoutjs.com/download/">Download</a> page.</p>
<p>The biggest change in this release is a move to AdvancedFirmata. AdvancedFirmata will enable new features to be introduced faster than they were with StandardFirmata. AdvancedFirmata is included with the Breakout distribution. You&#8217;ll find it in Breakout/firmware/AdvancedFirmata/. Open the AdvancedFirmata.ino file in the Arduino IDE (version 1.0 or higher), compile and upload to your board. <a href="http://github.com/soundanalogous/AdvancedFirmata">AdvancedFirmata</a> is also available separately on github.</p>
<p>Breakout 0.2.0 adds stepper motor support. Examples are included for driving stepper motors in 2 wire and 4 wire configurations as well as using the <a href="http://www.schmalzhaus.com/EasyDriver/">EasyDriver</a>. See the examples in Breakout/examples/actuators. Schematics for wiring up stepper motors are included on pages 11 &#8211; 13 of the schematics.pdf file (Breakout/examples/schematics.pdf or breakoutjs.com/examples/schematics.pdf).</p>
<p>The Breakout/server/ directory has also been updated. The server for each platform (Mac, Win and Linux) is now in a folder. There are also separate builds for Win 32 and Win 64. The default webserver root has also changed to ../../ since the platform folders added an additional level of depth. However it&#8217;s best to go to the Settings panel in the Breakout Server application and set your webserver root by choosing the root directory with the file chooser. An eclipse archive of BreakoutServer is also included (if you clone Breakout from github &#8211; the server source is not included in the download).</p>
<p>See the <a href="https://raw.github.com/soundanalogous/Breakout/master/ChangeLog">ChangeLog</a> for the full list of updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://breakoutjs.com/2012/11/breakout-0-2-0-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breakout v0.1.7 available</title>
		<link>http://breakoutjs.com/2012/09/breakout-v0-1-7-available/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breakout-v0-1-7-available</link>
		<comments>http://breakoutjs.com/2012/09/breakout-v0-1-7-available/#comments</comments>
		<pubDate>Sun, 16 Sep 2012 21:26:19 +0000</pubDate>
		<dc:creator>soundanalogous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakoutjs.com/?p=739</guid>
		<description><![CDATA[Breakout v0.1.7 is now available from github and the Download page. This release includes a number of contributions by Fabian Affolter. See the change log for a list of all changes. Some highlights are an examples index page. You&#8217;ll find this in Breakout/examples/index.html. This makes it much easier to run the examples from your PC [...]]]></description>
				<content:encoded><![CDATA[<p>Breakout v0.1.7 is now available from <a href="http://github.com/soundanalogous/Breakout">github</a> and the <a href="http://breakoutjs.com/download/" title="Download">Download</a> page.</p>
<p>This release includes a number of contributions by Fabian Affolter. See the <a href="http://raw.github.com/soundanalogous/Breakout/master/ChangeLog">change log</a> for a list of all changes.</p>
<p>Some highlights are an examples index page. You&#8217;ll find this in Breakout/examples/index.html. This makes it much easier to run the examples from your PC or a mobile device (especially much easier on a smartphone). A few more examples have also been added to the /examples/getting_started/ directory and a new schematic is available on page 3 of /examples/<a href="http://breakoutjs.com/examples/schematics.pdf">schematics.pdf</a> that can be used for all of the getting started examples.</p>
<p>The nodeJS server has been updated. You can now add command line options when starting up the server. If you have been using the nodeJS based server (in Breakout/node_server/) please note that the default port has been changed from 8080 to 8887. Also you no longer set the 3rd parameter of the IOBoard constructor to true when using the nodeJS server. Now simply including the socket.io client library indicates the intent to use the nodeJS server rather than Breakout Server. See the <a href="http://github.com/soundanalogous/Breakout/wiki/Using-the-node.js-server">wiki page</a> for more info on using the nodeJS server. I also hope to create an npm package for the server in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://breakoutjs.com/2012/09/breakout-v0-1-7-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breakout v0.1.6 available</title>
		<link>http://breakoutjs.com/2012/07/breakout-v0-1-6-available/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breakout-v0-1-6-available</link>
		<comments>http://breakoutjs.com/2012/07/breakout-v0-1-6-available/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 03:23:15 +0000</pubDate>
		<dc:creator>soundanalogous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakoutjs.com/?p=714</guid>
		<description><![CDATA[Breakout v0.1.6 is now available. This version adds a few new examples, adds the fritzing files used to create the schematics, and fixes an issue with the accelerometer.html example in Breakout/examples/processing_js/. You will find 3 new examples in Breakout/examples/device_sensors/ that demonstrate how to use the HTML5 DeviceMotion and DeviceOrientation APIs (if your mobile device supports [...]]]></description>
				<content:encoded><![CDATA[<p><a title="Download" href="http://breakoutjs.com/download/">Breakout v0.1.6</a> is now available. This version adds a few new examples, adds the fritzing files used to create the schematics, and fixes an issue with the accelerometer.html example in Breakout/examples/processing_js/.</p>
<p>You will find 3 new examples in Breakout/examples/device_sensors/ that demonstrate how to use the HTML5 DeviceMotion and DeviceOrientation APIs (if your mobile device supports these APIs) to control the RGB and Hue values of an RGBLED and a BlinkM RGBLED module. You will also find 2 new examples in Breakout/examples/getting_started/ (analog_input.html and simple_led.html) contributed by Fabian Affolter.</p>
<p>If you are updating from a previous version, note that the Breakout Server application has not changed since v0.1.1 so if you want to make updating easier you can continue to use your existing version of Breakout Server. If you have not already, move the Breakout Server application to your Applications directory (or elsewhere outside of the Breakout directory), then launch the application, click on the Settings tab, click on Choose New Webserver Root, then navigate to your Breakout directory, highlighting the Breakout folder then click Choose. I will make an announcement when any changes are made to the Breakout Server application. Until then you can continue using the existing version rather than extracting the files from Breakout/server/ each time an update to the Breakout library is released.</p>
]]></content:encoded>
			<wfw:commentRss>http://breakoutjs.com/2012/07/breakout-v0-1-6-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breakout examples updated</title>
		<link>http://breakoutjs.com/2012/07/breakout-examples-updated/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breakout-examples-updated</link>
		<comments>http://breakoutjs.com/2012/07/breakout-examples-updated/#comments</comments>
		<pubDate>Sun, 15 Jul 2012 20:14:41 +0000</pubDate>
		<dc:creator>soundanalogous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakoutjs.com/?p=708</guid>
		<description><![CDATA[Update 7/18/12: The changes described here have been integrated into the Breakout v0.1.6 release. Please download 0.1.6 or clone the master. The Breakout examples have been updated to be more mobile friendly. If you have cloned Breakout from github you can pull the latest master branch to get the updated examples. If you downloaded the [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Update 7/18/12:</strong> The changes described here have been integrated into the <a title="Download" href="http://breakoutjs.com/download/">Breakout v0.1.6 release</a>. Please download 0.1.6 or clone the master.</p>
<p>The Breakout examples have been updated to be more mobile friendly. If you have cloned Breakout from github you can pull the latest master branch to get the updated examples. If you downloaded the Breakout release from the Breakout website or from the github site, you can download breakout_examples.zip from the github Downloads page and overwrite the existing examples folder in your Breakout/examples/ directory.</p>
<p>In the updated examples, the IOBoard constructor is now passed location.hostname rather than &#8220;localhost&#8221;. This enables the example to be viewed on mobile devices as well as other computers on the same network as the computer running the Breakout Server or nodejs-based server. If you are hosting files on a separate computer than the one the Arduino (or other IO Board) is connected to, then you will need to update the IP address or hostname to that of the computer the IO Board is connected to.</p>
<p>The servo, dc motor and oscillator examples were also updated to view better on smartphones. The updated examples are being supplied separate from the full Breakout package at this time because no changes were made to the Breakout core so it&#8217;s easier just to swap out the example folder if you need the updated examples at this time.</p>
<p><a href="http://breakoutjs.com/wp-content/uploads/2012/07/mobile_examples.png"><img class="alignleft size-full wp-image-710" title="mobile_examples" src="http://breakoutjs.com/wp-content/uploads/2012/07/mobile_examples.png" alt="" width="621" height="587" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://breakoutjs.com/2012/07/breakout-examples-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino Leonardo support added</title>
		<link>http://breakoutjs.com/2012/06/arduino-leonardo-support-added/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arduino-leonardo-support-added</link>
		<comments>http://breakoutjs.com/2012/06/arduino-leonardo-support-added/#comments</comments>
		<pubDate>Sat, 30 Jun 2012 17:39:12 +0000</pubDate>
		<dc:creator>soundanalogous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakoutjs.com/?p=659</guid>
		<description><![CDATA[A minor update to Breakout is now available that adds an example for using Breakout with an Arduino Leonardo board. See Breakout/examples/boards/leonardo.html in the Breakout v0.1.5 release. Also see the Leonardo wiring diagram on page 25 of Breakout/examples/schematics.pdf. Adding Arduino Leonardo support required an update to the Firmata library that is included with the Arduino [...]]]></description>
				<content:encoded><![CDATA[<p>A minor update to Breakout is now available that adds an example for using Breakout with an Arduino Leonardo board. See Breakout/examples/boards/leonardo.html in the Breakout v0.1.5 release. Also see the Leonardo wiring diagram on page 25 of Breakout/examples/schematics.pdf.</p>
<p>Adding Arduino Leonardo support required an update to the Firmata library that is included with the Arduino application. In order to use a Leonardo board with Breakout, you will first need to update the Firmata library in the Arduino application. <a href="https://github.com/soundanalogous/Breakout/wiki/Updating-Firmata-in-Arduino">See instructions here.</a> This is an update to the Firmata library and is fully backwards compatible with the previous version of Firmata.</p>
<p>Download <a href="http://breakoutjs.com/download/" title="Download">Breakout 0.1.5</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://breakoutjs.com/2012/06/arduino-leonardo-support-added/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breakout v0.1.4 available</title>
		<link>http://breakoutjs.com/2012/04/breakout-v0-1-4-available/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breakout-v0-1-4-available</link>
		<comments>http://breakoutjs.com/2012/04/breakout-v0-1-4-available/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 22:29:20 +0000</pubDate>
		<dc:creator>soundanalogous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakoutjs.com/?p=626</guid>
		<description><![CDATA[Breakout v0.1.4 is now available to download. This release fixes an issue with the fadeTo method of the LED and RGBLED objects. An issue with false release event triggers when connecting more than one button to pins 2 &#8211; 7 of a standard Arduino board has also been fixed. A DISCONNECTED event has been added to [...]]]></description>
				<content:encoded><![CDATA[<p><a title="Download" href="http://breakoutjs.com/download/">Breakout v0.1.4</a> is now available to download. This release fixes an issue with the fadeTo method of the LED and RGBLED objects. An issue with false release event triggers when connecting more than one button to pins 2 &#8211; 7 of a standard Arduino board has also been fixed. A <a href="http://breakoutjs.com/docs/symbols/BO.IOBoard.html#event:ioBoardDisconnected">DISCONNECTED</a> event has been added to IOBoardEvent. This event is fired when the IOBoard is disconnected from the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://breakoutjs.com/2012/04/breakout-v0-1-4-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breakout 0.1.3 Available + new examples</title>
		<link>http://breakoutjs.com/2012/03/breakout-0-1-3-available-new-examples/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breakout-0-1-3-available-new-examples</link>
		<comments>http://breakoutjs.com/2012/03/breakout-0-1-3-available-new-examples/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 22:59:26 +0000</pubDate>
		<dc:creator>soundanalogous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakoutjs.com/?p=616</guid>
		<description><![CDATA[Breakout 0.1.3 beta is now available to download. This release fixes a few bugs and adds a few analog sensor examples. The schematics.pdf file (Breakout/examples/ or breakoutjs.com/examples/schematics.pdf) has also been updated to add the analog sensor examples as well as a schematic of using the dcmotor.html example with an external power supply. The hello_word.html example [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://breakoutjs.com/download/" title="Download">Breakout 0.1.3 beta</a> is now available to download. This release fixes a few bugs and adds a few analog sensor examples. The schematics.pdf file (Breakout/examples/ or breakoutjs.com/examples/schematics.pdf) has also been updated to add the analog sensor examples as well as a schematic of using the dcmotor.html example with an external power supply. The hello_word.html example has been updated and simplified to better demonstrate input and output. The new example also works well with mobile devices (although much slower than on your desktop machine).</p>
<p>You&#8217;ll also find a template.html file in Breakout/examples/getting_started/. This example simply uses the onboard LED (connected to pin 13) of a standard Arduino board. It&#8217;s a good starting point for your projects.</p>
<p>Templates were also added to the processing.js examples (Breakout/examples/processing_js/) as well as a simpler processing.js + Breakout example (basic_example.js).</p>
<p>See the ChangeLog file for a full list of changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://breakoutjs.com/2012/03/breakout-0-1-3-available-new-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
