Popular Text recipes tagged "arduino"http://code.activestate.com/recipes/langs/text/tags/arduino/2011-03-30T18:08:11-07:00ActiveState Code RecipesArduino Diecimila Board Access Inside A Linux Bash Shell. (Text)
2011-03-30T18:08:11-07:00Barry Walkerhttp://code.activestate.com/recipes/users/4177147/http://code.activestate.com/recipes/577627-arduino-diecimila-board-access-inside-a-linux-bash/
<p style="color: grey">
Text
recipe 577627
by <a href="/recipes/users/4177147/">Barry Walker</a>
(<a href="/recipes/tags/access/">access</a>, <a href="/recipes/tags/arduino/">arduino</a>, <a href="/recipes/tags/bash/">bash</a>, <a href="/recipes/tags/linux/">linux</a>, <a href="/recipes/tags/shell/">shell</a>, <a href="/recipes/tags/text/">text</a>).
</p>
<p>The "code" in this recipe is a step by step "root" shell command line procedure for testing whether a(n) USB
Arduino Dev Board is working or not. To get more recognisable characters displayed it is best to use a
potentiometer wired as one end to +5V, the other end to Gnd and thw wiper to ANALOG IN 0.
This has been tested on various Linux Distros and kept as simple as possible so that anyone can understand it.</p>
<p>The required ?.pde file for the Arduino Board can be found here:-</p>
<p><a href="http://code.activestate.com/recipes/577625-arduino-diecimila-board-access-inside-winuae-demo/?in=lang-python" rel="nofollow">http://code.activestate.com/recipes/577625-arduino-diecimila-board-access-inside-winuae-demo/?in=lang-python</a></p>
<p>It is issued entirely as Public Domain by B.Walker, G0LCU, 30-03-2011, and you may do with it as you please.</p>
<p>Similar assumptions are made as in the URL above.</p>
<p>Enjoy finding simple solutions to often very difficult problems... ;o)</p>