Warning: Table './lockneyn_dorkbotpdx/cache_page' is marked as crashed and should be repaired query: SELECT data, created, headers, expire FROM cache_page WHERE cid = 'http://dorkbotpdx.org/blog/coldham/feed' in /home/lockneyn/public_html/dorkbotpdx/includes/database.mysql.inc on line 172

Warning: Cannot modify header information - headers already sent by (output started at /home/lockneyn/public_html/dorkbotpdx/includes/database.mysql.inc:172) in /home/lockneyn/public_html/dorkbotpdx/includes/bootstrap.inc on line 488

Warning: Cannot modify header information - headers already sent by (output started at /home/lockneyn/public_html/dorkbotpdx/includes/database.mysql.inc:172) in /home/lockneyn/public_html/dorkbotpdx/includes/bootstrap.inc on line 489

Warning: Cannot modify header information - headers already sent by (output started at /home/lockneyn/public_html/dorkbotpdx/includes/database.mysql.inc:172) in /home/lockneyn/public_html/dorkbotpdx/includes/bootstrap.inc on line 490

Warning: Cannot modify header information - headers already sent by (output started at /home/lockneyn/public_html/dorkbotpdx/includes/database.mysql.inc:172) in /home/lockneyn/public_html/dorkbotpdx/includes/bootstrap.inc on line 491
coldham's blog http://dorkbotpdx.org/blog/coldham en Bed(green fuse) preview. On Gallery Show, Oct 1st 2009 http://dorkbotpdx.org/blog/coldham/bed_green_fuse_preview_on_gallery_show_oct_1st_2009 <p><object width="400" height="300"><br /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6744880&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1&amp;group_id=" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6744880&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1&amp;group_id=" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object> <p><a href="http://vimeo.com/groups/2463/videos/6744880">Bed(green fuse)</a> from <a href="http://vimeo.com/user1488637">Collin Oldham</a> on <a href="http://vimeo.com">Vimeo</a>.</p> http://dorkbotpdx.org/blog/coldham/bed_green_fuse_preview_on_gallery_show_oct_1st_2009#comments Fri, 25 Sep 2009 02:07:54 -0500 coldham 408 at http://dorkbotpdx.org dorkbot at the ON Gallery http://dorkbotpdx.org/blog/coldham/dorkbot_at_the_on_gallery <p>Pushing ever further from the realm of my expertise, here's a graphic I gimp'ed up for the upcoming show. Information contained may be correct.<a href="http://dorkbotpdx.org/node/405"><img src="http://dorkbotpdx.org/files/images/dorkbotongallery.jpg" width="525" height="439" title="" alt="dorkbotongallery.jpg" style="display: block; margin-left: auto; margin-right: auto;" /></a></p> <br class="clear" /> http://dorkbotpdx.org/blog/coldham/dorkbot_at_the_on_gallery#comments Wed, 16 Sep 2009 21:46:11 -0500 coldham 406 at http://dorkbotpdx.org Pd and Arduino (or whatever you call it.) http://dorkbotpdx.org/blog/coldham/pd_and_arduino_or_whatever_you_call_it <p>I never blog! But I've been integrating AVR's with Pd for a few years now, and It's time to share my technique, such as it is.</p> <p>I use the AVR as a sensor interface, and as a controller for music. It's mostly reading values from the &quot;digital&quot; pins, which are generally hooked up to a button or switch, and reading voltages from &quot;analog&quot; pins, which are hooked up to a knob or slider or other form of voltage divider. There's a sketch in the .zip below called SimpleSend.pde, which does this, and another called Send_median3.pde that does the same but with a fancy median filter for eliminating outliers.</p> <p>The next step is to send this info to the serial port and read it in Pd. There is an external, [comport] (included with extended), which is made for reading serial in Pd, but the trick is to convert the bytes coming in to numbers and symbols that are useful in Pd. I've used tof's [ascii2pd] abstraction in my patches, and it works great and is very flexible and useful and all that, but on one of my machines it wouldn't work because it depends on [coll] (from cyclone) which wouldn't create on that machine. I built an abstraction that is not very flexible, but has no dependencies. It's included in the .zip below, and is called SimpleReceive.pd. Another patch using [ascii2pd] is in there too, it's called SimplerReceive.pd.</p> <p>If you want to build a controller, this should get you on your way. Of course, there is also the topic of sending from Pd to the AVR, and some other tools like firmata, and some interesting hardware hacks that we are thinking of for a future dorkbot workshop!</p> <p><a href="http://dorkbotpdx.org/files/SimpleSend.zip">http://dorkbotpdx.org/files/SimpleSend.zip</a></p> <br class="clear" /> http://dorkbotpdx.org/blog/coldham/pd_and_arduino_or_whatever_you_call_it#comments Mon, 01 Jun 2009 20:57:28 -0500 coldham 368 at http://dorkbotpdx.org