Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Serial Communication)
(Serial Communication)
Line 13: Line 13:
 
gpio - http://beaglebone.cameon.net/home/using-the-gpios
 
gpio - http://beaglebone.cameon.net/home/using-the-gpios
 
=Serial Communication=
 
=Serial Communication=
 +
==Ubuntu==
 
*use wget to fetch setup tools:
 
*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>
 
**<code>wget https://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg#md5=fe1f997bc722265116870bc7919059ea</code>
Line 19: Line 20:
 
*install pyserial:
 
*install pyserial:
 
**<code>sudo easy_install pyserial</code>
 
**<code>sudo easy_install pyserial</code>
 +
==Angstrom==
 +
*update opkg
 +
**<code>opkg update</code>
 +
*install pyserial
 +
**<code>opkg install python-pyserial</code>
  
 
=Pockesphinx=
 
=Pockesphinx=

Revision as of 15:59, 13 May 2013

TTL Cable

954bbb_MED.jpg

(RED IS NOT CONNECTED)

GPIO

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

Serial Communication

Ubuntu

Angstrom

  • update opkg
    • opkg update
  • install pyserial
    • opkg install python-pyserial

Pockesphinx

Audio

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

Debian

Ubuntu

Other