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/breedx/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
breedx's blog http://dorkbotpdx.org/blog/breedx en Ghetto Drum demonstration http://dorkbotpdx.org/blog/breedx/ghetto_drum_demonstration <p>As promised, here's a video demonstration of the Ghetto Drum retrofit with USB MIDI:</p> <p><object width="640" height="480"><embed src="http://vimeo.com/moogaloop.swf?clip_id=12349485&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=FF7700&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="450" height="338"></embed></object></p> http://dorkbotpdx.org/blog/breedx/ghetto_drum_demonstration#comments Sun, 06 Jun 2010 23:44:57 -0500 breedx 529 at http://dorkbotpdx.org Ghetto Drum USB MIDI retrofit http://dorkbotpdx.org/blog/breedx/ghetto_drum_usb_midi_retrofit <p>So <a href="http://pjrc.com">Paul</a> hooked me up with a <a href="http://pjrc.com/store/teensypp.html">Teensy++</a> with a couple bad pins a few months ago and I ended up putting it to good use by retrofitting my <a href="http://noisybox.net/art/gdrum/">Ghetto Drum system</a> in order to support MIDI over USB. The <a href="http://noisybox.net/art/gdrum/">project page</a> has been updated and provides a few more details about the Frankenstein job.</p> <p><a href="http://noisybox.net/art/gdrum/full/ghetto_drum_2_0_08.jpg"><img src="http://noisybox.net/art/gdrum/full/ghetto_drum_2_0_08.jpg" alt="ghetto drum 2.0" width='425px;' /></a></p> <p>I pulled open the old SyQuest case and unmounted the existing circuit board. After hacking at it with the Dremel for some time, I was able to turn the board sideways to make room for the new Teensy board. I mounted this new Teensy in the upper back and made a ghetto faceplate that allows the mini USB connector to poke through.</p> <p>I mounted the Teensy on a small piece of perfboard and made some super ghetto wooden standoffs. I wired 10 pins from the Teensy over to the existing PIC board with wire-wrap wire:<br /> 2 power lines and the 8 trigger points. On the legacy side, I decided to solder the<br /> connections right to the pins on the PIC chip itself. Whatever works! </p> <p>This change allows the whole mess to be powered by USB when pluged in. The legacy PIC board maintains its old function of reading the triggers and converting the data to RS232, but more importantly, the PIC toggles the trigger LED whenever a pad is hit. :)</p> <p>On the software side of things, I leveraged <a href="http://www.fourwalledcubicle.com/LUFA.php">Dean Camera's LUFA</a> to build some firmware that allows the Ghetto Drum to show up as a USB MIDI device. When plugged in, the device will show up with a clever name and show itself to the host computer as a USB audio/MIDI interface device. When the triggers are hit, the Teensy sends note on/off MIDI events on channel 1 (zero based).</p> <p>In order to make some sounds, I built a fairly involved <a href="http://puredata.info">Pd</a> patch that receives the MIDI events and can trigger drum samples from a gigantic library of synthesizers. I used the <a href="http://noisybox.net/electronics/dickhole_keypiss/">Dickhole Keypiss</a> with Pd to program different patches and assign samples to trigger channels. After the integration was complete, I ended up demonstrating the whole shebang one Monday night at <a href="http://dorkbotpdx.org">Dorkbot in Portland</a>.</p> <p>I hope to have a demonstration video up within a few days.</p> http://dorkbotpdx.org/blog/breedx/ghetto_drum_usb_midi_retrofit#comments Sun, 06 Jun 2010 02:01:01 -0500 breedx 527 at http://dorkbotpdx.org Pd patches from the workshop. http://dorkbotpdx.org/blog/breedx/pd_patches_from_the_workshop <p>Yesterday was the <a href='http://dorkbotpdx.org/workshop/pd/2-interfacing_with_the_world'>Pd interfacing with the world</a>workshop and we had a blast! Thanks to everybody who came, and even bigger thanks to Alex, Jesse, and Don for pulling it together!</p> <p>For posterity, I am attaching two of the Pd patches here that I was temporarily hosting elsewhere. If you didn't have a chance to attend, please feel free to check them out and play with them.</p> <ul> <li><a href='http://dorkbotpdx.org/files/fm_synth_patch.pd'>fm_synth_patch.pd</a> - The HID/joystick controlled FM synthesizer patch. </li> <li> <a href='http://dorkbotpdx.org/files/netsend_recv.pd'>netsend_recv.pd</a> - The netsend/netreceive demo patch. </li> </ul> <p>Hopefully soon we'll see some more technical info/specs on the <a href='http://dorkbotpdx.org/wiki/midimonster'>midi monster</a>, and then people can begin sharing info, ideas, and patches that they have created!<br /> <!--break--></p> http://dorkbotpdx.org/blog/breedx/pd_patches_from_the_workshop#comments Mon, 22 Feb 2010 22:57:19 -0600 breedx 466 at http://dorkbotpdx.org Heard at PCB fabrication / Eagle workshop: http://dorkbotpdx.org/blog/breedx/heard_at_pcb_fabrication_eagle_workshop <p>Feurig taught a great Eagle PCB workshop this weekend and had a solid turnout with a bunch of fast-learning board hackers! Kudos!</p> <p>As Feurig was about to place a pizza order, an utterly surreal and beautifully sarcastic moment happened. This is the exchange...</p> <p><strong>feurig:</strong> Is anyone here a vegetarian or vegan?<br /> <strong>&lt;crickets chirping in silence&gt;</strong><br /> <strong>me:</strong> wow, that's gotta be a first in Portland workshop history!<br /> <strong>mykle:</strong> well, I'm allergic to starches!<br /> <strong>heckler#2:</strong> I'm allergic to carbon!<br /> <strong>&lt;laugh riot&gt;</strong></p> <p>And really, the cadence was just perfect. I just absolutely had to share the LOL for those who weren't there. ;)</p> <br class="clear" /> http://dorkbotpdx.org/blog/breedx/heard_at_pcb_fabrication_eagle_workshop#comments Tue, 01 Dec 2009 00:39:21 -0600 breedx 437 at http://dorkbotpdx.org DorkbotPDX @ ON Gallery http://dorkbotpdx.org/blog/breedx/dorkbotpdx_on_gallery <p>The DorkbotPDX gallery opening at <a href='http://ongallery.org/'>ON Gallery</a> last Thursday (First Thursday) was a smash hit.</p> <p><a href='http://www.noisybox.net/photos/album/DorkbotPDX_at_ON_2009'><img src='http://dorkbotpdx.org/files/images/out.preview.jpg' alt='dork'/></a></p> <p>I've posted <a href='http://www.noisybox.net/photos/album/DorkbotPDX_at_ON_2009'>some photos from the event</a> (or click the above), but of course they don't do it justice. Live beats Memorex! Hooray!</p> http://dorkbotpdx.org/blog/breedx/dorkbotpdx_on_gallery#comments Tue, 06 Oct 2009 01:23:56 -0500 breedx 415 at http://dorkbotpdx.org Open Pd workshop http://dorkbotpdx.org/20090816_openpd <pre style='line-height: 12px;'> ___ ____ _ / _ \ _ __ ___ _ __ | _ \ __| | | | | | | '_ \ / _ \ | '_ \ | |_) | / _` | | |_| | | |_) || __/ | | | | | __/ | (_| | \___/ | .__/ \___| |_| |_| |_| \__,_| |_| __ __ [/~] _ _ [bang( \ \ / / ___ _ __ | | __ ___ | |__ ___ _ __ \ \ /\ / / / _ \ | '__|| |/ / / __| | '_ \ / _ \ | '_ \ \ V V / | (_) | | | | < \__ \ | | | | | (_) | | |_) | \_/\_/ \___/ |_| |_|\_\ |___/ |_| |_| \___/ | .__/ |_| THIS SUNDAY - Aug 16th - 1-5pm @ PNCA rm 205 [pd( //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\ | [you( /// \\\ | / /// Hi. DorkbotPDX would like to welcome \\\ [+ ] /// you to an OPEN Pd workshop. This is a \\\ | /// 4-hour open workshop in which you can \\\ [creative] /// bring any project you like to hack on \\\ | /// and share ideas and get help. All \\\ [outlet] /// projects are welcome, but we will be \\\ /// focusing on Pure Data (Pd). \\\ /// \\\ /// The workshop is intended to be a \\\ /// collaborative effort -- there is no \\\ /// curriculum, the cost is FREE, and you \\\ [+] /// may come and go as you like. \\\ /// \\\ /// For the best workshop experience, bring \\\ /// a laptop with Pd preinstalled and as \\\ /// much or as little gear as you can carry! \\\ /// \\\ [*~] /// <a href="http://dorkbotpdx.org/20090816_openpd" title="http://dorkbotpdx.org/20090816_openpd">http://dorkbotpdx.org/20090816_openpd</a> \\\ /// <a href="http://tinyurl.com/pnca-pdx" title="http://tinyurl.com/pnca-pdx">http://tinyurl.com/pnca-pdx</a> <- map \\\ /// \\\ \\-------------------------------------------// people doing strange things with pd and electricity [dac~] </pre><p><!--break--></p> http://dorkbotpdx.org/20090816_openpd#comments Tue, 11 Aug 2009 00:38:16 -0500 breedx 390 at http://dorkbotpdx.org The Dickhole Keypiss MIDI controller http://dorkbotpdx.org/blog/breedx/the_dickhole_keypiss_midi_controller <p>I built this little midi controller to trigger samples and control a few Pd parameters:<br /> <a class='nobglink' href='http://noisybox.net/electronics/dickhole_keypiss/'><br /> <img src='http://www.noisybox.net/electronics/dickhole_keypiss/images/Dickhole_keypiss_icon.png' alt='dickhole keypiss'/></a></p> <p>I posted a video of this in late May, but now that I've had a chance to document a few things, there is <a href="http://www.noisybox.net/electronics/dickhole_keypiss/">more information online</a>.</p> <p>It's based on an old touchtone telephone keypad, a rotary encoder, a two digit LED display, and a USB-based AVR breakout board (the <a href="http://pjrc.com/teensy"/>Teensy++</a>). The PC board was hand-etched at home, and it's mounted in a solid white, repurposed jewelry or makeup box, purchased at the Goodwill.</p> <p>We used this both at <a href='http://toorcamp.org'>toorcamp</a> and at the Someday Lounge performance thing on July 17th.</p> <p>Click the above to view more images, read the brief technical spec, and to download the code and circuit/pcb design artifacts.</p> http://dorkbotpdx.org/blog/breedx/the_dickhole_keypiss_midi_controller#comments Tue, 28 Jul 2009 23:33:57 -0500 breedx 383 at http://dorkbotpdx.org Convoluted DTMF dialer! http://dorkbotpdx.org/blog/breedx/convoluted_dtmf_dialer <p>I made this overkill <a href="http://en.wikipedia.org/wiki/DTMF">DTMF</a> dialer:</p> <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=4923640&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4923640&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object></p> <p><a href="http://vimeo.com/4923640">Worlds most convoluted DTMF dialer.</a> from <a href="http://vimeo.com/user630964">breedx</a> on <a href="http://vimeo.com">Vimeo</a>.</p> <p>It uses Don's <a href="http://dorkbotpdx.org/benito">Benito</a> to scan a 4x3 button matrix ripped from an old phone. The Benito then translates the button keypresses into MIDI and sends those over USB to a Linux PC running <a href="http://puredata.info">Pd</a>. Pd then decodes the midi and decides what DTMF tone to dial with some telephony abstractions I wrote a few weeks ago.</p> <p>Totally overkill, but a fun and simple project. After I build a box for it, this is likely to be used as a generic widget/trigger in our upcoming <a href="toorcamp.org">toorcamp</a> performance.</p> http://dorkbotpdx.org/blog/breedx/convoluted_dtmf_dialer#comments Sun, 31 May 2009 01:33:57 -0500 breedx 363 at http://dorkbotpdx.org Pure Data Workshop - (1 of 3) - Introduction to Pd http://dorkbotpdx.org/blog/breedx/pure_data_workshop_1_of_3_introduction_to_pd <p><img src="http://farm4.static.flickr.com/3558/3485557218_e3e3d743bd_o.gif" alt="flyer"></p> <h2>DorkbotPDX introduces free Pure Data workshop series</h2> <p> We are excited to announce a new workshop series devoted to Pure Data (Pd). <a href="http://puredata.info/">http://puredata.info</a>. </p> <p> "Pd (aka Pure Data) is a real-time graphical programming environment<br /> for audio, video, and graphical processing. It is the third major<br /> branch of the family of patcher programming languages known as Max<br /> (Max/FTS, ISPW Max, Max/MSP, jMax, etc.) originally developed by<br /> Miller Puckette and company at IRCAM." </p> <p> Pure Data is free [FLOSS] software - meaning there is no charge for<br /> the download and it is open source, (free/libre). It runs wonderfully<br /> on Mac, Linux, Windows - so bring any laptop. Come with Pd-extended<br /> installed if possible - otherwise come a little early for installation<br /> assistance. The workshop is free as well! </p> <p> We will will be doing several workshops starting from the ground up -<br /> and ranging topics as advanced as there is interest for. </p> <p> Workshop One will be held May 17th. No prior Pd or programming<br /> knowledge is required, but expect to leave with functional knowledge<br /> of how to use Pd. The outline in progress can be found here:<br /> <a href="http://dorkbotpdx.org/wiki/pd_workshop_2009_outline">http://dorkbotpdx.org/wiki/pd_workshop_2009_outline</a>. </p> <p> But we want to hear from you! We'd love to get a rough idea of how<br /> many people are interested in attending. </p> <p> Do you use Pd? Do you use similar commercial software like Max/MSP? Are you interested in learning Pd? Why? What are some of your ideas? </p> <p> Pd is an incredibly open-ended platform so we're trying to get an idea<br /> of where the majority's (if there is a majority) interests lie....<br /> Physical Interfaces for music? Live DSP? Generative composition?<br /> Video? Dance? Robotic cat toys? Feedforward most welcome! </p> <p> Bring a laptop with Pd-extended installed, if possible. Otherwise come<br /> a little early for installation help! <a href="http://puredata.info/downloads">http://puredata.info</a>. </p> <p style='font-weight: bold'> Seating is limited to about 35, so please rsvp at <a href="http://dorkbotpdx.org/pd_rsvp" title="http://dorkbotpdx.org/pd_rsvp">http://dorkbotpdx.org/pd_rsvp</a> or email jason@noisybox_net or coldham@mac_com. </p> <ul> <li>When: May 17th, 2009</li> <li>Where: PNCA room 205 (Portland, OR)</li> <li>Time: 1-5pm</li> </ul> http://dorkbotpdx.org/blog/breedx/pure_data_workshop_1_of_3_introduction_to_pd#comments Wed, 29 Apr 2009 01:17:35 -0500 breedx 344 at http://dorkbotpdx.org ECONOMY: BAD. FREE WORKSHOP: GOOD! http://dorkbotpdx.org/blog/breedx/economy_bad_free_workshop_good_0 <p>Save the date: Sunday afternoon, 3/29/2009<br /> Where: <a href="http://pnca.edu">PNCA</a>, room 205, 1-5pm</p> <p><a href='http://dorkbotpdx.org/files/images/mar09_openlab.png'><br /> <img src='http://dorkbotpdx.org/files/images/mar09_openlab.png' alt='open lab' width='500px'/><br /> </a></p> <p>Come join Dorkbot Portland for a four-hour geek-a-thon in the heart of the Perl (yes, I went there) District. Isotopes not required.</p> <p>What's all this then? A bunch of us will gather in the drawing studio in room 205 on 3/29 at 1pm to partake in a free-form workshop. Bring a pet project, tools, or simply your curiosity and desire to force technological constructs to meet your expressive inner nature. We're nice, open-minded, artistic people with a bubbling technolust, a hot soldering iron, and stinky armpits.</p> <p>This is a place to brainstorm, but really to handstorm. Bring your ideas, let's share and explore together. Feel free to gloat, show-off, scorn, mimic, embrace, or destroy. Hi.</p> http://dorkbotpdx.org/blog/breedx/economy_bad_free_workshop_good_0#comments Fri, 13 Mar 2009 01:28:42 -0500 breedx 322 at http://dorkbotpdx.org Kolpxnty fab prototypes gang chained http://dorkbotpdx.org/blog/breedx/kolpxnty_fab_prototypes_gang_chained <p><a href="http://www.flickr.com/photos/breedx/3340200239/" title="kolpxnty_chained_powered_01 by breedx, on Flickr"><img src="http://farm4.static.flickr.com/3359/3340200239_0bf651eaf9.jpg" width="500" height="333" alt="kolpxnty_chained_powered_01" /></a></p> <p>These will make things bark.</p> <p>They are not without problems and have not yet been instructed to bend the circuit things, but they will soon. The above is being driven from Pd via MIDI by way of Benito.</p> <p>More to come... </p> http://dorkbotpdx.org/blog/breedx/kolpxnty_fab_prototypes_gang_chained#comments Mon, 09 Mar 2009 03:50:39 -0500 breedx 316 at http://dorkbotpdx.org benito + kolpxnty + barbie == <3 http://dorkbotpdx.org/blog/breedx/benito_kolpxnty_barbie_3 <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=2202137&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2202137&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><br /><a href="http://vimeo.com/2202137">kolpxnty camera phone teaser!</a> from <a href="http://vimeo.com/user630964">breedx</a> on <a href="http://vimeo.com">Vimeo</a>.</p> <p> I've mostly finished the next phase of the kolpxnty board -- driving the thing from midi over usb from apps like <a href="http://puredata.info">pd (pure-data)</a>. In the above clip, a braindead pd patch is sequencing the bowels of a Barbie telephone children's toy without any additional circuit bending bonus points. My video recorder died, so the video was recorded in near darkness on my phone ("Sorry folks!"). </p> <p> The next phase is to see how it can switch in circuit bent components (pitch down resistors/caps, for example) and to shrink the board size before having it fabbed. </p> http://dorkbotpdx.org/blog/breedx/benito_kolpxnty_barbie_3#comments Mon, 10 Nov 2008 02:28:55 -0600 breedx 262 at http://dorkbotpdx.org Overheard at dorkbot last night... http://dorkbotpdx.org/blog/breedx/overheard_at_dorkbot_last_night <p>The following was heard over a soldering iron at our casual Dorkbot gathering last night:</p> <p>&quot;Christ, that night in the hospital...my underwear was covered in ferric chloride stains.&quot;</p> <p>Heh. :) I couldn't stop laughing....only at Dorkbot!</p> <br class="clear" /> http://dorkbotpdx.org/blog/breedx/overheard_at_dorkbot_last_night#comments Tue, 02 Sep 2008 23:13:06 -0500 breedx 211 at http://dorkbotpdx.org Some of the tiniest soldering I've ever done http://dorkbotpdx.org/blog/breedx/some_of_the_tiniest_soldering_ive_ever_done <p>In the last week or two I've been doing some of the smallest soldering I've ever attempted.</p> <p>It all started with the KOLPXNTY board I've been designing and prototyping. I won't dive into detail here (maybe later!?), but the basic goal is to trigger a fairly large number of circuit bent devices from a networked computer.</p> <p><img src="http://noisybox.net/weblog/images/kolpxnty_prototype.jpg" alt="kolpxnty" /></p> <p>I'll put up a documentation page if/when it's more relevant.</p> <p>Although this certainly not rocket science, it's certainly the most complex 2-sided surface mount board I've attempted to design. Briefly, there are a few buses, a lot of traces, and a shitton of vias (for my amateur hand anyway). I soldered down the teeny LEDs and 6 small SMT chips and the bypass caps and resistors and rested confident in knowing that even though the board was hand-ironed and soldered haphazardly, that it was good and efficient and tight.</p> <p>Then I decided to finally build out the benito kits that I scored from Dorkbot Don a month or longer ago.</p> <p><img src="http://noisybox.net/weblog/images/benito_done.jpg" alt="the little tuff one" /></p> <p>Let's be clear -- this shit is pretty damn small. It's not exactly microscopic. It's still hand soldered, but wow, it's really tight. The TQFP part is really hard not to bridge, but the braid will save you. The LEDs are really light and challenging, but totally doable if careful. The remainder of the SMT parts (caps and resistors mostly) are surprisingly fun to mount and actually save you the trouble of cutting those long leads (like on thru-hole parts).</p> <p>I built two of them and although I managed to ruin one of the LEDs on one of the boards, I have been able to confirm that they're both functional.</p> <p>Don has really done some great and amazing work here!</p> <p>Let's be absolutely clear: He's designed and built us a cheap and readily available platform that can act as a usb&lt;-&gt;serial bridge, an Atmel programmer, or even more generally, a really great cheap and open platform for USB+AVR hacking. Wanna control a servo? Sure, this can do it! Wanna read from an SPI sensor? Sure, this can do it too!</p> <p>It's still probably in need of some general purpose cross-platform code and reusable modules, but what a great small, cheap, and efficient platform on which to build computer-enabled projects! It think it was nearly ten years ago that I read about the death of the serial port and the future of this newfangled USB thing.</p> <p>It was a hobbyist nightmare. How were (are?) we going to deal with the insanity? Other than the overpriced FTDI chip (not to fully knock it -- that chip is great), the benito is the first real usb platform that does what we hobbyists kinda want. Granted the software has to be there to support it -- and it will follow soon. Pay attention. :)</p> http://dorkbotpdx.org/blog/breedx/some_of_the_tiniest_soldering_ive_ever_done#comments Thu, 28 Aug 2008 01:46:25 -0500 breedx 209 at http://dorkbotpdx.org Dorkboard assembly tutorial is online http://dorkbotpdx.org/blog/breedx/dorkboard_assembly_tutorial_is_online <p> <a href="http://dorkbotpdx.org/dorkboard_assembly_tutorial"><img src="http://farm4.static.flickr.com/3196/2715595579_a85ea25182.jpg" alt="dorkboard assembly"/></a></p> <p>I've placed a brief <a href="http://dorkbotpdx.org/dorkboard_assembly_tutorial">Dorkboard assembly tutorial</a> online. It's my first attempt at a photo documented circuit tutorial, so feedback is always welcome. </p> <p>I'm sure there are nuances/subtleties that I've missed...please report them and make the page better!</p> http://dorkbotpdx.org/blog/breedx/dorkboard_assembly_tutorial_is_online#comments Fri, 01 Aug 2008 01:18:04 -0500 breedx 193 at http://dorkbotpdx.org Meeting :: Tomorrow 5/26 7pm at NW Lucky Lab http://dorkbotpdx.org/blog/breedx/meeting_tomorrow_5_26_7pm_at_nw_lucky_lab <pre> _| _ ._ | |_ _ _|_ (_| (_) | |< |_) (_) |_ _|_ _ ._ _ _ ._ ._ _ | |_ (_) | | | (_) | | (_) \/\/ o </pre><p> 7:00pm at the Lucky Lab NW</p> <p>Come get your dork on! There will be a group of us meeting at the Lucky Lab NW tomorrow, May 26th at around 7pm to talk and show off our tech/art/mad endeavors. Bring a project and a question and a concept and an inquisitive mind. We're a very approachable and friendly group that readily welcomes newbies, seasoned hacks, and everyone in between...just look for an excess of laptops and electronic components and say "Hi.".</p> <p>Sadly, it seems that Ethan, the spark shooting shockatronic dinotron won't be present. He really made an impression last time (I think most victims have made it out of surgery).</p> http://dorkbotpdx.org/blog/breedx/meeting_tomorrow_5_26_7pm_at_nw_lucky_lab#comments Sun, 25 May 2008 13:11:04 -0500 breedx 164 at http://dorkbotpdx.org Many toys have been purchased for the workshop http://dorkbotpdx.org/blog/breedx/many_toys_have_been_purchased_for_the_workshop <p>A couple of weeks ago, we hit the bins and obtained more than 50lbs (a pretty full shopping cart) of toys. The workshop should have plenty of fun and noisy things to hack apart. I'm continuously amazed at just how many toys have sound making devices embedded in them now...</p> <br class="clear" /> http://dorkbotpdx.org/blog/breedx/many_toys_have_been_purchased_for_the_workshop#comments Thu, 17 Jan 2008 01:17:34 -0600 breedx 114 at http://dorkbotpdx.org Announcing: Haywire :: The circuit bending workshop http://dorkbotpdx.org/blog/breedx/announcing_haywire_the_circuit_bending_workshop <p>I will be hosting a 5+ hour circuit bending workshop on Jan 27th, 2008 at PNCA. There is a flyer being printed:</p> <p><a href="http://dorkbotpdx.org/files/images/bending_workshop_web_full.png"><img src="http://dorkbotpdx.org/files/images/bending_workshop_web_full.thumbnail.png" alt="haywire"/></a></p> <p>And there is a general information page available at<br /> <a href="http://dorkbotpdx.org/haywire">http://dorkbodpdx.org/haywire</a> . Please start to spread the word...</p> http://dorkbotpdx.org/blog/breedx/announcing_haywire_the_circuit_bending_workshop#comments Mon, 24 Dec 2007 18:05:34 -0600 breedx 101 at http://dorkbotpdx.org MEETING: THURSDAY 12/20 @ Backspace 7:00pm http://dorkbotpdx.org/blog/breedx/meeting_thursday_12_20_backspace_7_00pm <p>Hello DORKS.</p> <p>Why wait for 2008? We're ushering in the new year early with a trifecta of change: Change of day, change of time, and change of venue! <strong>Note:</strong> We're moving the casual meeting day to <strong>THURSDAY</strong> and moving the location to <strong><a href="http://www.backspace.bz/">BACKSPACE</a></strong> in downtown Portland, and starting 30 minutes earlier at <strong>7:00pm</strong>.</p> <p>While we certainly acknowledge that we cannot please everybody all the time, we generally feel that this will be a positive move for the group! The new location is more centrally located (instead of way up NoPo), well lit, all ages, and way more conducive to talking and even tinkering. </p> <p>This will be a casual meeting (not a formal/presentation style) where we can talk about projects and brainstorm the onslaught which will be 2008. Come on down, bring a friend, and bring your spark-shooting electronic iguana that you hacked with 12 microcontrollers and GPS.</p> http://dorkbotpdx.org/blog/breedx/meeting_thursday_12_20_backspace_7_00pm#comments Tue, 18 Dec 2007 00:13:42 -0600 breedx 97 at http://dorkbotpdx.org ZAP! POW! Come on down on Wednesday! http://dorkbotpdx.org/blog/breedx/zap_pow_come_on_down_on_wednesday <p>Portland Dorkbot will be having an informal gathering on Wednesday, December 5th at 7:30pm at <a href="http://barvendetta.com/">Vendetta on N Williams</a>. Come on down and bring your mom.</p> <p>We're generally pretty easy to spot. Be on the lookout for out-of-place uncomfortable dorks with glowing laptop screens and piles of gadgetry on the tables. Amen.</p> <p>Although this <em>is</em> an informal gathering, we always encourage people to bring their latest hacks to show off, work on, or just basically share with the group. There have been some <em>very</em> thought provoking and creative discussions lately, and things are heating up for the beginning of 2008...so come on!</p> http://dorkbotpdx.org/blog/breedx/zap_pow_come_on_down_on_wednesday#comments Tue, 04 Dec 2007 01:11:12 -0600 breedx 95 at http://dorkbotpdx.org