Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(TTL Cable)
(GPIO)
Line 12: Line 12:
 
=GPIO=
 
=GPIO=
 
gpio - http://beaglebone.cameon.net/home/using-the-gpios
 
gpio - http://beaglebone.cameon.net/home/using-the-gpios
 +
=Serial Communication=
 +
*use wget to fetch setup tools
 +
**<code>wget https://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg#md5=fe1f997bc722265116870bc7919059ea</code>
 +
*install setuptools
 +
**<code>sudo sh setuptools-0.6c11-py2.7.egg</code>
 +
*install pyserial
 +
**<code>sudo easy_install pyserial</code>
 +
 
=Pockesphinx=
 
=Pockesphinx=
 
*https://groups.google.com/forum/?fromgroups=#!topic/beagleboard/aBznzq_bNuU
 
*https://groups.google.com/forum/?fromgroups=#!topic/beagleboard/aBznzq_bNuU

Revision as of 15:39, 13 May 2013

TTL Cable

954bbb_MED.jpg

(RED IS NOT CONNECTED)

GPIO

gpio - http://beaglebone.cameon.net/home/using-the-gpios

Serial Communication

Pockesphinx

Audio

http://www.tigal.com/product/2924

Debian

Ubuntu

Other