<?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>Hi My Name is Peter Vieth &#187; Events</title>
	<atom:link href="http://petervieth.com/category/events/feed/" rel="self" type="application/rss+xml" />
	<link>http://petervieth.com</link>
	<description>...and I build things</description>
	<lastBuildDate>Tue, 14 Feb 2012 07:59:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Android Open Accessory Development Kit</title>
		<link>http://petervieth.com/2011/06/08/android-open-accessory-development-kit/</link>
		<comments>http://petervieth.com/2011/06/08/android-open-accessory-development-kit/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 07:08:12 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://petervieth.com/?p=547</guid>
		<description><![CDATA[Official support for controlling hardware via Android handsets is here.  I'm not impressed.]]></description>
			<content:encoded><![CDATA[<p>While at the Maker Faire, I stopped by the Google display positioned on prime territory by the entrance, a location occupied by Ford last year (the carmaker didn&#8217;t bother with a presence this year).  I had missed all the lectures by then, though two cargo containers with exhibits remained, plus a handful of multi colored folding chairs which attendees sat in. One container was dedicated to Sketchup, while the other showcased some projects, including one based on the Android Open Accessory Development Kit.<a href="http://petervieth.com/wp-content/uploads/2011/06/P1020118.jpg"><img class="alignright size-medium wp-image-548" title="Android Open Accessory Development Kit" src="http://petervieth.com/wp-content/uploads/2011/06/P1020118-300x206.jpg" alt="" width="300" height="206" /></a></p>
<p>I was excited to see this development.  So far, I&#8217;d only had success controlling other devices from Android via Bluetooth.  I picked up the attached NexusOne and tried the demo, but it crashed.  I found the program and ran it again, and it crashed again.  Ok, fine, so when I got home I <a href="http://developer.android.com/guide/topics/usb/adk.html">googled the kit</a>.</p>
<p>A little background: my own project, an Internet connected beer fridge, needed to not only connect to the Internet, but control real world things.  The Arduino can do the latter, but connecting to the internet isn&#8217;t really possible with the available shields.  The Arduino doesn&#8217;t really have the muscle to deal with the internet, either.  I needed another device to handle the internet, one that could talk to Arduino.  I&#8217;d had success with Arduino and a NexusOne via Bluetooth before.  But the NexusOne is a really expensive device, especially compared to the Arduino, so I opted for a Linksys router instead this time.  $8 at a thrift store, and $30 brand new. Can&#8217;t beat that. But it&#8217;s not a polished, super reliable system (yet).</p>
<p>With the weight of Google behind this effort, maybe the extra $250 might be a cheap investment for high quality code and hardware. Then I read the &#8220;How the ADK board implements the Android Accessory protocol&#8221; section.  Ouch.</p>
<p>The really great thing about Arduino is that just about anyone can learn to program the thing.  You can write a program with less than a dozen lines that does something useful.</p>
<p>In my effort to attach the Linksys router, I strove to keep things as simple as possible.   The communication between the router and Arduino is really simple: the Arduino tells the router the status of pins, the router runs a script where the status of output pins can be calculated based on the input pins.  For a temperature sensor, it looks something like this: digital_pin[01]=(analog_pin[00]/1024)*500-273.  The updated pins get sent back to the Arduino.  Simple.</p>
<p>With the Android Open Accessory Development Kit, you&#8217;re looking at about 100 lines of code just to have the Arduino handshake with the phone to set up a connection.  If you&#8217;re using an Arduino, it&#8217;s because you don&#8217;t have time for that crap.</p>
<p>Luckily, my conclusion requires only one word:</p>
<p>Fail.</p>
]]></content:encoded>
			<wfw:commentRss>http://petervieth.com/2011/06/08/android-open-accessory-development-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking 4 Health</title>
		<link>http://petervieth.com/2010/11/05/hacking-4-health/</link>
		<comments>http://petervieth.com/2010/11/05/hacking-4-health/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 00:56:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://petervieth.com/?p=496</guid>
		<description><![CDATA[We won the Health 2.0 Developer Challenge!]]></description>
			<content:encoded><![CDATA[<p>The past<a href="http://petervieth.com/wp-content/uploads/2010/11/foot.jpg"><img class="alignright size-medium wp-image-500" title="foot" src="http://petervieth.com/wp-content/uploads/2010/11/foot-287x300.jpg" alt="" width="287" height="300" /></a> few months I&#8217;ve been getting back into healthcare software&#8211; though not through Accelere.  Sometimes when life gets stagnant, I follow a simple recipe: throw yourself into an event, among the people who you&#8217;d like to be around.</p>
<p>I normally dislike Facebook, but it came through in a big way: <a href="http://weblogs.mozillazine.org/dmose/">Dan Mosedale</a> of the Mozilla Project posted the <a href="http://www.healthtap.com/2010/08/2520/">Hacking4Health event</a>, held at the offices of startup HealthTap, Inc, on Facebook.  The plan was to get about 50 people in the office and create some cool applications using public health data.</p>
<p>But 200 people showed up, overflowing into the building&#8217;s hallways and using every available flat surface as a desk.  So many teams entered the competition, the 8 hour event continued into the night.</p>
<p>At the beginning, participants with an idea got to stand up on a chair and pitch their idea and form a team.  After I presented my idea, <a href="http://www.hunterwhitney.com/">Hunter Whitney</a> pitched his data visualization idea and we immediately designed to join forces.  While some teams went straight to coding, we spent half the day validating our story&#8211; an effort that would later pay off.  We decided to create an application that would suggest the single most effective thing a person could do to improve their health.  We called it One Good Step.</p>
<p>After some initial work on a PowerPoint, I took on the hopeless task of creating an application in four hours.  In the end, the strength of our story and PowerPoint carried us through the judging.  We got dinged for not having an application ready, but got 4th place regardless.  Hunter walked away with a Snuggy and I got a &#8220;Dream Pillow.&#8221;  Not as good as the iPads for #1, but it was the validation from the judges that was really exciting.</p>
<p>Hunter was <a href="http://www.healthtap.com/2010/09/hundreds-participate-in-healthtaps-first-ever-health-hackathon/">interviewed in the 1st video here</a>.</p>
<p>We took our application to the <a href="http://health2challenge.org/">Google Health 2.0 Developer Challenge</a> a few weekends later.  After a day spent setting up XForms and a GlassFish stack, we ran into problems with transferring our spreadsheet based risk calculations into Javascript and had to do our demo using just our new and improved PowerPoint deck.  We demoed the Google Forms based mock up of the application.</p>
<p>Certain we had lost, some hackathon participants hijacked a <a href="http://1.bp.blogspot.com/_m6Z8Vc6_ZYo/Sa4pisj6QXI/AAAAAAAADQw/rYttq9VvlNE/s400/conference-table-bike+1.jpg">Google branded &#8220;Conference Bike&#8221;</a> and a case of beer and went on a joyride in the Google parking lot.  Our antics attracted security and we were forced to return.</p>
<p>One Good Step had taken 3rd place!  And we were going on to the Health 2.0 Conference&#8217;s developer challenge, with free tickets for our team members.  Not too shabby, since each ticket cost $1600!</p>
<p>I skipped work and pulled a late night to build a real prototype of our application using PHP and jQuery.  We had a huddle at HealthCamp 2.0 at the Kaiser Garfield Innovation Center in Oakland mid-week where I handed off the code, from where I had to &#8220;unfortunately&#8221; depart on a trip to Europe.  HealthCamp was a cool event, crowd sourcing speaking topics.  Todd Park from the VA was there, as well as plenty of Kaiser folks.  The two most forward thinking healthcare organizations, together in one place, spending a whole day mingling among some really interesting people!</p>
<p>My wife and I tracked One Good Step&#8217;s (now First Steps) progress from Europe on my Android phone, single-mindedly tracking down open wifi hotspots in Amsterdam, Vienna, and Istanbul.  We received a pleasant surprise one evening at dinner&#8211; First Steps had won the Health 2.0 Developer Challenge!</p>
<p>I was really torn that I couldn&#8217;t be there, but I&#8217;m happy to have been a part of the team.  Hunter wrote an article based on his experience: <a href="http://uxmag.com/design/beyond-the-medical-chart">&#8220;Beyond the Medical Chart: Information visualization for improving personal and public health.&#8221; </a></p>
<p>The experience has refocused my career goals.  The time is ripe for merging of healthcare and technology.  Accelere&#8217;s vision of providing web 2.0 visualization and search tools for private healthcare data was a great idea, but too early. I don&#8217;t know quite what happens next, but I&#8217;m hopeful I can get back into this exciting space.</p>
]]></content:encoded>
			<wfw:commentRss>http://petervieth.com/2010/11/05/hacking-4-health/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maker Faire 2009</title>
		<link>http://petervieth.com/2009/06/05/maker-faire-2009/</link>
		<comments>http://petervieth.com/2009/06/05/maker-faire-2009/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 21:32:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://hybridmojo.com/?p=195</guid>
		<description><![CDATA[HybridMojo was located in Bike Town at the 2009 Maker Faire in San Mateo.  We had a few electric bicycles, educational information on sustainability, basic ev components, how to build bicycles, and a carnival style pedal generator test of strength. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.makerfaire.com"><img class="alignright" src="http://www.makezine.com/images/makerfaire/logos/makerfairelogo.gif" alt="" width="252" height="60" /></a>HybridMojo was located in Bike Town at the 2009 Maker Faire in San Mateo.  Our booth included not only a few electric bicycles, but educational information on sustainability, basic ev components, and how to build bicycles.  The carnival themed test of strength pedal generator from the Google I/O Developer conference was back once again, this time with the reliable MY1018 motor.</p>
<p>The fair organizers put an entrance right nearby us, so we got quite a bit of traffic.  The upgraded booth probably helped too, as it was more elaborate than any in sight.  And amusingly for us, we had debated how to hang our bright orange banner so we clipped it to the ends of two 10 foot sections of EMT.  This sign became a meeting place of sorts, with folks on cell phones milling about trying to meet up with friends using the sign as a landmark.</p>
<p>Last year, everyone wanted to know max speed and range so we created information sheets that hung off the bikes.  This year, by far the most common questions were whether the bikes have &#8220;regen&#8221; and why the tandem is powered by Makita batteries&#8211; so we&#8217;ll be updating the website and information sheets accordingly.</p>
<p>Many thanks to Sherry and Bridgette and the rest of the crew who put the show on.  Great time as always.  And thanks to our crew&#8211; Ben, Sheila, Victor, and Mike!</p>
<table class="shashin_album_thumbs_table" style=" margin-left: auto; margin-right: auto;">
<tr>
<td>
<div class="shashin_album" style="width: 170px;"><a href="http://petervieth.com/2009/06/05/maker-faire-2009/?shashin_album_key=1"><img src="http://lh3.ggpht.com/_IXvGRM-ZPN8/SilBpIR-ahE/AAAAAAAAAGg/TUnf5AMkQMg/s160-c/090530MakerFaire2009.jpg" alt="090530 Maker Faire 2009" width="160" height="160" /></a><span class="shashin_album_title"><a href="http://petervieth.com/2009/06/05/maker-faire-2009/?shashin_album_key=1">090530 Maker Faire 2009</a></span><span class="shashin_album_count">49 pictures</span><span class="shashin_album_location"> <a href="http://maps.google.com/maps?q=37.5453339+-122.30196"><img src="http://petervieth.com/wp-content/plugins/shashin/display/mapped_sm.gif" alt="Google Maps Location" width="15" height="12" style="border: none;" /></a><br />San Mateo Expo Center, San Mateo, CA</span><span class="shashin_album_date">May 30, 2009</span></div>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://petervieth.com/2009/06/05/maker-faire-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAHBS 2009</title>
		<link>http://petervieth.com/2009/02/27/nahbs-2009/</link>
		<comments>http://petervieth.com/2009/02/27/nahbs-2009/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 05:12:06 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://hybridmojo.com/?p=30</guid>
		<description><![CDATA[Just flew into Indianapolis today for the North American Handmade Bike Show.  This is the premier event for handmade bikes in the country and I look forward to meeting the people behind the machines and learning from them.  Certainly there will be some osmosis, but there are also a host of seminars that I will <a href="http://petervieth.com/2009/02/27/nahbs-2009/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just flew into Indianapolis today for the <a href="http://www.handmadebicycleshow.com/index_01.htm">North American Handmade Bike Show</a>.  This is the premier event for handmade bikes in the country and I look forward to meeting the people behind the machines and learning from them.  Certainly there will be some osmosis, but there are also a host of seminars that I will be attending.  And of course, some drooling over bikes and gear.  Well, it&#8217;s six hours till the alarm goes off, so I&#8217;m going to bed.</p>
]]></content:encoded>
			<wfw:commentRss>http://petervieth.com/2009/02/27/nahbs-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

