<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Arduino on galvanist</title>
    <link>/tags/arduino/</link>
    <description>Recent content in Arduino on galvanist</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 14 Aug 2013 02:18:02 +0000</lastBuildDate>
    <atom:link href="/tags/arduino/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Birdometer v0.1a</title>
      <link>/posts/2013-08-14-the-birdometer/</link>
      <pubDate>Wed, 14 Aug 2013 02:18:02 +0000</pubDate>
      <guid>/posts/2013-08-14-the-birdometer/</guid>
      <description>&lt;h1 id=&#34;the-birdometer-v01a&#34;&gt;The Birdometer v0.1a&lt;/h1&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;There&amp;rsquo;s an old Russian proverb: &amp;ldquo;Make a birdometer, it will be really fun.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;So I did.&lt;/p&gt;&#xA;&lt;p&gt;My amazing girlfriend and I like birds. We have some hummingbird feeders. We have two &lt;a href=&#34;http://arduino.cc/&#34;&gt;Arduinos&lt;/a&gt;. We want to start taking data about our bird guests. So, we bought some sensors from the amazing &lt;a href=&#34;http://allashers.com/&#34;&gt;Al Lasher&amp;rsquo;s Electronics Store&lt;/a&gt; in Berkeley. Then we made our &amp;ldquo;birdometer&amp;rdquo; by connecting an arduino to a &lt;a href=&#34;http://www.parallax.com/Store/Sensors/ObjectDetection/tabid/176/CategoryID/51/List/0/SortField/0/Level/a/ProductID/83/Default.aspx&#34;&gt;passive infrared sensor&lt;/a&gt;, a &lt;a href=&#34;https://www.sparkfun.com/products/9868&#34;&gt;small microphone&lt;/a&gt;, a Canon EOS 5D camera, and a PC. We then wrote some code to make the arduino trigger the camera shutter when the infrared sensor detects motion. We are also recording audio samples of the birds from the mic and sending them to the PC via USB.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arduino &amp; OS X Notes</title>
      <link>/posts/2013-08-05-arduino-os-x-notes/</link>
      <pubDate>Mon, 05 Aug 2013 23:25:46 +0000</pubDate>
      <guid>/posts/2013-08-05-arduino-os-x-notes/</guid>
      <description>&lt;p&gt;My girlfriend and I spent last weekend building &lt;a href=&#34;http://www.arduino.cc/&#34;&gt;Arduino&lt;/a&gt;-controlled devices. Here are some random notes about working with Arduino (in an OSX environment)&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;splurge on a long USB device cable. also a &lt;a href=&#34;https://www.sparkfun.com/products/11317&#34;&gt;breadboard&lt;/a&gt; and &lt;a href=&#34;https://www.sparkfun.com/products/11026&#34;&gt;jumper wires&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://stackoverflow.com/questions/3918032/bash-serial-i-o-and-arduino&#34;&gt;use stty to change baud &amp;amp; other settings on a device file&lt;/a&gt; - having access to the usual unix tools e.g. &lt;code&gt;cat /dev/ttyUSB0&lt;/code&gt; is a really nice thing&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://pyserial.sourceforge.net&#34;&gt;pyserial&lt;/a&gt; is always your friend. seriously it is fantastic.&lt;/li&gt;&#xA;&lt;li&gt;the &lt;a href=&#34;http://arduino.cc/en/Reference/HomePage&#34;&gt;official Arduino docs&lt;/a&gt; are really good&lt;/li&gt;&#xA;&lt;li&gt;don&amp;rsquo;t miss the docs for your specific model, for example, these are the specs for my old-timey &lt;a href=&#34;http://arduino.cc/en/Main/ArduinoBoardDiecimila&#34;&gt;diecimila&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;don&amp;rsquo;t miss the part about Arduino ints being 16-bits. Arduinos are &lt;a href=&#34;http://en.wikipedia.org/wiki/Endianness#Little-endian&#34;&gt;little-endian&lt;/a&gt; but it rarely comes into play. the ADC produces 10-bit values.&lt;/li&gt;&#xA;&lt;li&gt;this &lt;a href=&#34;https://www.sparkfun.com/tutorials/119&#34;&gt;sparkfun article about using Arduino with relays&lt;/a&gt; will be useful to me soon&lt;/li&gt;&#xA;&lt;li&gt;the OS X &lt;a href=&#34;http://www.ftdichip.com/Drivers/VCP.htm&#34;&gt;drivers for the FTDI chip&lt;/a&gt; on old Arduinos like mine are terrible. I&amp;rsquo;ve had 6 kernel panics in the last three days. i finally uninstalled them. luckily ubuntu has native support, so I currently program my old Arduino on the linux machine. My girlfriend&amp;rsquo;s Arduino uno doesn&amp;rsquo;t use this chip and working with it on OS X is fantastic.&lt;/li&gt;&#xA;&lt;li&gt;the digital pin&amp;rsquo;s output mode high/low is enough to operate the coil in &lt;a href=&#34;http://www.radioshack.com/product/index.jsp?productId=2062480&#34;&gt;small low-voltage relays like this&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;this guy is doing interesting things with &lt;a href=&#34;https://sites.google.com/site/measuringstuff/the-arduino#TOC-Yeah-Well-One-Hundred-Samples-Seems-a-Bit-Limiting-and-That-Timing-Thing&#34;&gt;Arduino data acquisition&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;now &lt;a href=&#34;http://beagleboard.org/Products/BeagleBone%20Black&#34;&gt;i want one of these&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
