<?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>Nomeist &#187; arduino</title>
	<atom:link href="http://nomeist.com/category/arduino/feed" rel="self" type="application/rss+xml" />
	<link>http://nomeist.com</link>
	<description>Monome Adventures</description>
	<lastBuildDate>Tue, 30 Mar 2010 02:44:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MidiVox Ableton Instrument</title>
		<link>http://nomeist.com/midivox-ableton-instrument/259</link>
		<comments>http://nomeist.com/midivox-ableton-instrument/259#comments</comments>
		<pubDate>Tue, 30 Mar 2010 02:44:00 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[max/msp]]></category>
		<category><![CDATA[midivox]]></category>

		<guid isPermaLink="false">http://nomeist.com/?p=259</guid>
		<description><![CDATA[Having assembled my MidiVox, I set about trying to use it in ableton with sequenced midi control and automation of the CC controls. I hate dealing with native midi in abelton, the automation is never user friendly with a giant list of everything, and control isn&#8217;t exposed in the UI, so the only place to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/sykes/4461970352/" title="Midivox #1 together by Jon Sykes, on Flickr"><img src="http://farm5.static.flickr.com/4050/4461970352_88be1a7f51.jpg" width="500" height="375" alt="Midivox #1 together" /></a></p>
<p>Having assembled my MidiVox, I set about trying to use it in ableton with sequenced midi control and automation of the CC controls.</p>
<p>I hate dealing with native midi in abelton, the automation is never user friendly with a giant list of everything, and control isn&#8217;t exposed in the UI, so the only place to change the values is in the envelope part of the workflow.  So I thought I&#8217;d delve into Max4Live and make a nice simple front end midi controller that can be added in front of the external instrument and contains all the default Live dials and is specific to MidiVox.  </p>
<p><img src="http://nomeist.com/wp-content/uploads/2010/03/Picture-2.png" alt="" title="MidiVox Ableton Controller" width="476" height="266" class="alignnone size-full wp-image-261" /></p>
<p>Attached is a zip that contains this first pass as an ableton instrument, as an ableton instrument rack including the external instrument and as the plain max patch.  I have no idea if it will work on other peoples systems, as this is my first patch shared, let me know if you can get it working, or if there are issues.  I have a ton of ideas for making it better, but for now it works and serves the purpose.</p>
<p><a href='http://nomeist.com/wp-content/uploads/2010/03/midvox_for_Max4Live.zip'>midvox_for_Max4Live.zip (0.1 release)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nomeist.com/midivox-ableton-instrument/259/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Arduino Step Sequencer</title>
		<link>http://nomeist.com/arduino-step-sequencer/251</link>
		<comments>http://nomeist.com/arduino-step-sequencer/251#comments</comments>
		<pubDate>Thu, 25 Mar 2010 00:35:05 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Modular]]></category>
		<category><![CDATA[Sequencer]]></category>
		<category><![CDATA[arduino]]></category>

		<guid isPermaLink="false">http://nomeist.com/?p=251</guid>
		<description><![CDATA[Ever since buying a couple of modules, I&#8217;ve fallen in love with analogue modular synths, they are addictive beyond belief and I&#8217;ve yet to find anything as engrossing as standing in front of it twiddling knobs for no apparent reason generating all sorts of swirling modulating filtering noise. I can loose hours very easily. As [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since buying a couple of modules, I&#8217;ve fallen in love with <a href="http://www.doepfer.de/a100e.htm">analogue modular synths</a>, they are addictive beyond belief and I&#8217;ve yet to find anything as engrossing as standing in front of it twiddling knobs for no apparent reason generating all sorts of swirling modulating filtering noise.  I can loose hours very easily.  As always though I&#8217;m never satisfied and I want to tinker.  One of my projects I&#8217;m most actively researching is the idea of an <a href="http://en.wikipedia.org/wiki/Arduino">arduino</a> based Step Sequencer.</p>
<p>There are a <a href="http://www.uchobby.com/index.php/2008/01/08/arduino-audio-dac-options/">million</a> <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1169703529">threads</a> online with people desperately trying to get their trusty arduino&#8217;s to generate control voltage.  The problem you have is that the arduino doesn&#8217;t live in a real analog world, it&#8217;s all about the digital.  The only smooth it can do is <a href="http://www.arcfn.com/2009/07/secrets-of-arduino-pwm.html">PWM</a>, and even then it&#8217;s really not go lovely to listen to.  There are huge threads about people applying filtering, or faking analog with <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1208192843">complex software</a>, or powering 8bit, 12bit 16bit DAC and the huge amount of arduino sketches needs to handle them, and to be honest it&#8217;s totally terrifying for something that is as easy as turning a pot.  So I decided to take a different approach. (if you really want to make music with an arduino, go see <a href="http://www.narbotic.com/kits/midivox/">midivox</a>, I just got a couple and they kick ass)</p>
<p>I want to keep the analog signal pure, and only handle the step side of the equation using the arduino.  So the initial idea would be 8 pots, 1 thru 8.  a single CV in, a single CV out.  The arduino would be hooked up, so that when messages are sent down the USB connection, current passes thru 1 specific pot and comes out the other side.</p>
<p><a href="http://www.flickr.com/photos/sykes/4461335248/" title="Idea by Jon Sykes, on Flickr"><img src="http://farm5.static.flickr.com/4020/4461335248_54a2ef1b8b.jpg" width="375" height="500" alt="Idea" /></a></p>
<p>So I can set up my &#8220;notes&#8221; with the analog pots, and then just trigger which one, when, how long and what order they get &#8220;played&#8221;.</p>
<p>After this initial prototype, I&#8217;d shoot higher and aim for 3 or 4 rows of 8 each with their own dedicated CV in and out, and gate outs, and tempo outs, and LED&#8217;s flashing, and a front accessible USB port, and way to store sequences on a memory chip that is slotted into the front and sequences chosen using nothing but the power of the mind, etc etc etc.</p>
<p><a href="http://www.flickr.com/photos/sykes/4460591917/" title="The other idea by Jon Sykes, on Flickr"><img src="http://farm5.static.flickr.com/4067/4460591917_780163d3f4.jpg" width="440" height="500" alt="The other idea" /></a></p>
<p>It seemed like a no brainer DIY project, that maybe one day would lead to PCB&#8217;s and kits and open source and all that stuff I aspire to do.</p>
<p>Due to my limited real knowledge thought I&#8217;m already <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1269463530/0#4">overflowing with questions</a>.  First of which is how I do this, and what&#8217;s the best &#8220;switching&#8221; mechanism should I use.  Should I use relays, optoisolators, Voltage controlled resistors, transistors or just good old plain Jane relays.  I have some open question on the arduino forums so hopefully I&#8217;ll get some validation for my madness.  Any suggestions feel free to jump in. </p>
]]></content:encoded>
			<wfw:commentRss>http://nomeist.com/arduino-step-sequencer/251/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blipnome (eurorack mount?)</title>
		<link>http://nomeist.com/blipnome/248</link>
		<comments>http://nomeist.com/blipnome/248#comments</comments>
		<pubDate>Sat, 20 Feb 2010 18:55:06 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Arduinome]]></category>
		<category><![CDATA[Bliptronic]]></category>
		<category><![CDATA[Enclosure]]></category>
		<category><![CDATA[arduino]]></category>

		<guid isPermaLink="false">http://nomeist.com/?p=248</guid>
		<description><![CDATA[Stray Technologies aka Vblank, has finished up doing his bliptronic to blipnome arduino conversion, and has made available a $70 kit to do the conversion including 4 pots which control ADC in Arduinomeserial. This is such an awesome project and something I&#8217;ve been hoping someone would crack since the Blips first came out. I&#8217;ve ordered [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/AVKQGLzbBmw&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/AVKQGLzbBmw&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Stray Technologies aka Vblank, has finished up doing his bliptronic to blipnome arduino conversion, and has made available a $70 kit to do the conversion including 4 pots which control ADC in Arduinomeserial.</p>
<p>This is such an awesome project and something <a href="http://nomeist.com/bliptronic/209">I&#8217;ve been hoping</a> someone would crack since the Blips first came out. </p>
<p>I&#8217;ve ordered two, the second one is to work on a dream of mine, and that&#8217;s a eurorack mounted monome interface.</p>
<p><a href="http://www.flickr.com/photos/sykes/4373192176/" title="Blipnome in a eurorack? by Jon Sykes, on Flickr"><img src="http://farm5.static.flickr.com/4060/4373192176_225d722b93.jpg" width="500" height="375" alt="Blipnome in a eurorack?" /></a></p>
<p>It fits a treat, I just need to find a faceplate with the correct holes, as the blip case isn&#8217;t ideal as it&#8217;s plastic and curved with speaker holes.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomeist.com/blipnome/248/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Threshold Toggle</title>
		<link>http://nomeist.com/threshold-toggle/190</link>
		<comments>http://nomeist.com/threshold-toggle/190#comments</comments>
		<pubDate>Wed, 22 Jul 2009 18:36:12 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[max/msp]]></category>

		<guid isPermaLink="false">http://nomeist.com/?p=190</guid>
		<description><![CDATA[thresh_hold_toggle.maxpat I needed this functionality for one of my arduino midi projects that&#8217;s on my to do list, this was a quick 15 minute blast through. I&#8217;m sure the max isn&#8217;t awesome and probably very ugly, but it works.]]></description>
			<content:encoded><![CDATA[<p><a href="http://nomeist.com/wp-content/uploads/2009/07/Picture-421.png"><img src="http://nomeist.com/wp-content/uploads/2009/07/Picture-421-499x544.png" alt="Threshold Toggle Max Patch" title="Threshold Toggle Max Patch" width="499" height="544" class="alignnone size-large wp-image-194" /></a></p>
<p><a href='http://nomeist.com/wp-content/uploads/2009/07/thresh_hold_toggle.maxpat'>thresh_hold_toggle.maxpat</a></p>
<p>I needed this functionality for one of my arduino midi projects that&#8217;s on my to do list, this was a quick 15 minute blast through.  I&#8217;m sure the max isn&#8217;t awesome and probably very ugly, but it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomeist.com/threshold-toggle/190/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xyloduino Prototype</title>
		<link>http://nomeist.com/xyloduino-prototype/170</link>
		<comments>http://nomeist.com/xyloduino-prototype/170#comments</comments>
		<pubDate>Tue, 17 Feb 2009 13:59:28 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Build Process]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[xyloduino]]></category>

		<guid isPermaLink="false">http://nomeist.com/?p=170</guid>
		<description><![CDATA[Xyloduino from JP Sykes on Vimeo. I&#8217;ll post some code and details of how it&#8217;s setup later tonight when I get home.]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="375"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3252796&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3252796&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="375"></embed></object><br /><a href="http://vimeo.com/3252796">Xyloduino</a> from <a href="http://vimeo.com/jpsykes">JP Sykes</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>I&#8217;ll post some code and details of how it&#8217;s setup later tonight when I get home.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomeist.com/xyloduino-prototype/170/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Arduino to Servo</title>
		<link>http://nomeist.com/arduino-to-servo/168</link>
		<comments>http://nomeist.com/arduino-to-servo/168#comments</comments>
		<pubDate>Sun, 15 Feb 2009 02:50:21 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Build Process]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[servo]]></category>

		<guid isPermaLink="false">http://nomeist.com/?p=168</guid>
		<description><![CDATA[Spent a couple of minutes this afternoon playing around with my new SG90 servos I picked up on ebay for a steal. Initially I just wanted to get them talking with an arduino &#8211; which although initially looked easy, was a bit of a time vampire. Anyway, trick seems to be code like that attached, [...]]]></description>
			<content:encoded><![CDATA[<p>Spent a couple of minutes this afternoon playing around with my new SG90 servos I picked up on ebay for a steal. Initially I just wanted to get them talking with an arduino &#8211; which although initially looked easy, was a bit of a time vampire.  Anyway, trick seems to be code like that attached, and ensuring you have the 5v unplugged until everything has updated and started (no idea why, but seems the loading voltage changes seems to freak the servo out.</p>
<p><code><br />
int signalPin = 8; //servo signal pin</p>
<p>void setup()<br />
{<br />
 pinMode(signalPin, OUTPUT);<br />
}</p>
<p>void loop()<br />
{<br />
  for (int i=0; i <= 100; i++)     // turn to CCW end, hold 2 seconds<br />
   {<br />
   digitalWrite(signalPin, HIGH);  // control signal high<br />
   delayMicroseconds(900);        //   for 900 uS<br />
   digitalWrite(signalPin, LOW);   // control signal low<br />
   delay(10);                      // wait 20mS<br />
   }</p>
<p>  for (int i=0; i <= 50; i++)     // turn to CW end, hold 2 seconds<br />
   {<br />
   digitalWrite(signalPin, HIGH);  // control signal high<br />
   delayMicroseconds(1100);        //   for 1500 uS<br />
   digitalWrite(signalPin, LOW);   // control signal low<br />
   delay(1);                      // wait 20mS<br />
   }</p>
<p> }</p>
<p></code></p>
<p>Some useful reference sites, but be aware that neither of these I could get the code to work, but probably more my issue than the code:</p>
<p><a href="http://principialabs.com/arduino-serial-servo-control/">http://principialabs.com/arduino-serial-servo-control/</a><br />
<a href="http://itp.nyu.edu/physcomp/Labs/AnalogIn">http://itp.nyu.edu/physcomp/Labs/AnalogIn</a></p>
<p>Next step, aiming low, I want to get a button in max that will trigger the servo movement:</p>
<p><a href="http://www.cycling74.com/forums/index.php?t=msg&#038;goto=165203">http://www.cycling74.com/forums/index.php?t=msg&#038;goto=165203</a></p>
<p>Once I have that, I just need to replicate the action with the 6 other servos, work out how to attach hammers to them all, and then add some sort of step sequencer in max so I can have a 6 note analog drum kit.... that is until my xylophone arrives.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomeist.com/arduino-to-servo/168/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
